Searched refs:old_usr1 (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/sapi/litespeed/ |
H A D | lsapi_main.c | 1385 struct sigaction act, old_term, old_quit, old_int, old_usr1; in start_children() local 1398 sigaction( SIGUSR1, &act, &old_usr1 ) || in start_children() 1414 sigaction( SIGUSR1, &old_usr1, 0 ); in start_children()
|
H A D | lsapilib.c | 2768 old_usr1, old_child; in lsapi_prefork_server_accept() local 2798 sigaction( SIGUSR1, &act, &old_usr1 ) || in lsapi_prefork_server_accept() 2899 sigaction( SIGUSR1, &old_usr1, 0 ); in lsapi_prefork_server_accept() 2936 sigaction( SIGUSR1, &old_usr1, 0 ); in lsapi_prefork_server_accept()
|
Completed in 18 milliseconds