Home
last modified time | relevance | path

Searched refs:thr_table (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/ntp/libntp/
Dwork_thread.c518 c->thr_table[0].thnd = in start_blocking_thread_internal()
527 if (NULL == c->thr_table[0].thnd) { in start_blocking_thread_internal()
532 if (!SetThreadPriority(c->thr_table[0].thnd, in start_blocking_thread_internal()
536 resumed = ResumeThread(c->thr_table[0].thnd); in start_blocking_thread_internal()
538 c->thread_ref = &c->thr_table[0]; in start_blocking_thread_internal()
620 rc = pthread_create(&c->thr_table[0], &thr_attr,
629 c->thread_ref = &c->thr_table[0];
/freebsd-10-stable/contrib/ntp/include/
Dntp_worker.h128 thread_type thr_table[1]; member