Home
last modified time | relevance | path

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

/xnu-11215/tests/ipc/
H A Dkernel_signed_pac_thread_state.c367 pthread_t exc_thread; in run_exception_handler() local
370 …int err = pthread_create(&exc_thread, (pthread_attr_t*)0, exc_server_thread, (void *)(unsigned lon… in run_exception_handler()
374 pthread_detach(exc_thread); in run_exception_handler()
/xnu-11215/tests/
H A Dexc_helpers.c396 pthread_t exc_thread; in _run_exception_handler() local
402 int err = pthread_create(&exc_thread, (pthread_attr_t*)0, exc_server_thread, params); in _run_exception_handler()
406 pthread_detach(exc_thread); in _run_exception_handler()
/xnu-11215/osfmk/corpses/
H A Dcorpse.c661 thread_t *exc_thread, in task_generate_corpse_internal() argument
790 *exc_thread = thread; in task_generate_corpse_internal()