Searched refs:s_pid (Results 1 – 2 of 2) sorted by relevance
/PHP-7.1/sapi/litespeed/ |
H A D | lscriu.c | 108 static int s_pid = 0; variable 272 s_pid, last, dlerror()); in LSCRIU_load_liblscapi() 279 s_pid, last, dlerror()); in LSCRIU_load_liblscapi() 359 s_pid, pchCRIUDebug); in LSCRIU_Debugging() 406 s_pid, in LSCRIU_Restored_Error() 442 s_pid, strerror(errno)); in LSCRIU_Native_Dump() 467 "dump\n", s_pid); in LSCRIU_CloudLinux_Checkpoint() 475 s_pid, strerror(errno)); in LSCRIU_CloudLinux_Checkpoint() 551 s_pid = getpid(); in LSCRIU_try_checkpoint() 553 iRet = LSCRIU_Native_Dump(s_pid, in LSCRIU_try_checkpoint() [all …]
|
H A D | lsapilib.c | 142 static int s_pid = 0; variable 256 p += snprintf(p, 100, "[%d] ", s_pid); in LSAPI_Log() 2694 s_pid = getpid(); in LSAPI_Init_Prefork_Server() 2695 setpgid( s_pid, s_pid ); in LSAPI_Init_Prefork_Server() 3126 s_pid = getpid(); in lsapi_prefork_server_accept()
|
Completed in 38 milliseconds