Searched refs:handler_thread (Results 1 – 2 of 2) sorted by relevance
361 pthread_t handler_thread; in test_exc_reply_type() local384 …T_QUIET; T_ASSERT_POSIX_SUCCESS(pthread_create(&handler_thread, &attr, handle_exceptions, (void *)… in test_exc_reply_type()
438 pthread_t handler_thread; in init_task_exception_server() local464 if (pthread_create(&handler_thread, &attr, handle_exceptions, (void *)(uintptr_t)ePort) != 0) { in init_task_exception_server()