HomeSort by: relevance | last modified time | path
    Searched refs:thr_table (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/
work_thread.c 514 c->thr_table[0].thnd =
523 if (NULL == c->thr_table[0].thnd) {
528 if (!SetThreadPriority(c->thr_table[0].thnd,
533 (*pSetThreadDescription)(c->thr_table[0].thnd, L"ntp_worker");
535 resumed = ResumeThread(c->thr_table[0].thnd);
537 c->thread_ref = &c->thr_table[0];
632 rc = pthread_create(&c->thr_table[0], &thr_attr,
641 c->thread_ref = &c->thr_table[0];
  /src/external/bsd/ntp/dist/include/
ntp_worker.h 130 thread_type thr_table[1]; member in struct:blocking_child_tag

Completed in 25 milliseconds