Home
last modified time | relevance | path

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

/xnu-11215/tests/ipc/
H A Dkernel_signed_pac_thread_state.c345 exc_server_thread(void *arg) in exc_server_thread() function
370 …int err = pthread_create(&exc_thread, (pthread_attr_t*)0, exc_server_thread, (void *)(unsigned lon… in run_exception_handler()
/xnu-11215/tests/
H A Dexc_helpers.c345 exc_server_thread(void *arg) in exc_server_thread() function
402 int err = pthread_create(&exc_thread, (pthread_attr_t*)0, exc_server_thread, params); in _run_exception_handler()