Home
last modified time | relevance | path

Searched refs:_hurd_itimer_thread (Results 1 – 1 of 1) sorted by relevance

/sysdeps/mach/hurd/
A Dsetitimer.c169 __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()
287 if ((err = __thread_suspend (_hurd_itimer_thread)) in setitimer_locked()
288 || (err = __thread_abort (_hurd_itimer_thread))) in setitimer_locked()
[all …]

Completed in 9 milliseconds