Searched refs:pthread_kill_val (Results 1 – 1 of 1) sorted by relevance
299 int pthread_kill_val = pthread_kill(param->executor_handler_thread_id, SIGUSR1); in terminate_executor_handler_thread() local300 …T_QUIET; T_ASSERT_TRUE((pthread_kill_val == 0 || pthread_kill_val == ESRCH) ? TRUE : FALSE, "Verif… in terminate_executor_handler_thread()