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

/freebsd-10.2-release/contrib/ntp/libntp/
H A Dwork_thread.c505 c->thr_table[0].thnd =
514 if (NULL == c->thr_table[0].thnd) {
519 if (!SetThreadPriority(c->thr_table[0].thnd,
523 resumed = ResumeThread(c->thr_table[0].thnd);
525 c->thread_ref = &c->thr_table[0];
607 rc = pthread_create(&c->thr_table[0], &thr_attr,
616 c->thread_ref = &c->thr_table[0];
/freebsd-10.2-release/contrib/ntp/include/
H A Dntp_worker.h128 thread_type thr_table[1]; member in struct:blocking_child_tag

Completed in 105 milliseconds