Searched defs:worker (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/dnssec/
H A Ddnssec-signzone.c1425 * Assigns a node to a worker thread. This is protected by the master task's
1429 assignwork(isc_task_t *task, isc_task_t *worker) { argument
1534 isc_task_send(worker, ISC_EVENT_PTR(&sevent));
1540 * Start a worker task
1544 isc_task_t *worker; local
1546 worker = (isc_task_t *)event->ev_arg;
1547 assignwork(task, worker);
1552 * Write a node to the output file, and restart the worker task.
1556 isc_task_t *worker; local
1559 worker
[all...]

Completed in 19 milliseconds