Searched refs:self (Results 1 – 3 of 3) sorted by relevance
60 int self = 0; in _hurd_sig_post() local65 self = 1; in _hurd_sig_post()77 if (self) in _hurd_sig_post()
63 thread-self thread-cancel intr-msg catch-signal
170 thread_t self = __mach_thread_self (); in _hurd_self_sigstate() local171 THREAD_SETMEM (THREAD_SELF, _hurd_sigstate, _hurd_thread_sigstate (self)); in _hurd_self_sigstate()172 __mach_port_deallocate (__mach_task_self (), self); in _hurd_self_sigstate()221 thread_t self = __mach_thread_self (); in _hurd_critical_section_lock() local227 ss = _hurd_thread_sigstate (self); in _hurd_critical_section_lock()229 __mach_port_deallocate (__mach_task_self (), self); in _hurd_critical_section_lock()
Completed in 7 milliseconds