Searched refs:exc_thread (Results 1 – 3 of 3) sorted by relevance
367 pthread_t exc_thread; in run_exception_handler() local370 …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()
396 pthread_t exc_thread; in _run_exception_handler() local402 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()
661 thread_t *exc_thread, in task_generate_corpse_internal() argument790 *exc_thread = thread; in task_generate_corpse_internal()