Home
last modified time | relevance | path

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

/xnu-11215/tests/
H A Dmach_exception_reply.c361 pthread_t handler_thread; in test_exc_reply_type() local
384 …T_QUIET; T_ASSERT_POSIX_SUCCESS(pthread_create(&handler_thread, &attr, handle_exceptions, (void *)… in test_exc_reply_type()
H A Dldt.c438 pthread_t handler_thread; in init_task_exception_server() local
464 if (pthread_create(&handler_thread, &attr, handle_exceptions, (void *)(uintptr_t)ePort) != 0) { in init_task_exception_server()