Searched refs:exception_server_thread (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215/tests/ipc/ |
| H A D | mach_exc_port_substitute.c | 120 exception_server_thread(void *arg) in exception_server_thread() function 162 ret = pthread_create(&s_exc_thread, NULL, exception_server_thread, &exc_port); 191 ret = pthread_create(&s_exc_thread, NULL, exception_server_thread, &exc_port);
|
| /xnu-11215/tests/ |
| H A D | immovable_send.c | 92 void* exception_server_thread(void *arg); 146 exception_server_thread(void *arg) in exception_server_thread() function 190 int ret = pthread_create(&s_exc_thread, NULL, exception_server_thread, &exc_port);
|
| H A D | reply_port_defense.c | 145 exception_server_thread(void *arg) in exception_server_thread() function 187 ret = pthread_create(&s_exc_thread, NULL, exception_server_thread, &exc_port); in reply_port_defense()
|
| H A D | imm_pinned_control_port.c | 181 exception_server_thread(void *arg) in exception_server_thread() function 382 ret = pthread_create(&s_exc_thread, NULL, exception_server_thread, &exc_port); in test_imm_pinned_control_port()
|
| H A D | kqworkloop_limits.c | 167 void* exception_server_thread(void *arg);
|
| H A D | fd_table_limits.c | 182 void* exception_server_thread(void *arg);
|
| H A D | port_table_limits.c | 107 void* exception_server_thread(void *arg);
|