Searched refs:sigev_notify_thread_id (Results 1 – 1 of 1) sorted by relevance
40 # ifndef sigev_notify_thread_id41 # define sigev_notify_thread_id _sigev_un._tid macro64 sev.sigev_notify_thread_id = pthread_getthreadid_np(); in zend_max_execution_timer_init()66 sev.sigev_notify_thread_id = (pid_t) syscall(SYS_gettid); in zend_max_execution_timer_init()83 …jx created on thread %d\n", (uintmax_t) EG(max_execution_timer_timer), sev.sigev_notify_thread_id); in zend_max_execution_timer_init()
Completed in 5 milliseconds