Home
last modified time | relevance | path

Searched refs:tobekilled (Results 1 – 1 of 1) sorted by path

/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c3010 int tobekilled; in lsapi_check_child_status() local
3017 tobekilled = 0; in lsapi_check_child_status()
3051 tobekilled = SIGKILL; in lsapi_check_child_status()
3057 tobekilled = SIGTERM; in lsapi_check_child_status()
3063 if ( tobekilled ) in lsapi_check_child_status()
3065 if (( kill( pStatus->m_pid, tobekilled ) == -1 ) && in lsapi_check_child_status()

Completed in 17 milliseconds