Searched refs:_hurd_thread_sigstate (Results 1 – 5 of 5) sorted by relevance
128 extern struct hurd_sigstate *_hurd_thread_sigstate (thread_t);171 THREAD_SETMEM (THREAD_SELF, _hurd_sigstate, _hurd_thread_sigstate (self)); in _hurd_self_sigstate()227 ss = _hurd_thread_sigstate (self); in _hurd_critical_section_lock()
37 struct hurd_sigstate *ss = _hurd_thread_sigstate (thread); in hurd_thread_cancel()
67 ss = _hurd_thread_sigstate (thread); /* Allocate a fresh one. */ in _S_catch_exception_raise()
48 _hurd_thread_sigstate;
77 _hurd_thread_sigstate (thread_t thread) in _hurd_thread_sigstate() function142 libc_hidden_def (_hurd_thread_sigstate) in libc_hidden_def() argument1473 _hurd_global_sigstate = _hurd_thread_sigstate (MACH_PORT_NULL); in _hurdsig_init()
Completed in 11 milliseconds