Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_sigio_win32.c78 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()
H A Dphpdbg.h328 HANDLE sigio_watcher_thread; /* sigio watcher thread handle */ variable
H A Dphpdbg.c175 pg->sigio_watcher_thread = INVALID_HANDLE_VALUE; in php_phpdbg_globals_ctor()

Completed in 13 milliseconds