Home
last modified time | relevance | path

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

/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Daudio_player_dsound.cpp54 HANDLE stopnotify; member in __anon9b5750f40111::DirectSoundPlayerThread
310 stopnotify = CreateEvent(nullptr, true, false, nullptr); in DirectSoundPlayerThread()
314 CloseHandle(stopnotify); in ~DirectSoundPlayerThread()
322 while (WaitForSingleObject(stopnotify, 50) == WAIT_TIMEOUT) { in Entry()
332 while (WaitForSingleObject(stopnotify, 50) == WAIT_TIMEOUT) { in Entry()
353 WaitForSingleObject(stopnotify, 150); in Entry()
366 SetEvent(stopnotify); in Stop()