Searched refs:thnd (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);
899 if (c->thread_ref && c->thread_ref->thnd) {
900 WaitForSingleObject(c->thread_ref->thnd, INFINITE);
901 INSIST(CloseHandle(c->thread_ref->thnd));
902 c->thread_ref->thnd = NULL;
/netbsd-current/external/bsd/ntp/dist/include/
H A Dntp_worker.h49 typedef struct { HANDLE thnd; } thread_type; member in struct:__anon35

Completed in 94 milliseconds