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

/bionic/libc/bionic/
H A Dposix_timers.cpp138 pthread_attr_t thread_attributes; local
140 pthread_attr_init(&thread_attributes);
142 thread_attributes = *reinterpret_cast<pthread_attr_t*>(evp->sigev_notify_attributes);
144 pthread_attr_setdetachstate(&thread_attributes, PTHREAD_CREATE_DETACHED);
153 int rc = pthread_create(&timer->callback_thread, &thread_attributes, __timer_thread_start, timer);

Completed in 17 milliseconds