Searched refs:ux_handler (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/uxkern/
H A Dux_exception.c103 ux_handler(void) function
116 panic("ux_handler: port_set_allocate failed");
123 panic("ux_handler: port_allocate failed");
126 panic("ux_handler: port_set_add failed");
131 panic("ux_handler: object_copyin(ux_exception_port) failed");
196 (void) kernel_thread_start((thread_continue_t)ux_handler, NULL, &thread);

Completed in 23 milliseconds