Searched refs:old_usr1 (Results 1 – 2 of 2) sorted by relevance
/PHP-7.1/sapi/litespeed/ |
H A D | lsapi_main.c | 1163 struct sigaction act, old_term, old_quit, old_int, old_usr1; in start_children() local 1176 sigaction( SIGUSR1, &act, &old_usr1 ) || in start_children() 1192 sigaction( SIGUSR1, &old_usr1, 0 ); in start_children()
|
H A D | lsapilib.c | 3000 old_usr1, old_child; in lsapi_prefork_server_accept() local 3030 sigaction( SIGUSR1, &act, &old_usr1 ) || in lsapi_prefork_server_accept() 3148 sigaction( SIGUSR1, &old_usr1, 0 ); in lsapi_prefork_server_accept() 3185 sigaction( SIGUSR1, &old_usr1, 0 ); in lsapi_prefork_server_accept()
|
Completed in 16 milliseconds