Searched refs:callback_thread (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dposix_timers.cpp64 pthread_t callback_thread; member in struct:PosixTimer
107 pthread_kill(timer->callback_thread, TIMER_SIGNAL);
158 int rc = pthread_create(&timer->callback_thread, &thread_attributes, __timer_thread_start, timer);
171 se.sigev_notify_thread_id = pthread_gettid_np(timer->callback_thread);
181 pthread_setname_np(timer->callback_thread, name);

Completed in 51 milliseconds