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

  /src/external/bsd/ntp/dist/libntp/
work_thread.c 237 slots_used = c->head_response - c->tail_response;
244 c->head_response = c->responses_alloc;
247 INSIST(NULL == c->responses[c->head_response % c->responses_alloc]);
370 qhead = c->head_response;
372 c->head_response = 1 + qhead;
458 qhead = c->head_response;
944 c->head_response = 0;
  /src/external/bsd/ntp/dist/include/
ntp_worker.h 110 size_t head_response; /* child */ member in struct:blocking_child_tag

Completed in 16 milliseconds