Searched refs:old_usr1 (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/sapi/litespeed/ |
H A D | lsapi_main.c | 898 struct sigaction act, old_term, old_quit, old_int, old_usr1; in start_children() local 911 sigaction( SIGUSR1, &act, &old_usr1 ) || in start_children() 927 sigaction( SIGUSR1, &old_usr1, 0 ); in start_children()
|
H A D | lsapilib.c | 2714 old_usr1, old_child; in lsapi_prefork_server_accept() local 2744 sigaction( SIGUSR1, &act, &old_usr1 ) || in lsapi_prefork_server_accept() 2845 sigaction( SIGUSR1, &old_usr1, 0 ); in lsapi_prefork_server_accept() 2882 sigaction( SIGUSR1, &old_usr1, 0 ); in lsapi_prefork_server_accept()
|
Completed in 16 milliseconds