Searched refs:s_proc_group_timer_cb (Results 1 – 1 of 1) sorted by relevance
178 static LSAPI_On_Timer_pf s_proc_group_timer_cb = NULL; variable1477 s_proc_group_timer_cb = cb; in LSAPI_Register_Pgrp_Timer_Callback()3191 if (s_proc_group_timer_cb != NULL) { in lsapi_prefork_server_accept()3192 s_proc_group_timer_cb(&s_ignore_pid); in lsapi_prefork_server_accept()3290 s_proc_group_timer_cb = NULL; in lsapi_prefork_server_accept()3378 s_proc_group_timer_cb = NULL; in LSAPI_Postfork_Child()3464 if (s_proc_group_timer_cb != NULL) { in LSAPI_Accept_Before_Fork()3465 s_proc_group_timer_cb(&s_ignore_pid); in LSAPI_Accept_Before_Fork()
Completed in 14 milliseconds