Searched refs:reply_port (Results 1 – 5 of 5) sorted by relevance
62 mach_port_t *reply_port; in __sigreturn() local104 reply_port = &__hurd_local_reply_port; in __sigreturn()105 if (*reply_port) in __sigreturn()107 mach_port_t port = *reply_port; in __sigreturn()113 *reply_port = MACH_PORT_DEAD; in __sigreturn()117 *reply_port = scp->sc_reply_port; in __sigreturn()
49 mach_port_t reply_port; /* This thread's reply port. */ member
34 mach_port_t wakeup_port, reply_port; in __pthread_thread_terminate() local61 reply_port = (self_ktid == kernel_thread) in __pthread_thread_terminate()73 kernel_thread, reply_port, in __pthread_thread_terminate()
118 reply_port: reply_port_t;
502 reply_port: reply_port_t;
Completed in 16 milliseconds