Searched refs:taskp (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dtask.h104 isc_task_t **taskp);
123 *\li taskp != NULL && *taskp == NULL
127 *\li On success, '*taskp' is bound to the new task.
154 isc_task_detach(isc_task_t **taskp);
156 * Detach *taskp from its task.
160 *\li '*taskp' is a valid task.
164 *\li *taskp is NULL.
166 *\li If '*taskp' is the last reference to the task, the task is idle (has
170 *\li If '*taskp' i
[all...]
/bind-9.6-ESV-R11/lib/isc/
H A Dtask.c173 isc_task_t **taskp)
180 REQUIRE(taskp != NULL && *taskp == NULL);
221 *taskp = task;
331 isc_task_detach(isc_task_t **taskp) { argument
336 * Detach *taskp from its task.
339 REQUIRE(taskp != NULL);
340 task = *taskp;
352 *taskp = NULL;
427 isc_task_sendanddetach(isc_task_t **taskp, isc_event_ argument
172 isc_task_create(isc_taskmgr_t *manager, unsigned int quantum, isc_task_t **taskp) argument
674 isc_task_destroy(isc_task_t **taskp) argument
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Dadb.c2604 isc_task_t *taskp; local
2607 taskp = NULL;
2608 isc_task_attach(task, &taskp);
2609 find->event.ev_sender = taskp;

Completed in 20 milliseconds