Home
last modified time | relevance | path

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

/xnu-10002.81.5/tests/vm/
H A Ddiag_threshold_test.c269 …T_QUIET; T_ASSERT_POSIX_ZERO( pthread_create(&param->exception_handler_thread_id, NULL, exception_… in create_exception_handler_thread()
288 …T_QUIET; T_ASSERT_POSIX_ZERO( pthread_kill(param->exception_handler_thread_id, SIGUSR1), "Verifica… in terminate_exception_handler_thread()
289 …T_QUIET; T_ASSERT_POSIX_ZERO( pthread_join(param->exception_handler_thread_id, &ret_value), "Verif… in terminate_exception_handler_thread()
H A Ddiag_threshold_test.h66 …pthread_t exception_handler_thread_id; /** Posix thread … member