Home
last modified time | relevance | path

Searched refs:orphanctxs (Results 1 – 1 of 1) sorted by relevance

/dports/audio/openal-soft/openal-soft-1.21.1/alc/
H A Dalc.cpp3704 al::vector<ContextRef> orphanctxs; in alcCloseDevice() local
3710 orphanctxs.emplace_back(ContextRef{*ctxiter}); in alcCloseDevice()
3716 for(ContextRef &context : orphanctxs) in alcCloseDevice()
3721 orphanctxs.clear(); in alcCloseDevice()