Lines Matching refs:_hurd_itimer_thread
34 thread_t _hurd_itimer_thread; /* Thread waiting for timeout. */ variable
169 __thread_terminate (_hurd_itimer_thread); in setitimer_locked()
173 _hurd_itimer_thread = MACH_PORT_NULL; in setitimer_locked()
222 if (_hurd_itimer_thread == MACH_PORT_NULL) in setitimer_locked()
226 &_hurd_itimer_thread)) in setitimer_locked()
231 _hurd_itimer_thread, in setitimer_locked()
235 || (err = __mach_setup_tls(_hurd_itimer_thread))) in setitimer_locked()
237 __thread_terminate (_hurd_itimer_thread); in setitimer_locked()
238 _hurd_itimer_thread = MACH_PORT_NULL; in setitimer_locked()
281 if (_hurd_itimer_thread && !_hurd_itimer_thread_suspended) in setitimer_locked()
287 if ((err = __thread_suspend (_hurd_itimer_thread)) in setitimer_locked()
288 || (err = __thread_abort (_hurd_itimer_thread))) in setitimer_locked()
310 ? __thread_resume : __thread_abort) (_hurd_itimer_thread)) in setitimer_locked()
376 _hurd_itimer_thread = MACH_PORT_NULL; in fork_itimer()