Home | History | Annotate | Download | only in ulinux

Lines Matching refs:timer_thread_id

65 static pthread_t timer_thread_id = 0;
473 if (pthread_create(&timer_thread_id, &timer_attr, timer_thread, NULL) != 0) {