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

/freebsd-10.2-release/contrib/ntp/libntp/
H A Dwork_thread.c192 sizeof(blocking_children[0]->workitems[0]);
201 c->workitems = erealloc(c->workitems, new_alloc * each);
203 c->workitems[sidx] = NULL;
208 INSIST(NULL == c->workitems[c->head_workitem % c->workitems_alloc]);
265 c->workitems[qhead % c->workitems_alloc] = hdr;
334 req = c->workitems[qtail];
335 c->workitems[qtail] = NULL;
/freebsd-10.2-release/contrib/ntp/include/
H A Dntp_worker.h79 * blocking workitems and blocking_responses are
98 workitems; member in struct:blocking_child_tag

Completed in 107 milliseconds