Searched refs:sigio_watcher_thread (Results 1 – 3 of 3) sorted by relevance
78 PHPDBG_G(sigio_watcher_thread) = CreateThread( in sigio_watcher_start()92 if (INVALID_HANDLE_VALUE == PHPDBG_G(sigio_watcher_thread)) { in sigio_watcher_stop()97 waited = WaitForSingleObject(PHPDBG_G(sigio_watcher_thread), 300); in sigio_watcher_stop()100 if (!CancelSynchronousIo(PHPDBG_G(sigio_watcher_thread))) { in sigio_watcher_stop()104 if (!TerminateThread(PHPDBG_G(sigio_watcher_thread), 0)) { in sigio_watcher_stop()110 PHPDBG_G(sigio_watcher_thread) = INVALID_HANDLE_VALUE; in sigio_watcher_stop()
328 HANDLE sigio_watcher_thread; /* sigio watcher thread handle */ variable
176 pg->sigio_watcher_thread = INVALID_HANDLE_VALUE; in php_phpdbg_globals_ctor()
Completed in 13 milliseconds