Home
last modified time | relevance | path

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

/xnu-11215/tests/skywalk/
H A Dskywalk_test_driver.c147 pthread_t exception_thread; in skywalk_test_driver_init() local
170 if ((error = pthread_create(&exception_thread, NULL, server_thread, 0)) != 0) { in skywalk_test_driver_init()
179 pthread_detach(exception_thread); in skywalk_test_driver_init()
/xnu-11215/osfmk/kern/
H A Dthread.c205 thread_t exception_thread; member
913 thread = elt->exception_thread; in thread_exception_queue_invoke()
980 elt->exception_thread = thread; in thread_exception_enqueue()
/xnu-11215/tools/lldbmacros/
H A Dscheduler.py800 thread = exception_elt.exception_thread