Searched refs:__timer_active_sigev_thread (Results 1 – 4 of 4) sorted by relevance
40 if (__timer_active_sigev_thread == kt) in ___timer_delete()41 __timer_active_sigev_thread = kt->next; in ___timer_delete()44 struct timer *prevp = __timer_active_sigev_thread; in ___timer_delete()
28 struct timer *__timer_active_sigev_thread; variable79 struct timer *runp = __timer_active_sigev_thread; in timer_helper_thread()
129 newp->next = __timer_active_sigev_thread; in ___timer_create()130 __timer_active_sigev_thread = newp; in ___timer_create()
41 extern struct timer *__timer_active_sigev_thread attribute_hidden;
Completed in 5 milliseconds