Searched refs:callback_thread (Results 1 – 1 of 1) sorted by relevance
63 pthread_t callback_thread; member102 pthread_kill(timer->callback_thread, TIMER_SIGNAL); in __timer_thread_stop()155 int rc = pthread_create(&timer->callback_thread, &thread_attributes, __timer_thread_start, timer); in timer_create()168 se.sigev_notify_thread_id = pthread_gettid_np(timer->callback_thread); in timer_create()178 pthread_setname_np(timer->callback_thread, name); in timer_create()