Searched refs:tobekilled (Results 1 – 1 of 1) sorted by relevance
2670 int tobekilled; in lsapi_check_child_status() local2677 tobekilled = 0; in lsapi_check_child_status()2698 if ( !tobekilled ) in lsapi_check_child_status()2710 tobekilled = SIGKILL; in lsapi_check_child_status()2715 tobekilled = SIGTERM; in lsapi_check_child_status()2720 if ( tobekilled ) in lsapi_check_child_status()2722 if (( kill( pStatus->m_pid, tobekilled ) == -1 )&&( errno == ESRCH )) in lsapi_check_child_status()
Completed in 17 milliseconds