Home
last modified time | relevance | path

Searched refs:pthread_kill_val (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.41.9/tests/vm/ !
H A Ddiag_threshold_test.c299 int pthread_kill_val = pthread_kill(param->executor_handler_thread_id, SIGUSR1); in terminate_executor_handler_thread() local
300 …T_QUIET; T_ASSERT_TRUE((pthread_kill_val == 0 || pthread_kill_val == ESRCH) ? TRUE : FALSE, "Verif… in terminate_executor_handler_thread()