Lines Matching defs:c
2 * ntp_intres.c - Implements a generic blocking worker child or thread,
18 * model for both Unix and Windows ntpd. ntp_worker.c, work_fork.c,
19 * and work_thread.c implement the generic mechanism. This file
178 blocking_child * c;
300 blocking_child * c,
323 worker_ctx = get_worker_context(c, gai_req->dns_idx);
444 if (queue_blocking_response(c, resp, resp_octets, req)) {
689 blocking_child * c,
717 worker_ctx = get_worker_context(c, gni_req->dns_idx);
793 rc = queue_blocking_response(c, resp, resp_octets, req);
925 u_int c;
930 c = 0;
932 for ( ; c < dnschild_contexts_alloc; c++) {
933 if (NULL == dnschild_contexts[c]) {
934 dnschild_contexts[c] = emalloc_zero(cs);
936 return c;
966 blocking_child * c,
997 retv->c = c;
1024 if (-1 == worker_sleep(worker_ctx->c, earliest - now)) {