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

/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dwork_thread.c520 c->thr_table[0].thnd =
529 if (NULL == c->thr_table[0].thnd) {
534 if (!SetThreadPriority(c->thr_table[0].thnd,
538 resumed = ResumeThread(c->thr_table[0].thnd);
540 c->thread_ref = &c->thr_table[0];
622 rc = pthread_create(&c->thr_table[0], &thr_attr,
631 c->thread_ref = &c->thr_table[0];
/netbsd-current/external/bsd/ntp/dist/include/
H A Dntp_worker.h130 thread_type thr_table[1]; member in struct:blocking_child_tag

Completed in 127 milliseconds