sigio_watcher_thread 117 sapi/phpdbg/phpdbg.c pg->sigio_watcher_thread = INVALID_HANDLE_VALUE; sigio_watcher_thread 316 sapi/phpdbg/phpdbg.h HANDLE sigio_watcher_thread; /* sigio watcher thread handle */ sigio_watcher_thread 78 sapi/phpdbg/phpdbg_sigio_win32.c PHPDBG_G(sigio_watcher_thread) = CreateThread( sigio_watcher_thread 92 sapi/phpdbg/phpdbg_sigio_win32.c if (INVALID_HANDLE_VALUE == PHPDBG_G(sigio_watcher_thread)) { sigio_watcher_thread 97 sapi/phpdbg/phpdbg_sigio_win32.c waited = WaitForSingleObject(PHPDBG_G(sigio_watcher_thread), 300); sigio_watcher_thread 100 sapi/phpdbg/phpdbg_sigio_win32.c if (!CancelSynchronousIo(PHPDBG_G(sigio_watcher_thread))) { sigio_watcher_thread 104 sapi/phpdbg/phpdbg_sigio_win32.c if (!TerminateThread(PHPDBG_G(sigio_watcher_thread), 0)) { sigio_watcher_thread 110 sapi/phpdbg/phpdbg_sigio_win32.c PHPDBG_G(sigio_watcher_thread) = INVALID_HANDLE_VALUE;