Searched refs:timeout_thread_id (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/Zend/ |
| H A D | zend_execute_API.c | 54 static DWORD timeout_thread_id; variable 1422 _beginthreadex(NULL, 0, timeout_thread_proc, NULL, 0, &timeout_thread_id); 1432 PostThreadMessage(timeout_thread_id, WM_QUIT, 0, 0); 1464 PostThreadMessage(timeout_thread_id, WM_REGISTER_ZEND_TIMEOUT, (WPARAM) GetCurrentThreadId(), (LPARAM) seconds); 1507 PostThreadMessage(timeout_thread_id, WM_UNREGISTER_ZEND_TIMEOUT, (WPARAM) GetCurrentThreadId(), (LPARAM) 0);
|
Completed in 4 milliseconds