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

/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dwork_thread.c312 if (NULL == c->thread_ref)
432 c->thread_ref != NULL &&
518 c->thread_ref = NULL;
540 c->thread_ref = &c->thr_table[0];
556 c->thread_ref = NULL;
620 c->thread_ref = emalloc_zero(sizeof(*c->thread_ref));
631 c->thread_ref = &c->thr_table[0];
899 if (c->thread_ref && c->thread_ref
[all...]
/netbsd-current/external/bsd/ntp/dist/include/
H A Dntp_worker.h96 thr_ref thread_ref; /* thread 'handle' */ member in struct:blocking_child_tag

Completed in 127 milliseconds