Searched refs:tobekilled (Results 1 – 1 of 1) sorted by relevance
2616 int tobekilled; in lsapi_check_child_status() local2623 tobekilled = 0; in lsapi_check_child_status()2644 if ( !tobekilled ) in lsapi_check_child_status()2656 tobekilled = SIGKILL; in lsapi_check_child_status()2661 tobekilled = SIGTERM; in lsapi_check_child_status()2666 if ( tobekilled ) in lsapi_check_child_status()2668 if (( kill( pStatus->m_pid, tobekilled ) == -1 )&&( errno == ESRCH )) in lsapi_check_child_status()
Completed in 13 milliseconds