Searched refs:_hurd_msgport_thread (Results 1 – 6 of 6) sorted by relevance
56 || thread != _hurd_msgport_thread || task != __mach_task_self ())223 err = __thread_set_special_port (_hurd_msgport_thread, in _hurdsig_fault_init()226 __thread_set_exception_ports (_hurd_msgport_thread, in _hurdsig_fault_init()
64 _hurd_msgport_thread = _hurd_self_sigstate ()->thread; in _hurd_msgport_receive()
48 thread_t _hurd_msgport_thread; variable526 if (ss->thread == _hurd_msgport_thread) in abort_all_rpcs()652 __proc_dostop (port, _hurd_msgport_thread); in weak_alias()683 else if (threads[i] != _hurd_msgport_thread) in weak_alias()963 err = __USEPORT (PROC, __proc_dostop (port, _hurd_msgport_thread)); in weak_alias()1505 err = __thread_create (__mach_task_self (), &_hurd_msgport_thread); in _hurdsig_init()1509 err = __mach_setup_thread (__mach_task_self (), _hurd_msgport_thread, in _hurdsig_init()1514 err = __mach_setup_tls (_hurd_msgport_thread); in _hurdsig_init()1523 err = __thread_resume (_hurd_msgport_thread); in _hurdsig_init()1562 while (_hurd_msgport_thread == 0) in _hurdsig_init()
121 if (thread == _hurd_msgport_thread) in weak_extern()
81 || _hurd_msgport_thread == MACH_PORT_NULL) in _hurd_intr_rpc_mach_msg()
181 extern thread_t _hurd_msgport_thread;
Completed in 17 milliseconds