Home
last modified time | relevance | path

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

/rt/
A Dtimer_create.c33 struct thread_node *thread = NULL; in timer_create() local
92 thread = &__timer_signal_thread_rclk; in timer_create()
93 if (! thread->exists) in timer_create()
95 if (__builtin_expect (__timer_thread_start (thread), in timer_create()
118 if (thread == NULL) in timer_create()
119 thread = __timer_thread_alloc (&newtimer->attr, clock_id); in timer_create()
122 if (__glibc_unlikely (thread == NULL)) in timer_create()
129 if (! thread->exists in timer_create()
145 newtimer->thread = thread; in timer_create()
153 if (thread != NULL) in timer_create()
[all …]
A Dtimer_delete.c41 if (timer->armed && timer->thread != NULL) in timer_delete()
43 struct thread_node *thread = timer->thread; in timer_delete() local
44 assert (thread != NULL); in timer_delete()
51 while (thread->current_timer == timer) in timer_delete()
52 pthread_cond_wait (&thread->cond, &__timer_mutex); in timer_delete()
A Dtimer_settime.c31 struct thread_node *thread = NULL; in timer_settime() local
100 thread = timer->thread; in timer_settime()
114 if (thread != NULL) in timer_settime()
115 need_wakeup = __timer_thread_queue_timer (thread, timer); in timer_settime()
126 if (thread != NULL && need_wakeup) in timer_settime()
127 __timer_thread_wakeup (thread); in timer_settime()
A Dtst-timer2.c14 thread (union sigval arg) in thread() function
33 sigev.sigev_notify_function = thread; in do_test()
A DMakefile105 $(objpfx)librt.so: $(shared-thread-library)
110 $(objpfx)librt.so $(shared-thread-library)
113 $(objpfx)librt.a $(static-thread-library)

Completed in 11 milliseconds