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

/freebsd-current/contrib/ntp/libntp/lib/isc/include/isc/
H A Dtask.h117 isc_task_t **taskp);
122 void (*detach)(isc_task_t **taskp);
123 void (*destroy)(isc_task_t **taskp);
125 void (*sendanddetach)(isc_task_t **taskp, isc_event_t **eventp);
178 isc_task_t **taskp);
197 *\li taskp != NULL && *taskp == NULL
201 *\li On success, '*taskp' is bound to the new task.
228 isc_task_detach(isc_task_t **taskp);
230 * Detach *taskp fro
[all...]
/freebsd-current/contrib/ntp/libntp/lib/isc/
H A Dtask.c184 isc_task_t **taskp);
188 isc__task_detach(isc_task_t **taskp);
192 isc__task_sendanddetach(isc_task_t **taskp, isc_event_t **eventp);
214 isc__task_destroy(isc_task_t **taskp);
330 isc_task_t **taskp)
338 REQUIRE(taskp != NULL && *taskp == NULL);
386 *taskp = (isc_task_t *)task;
505 isc__task_detach(isc_task_t **taskp) { argument
510 * Detach *taskp fro
329 isc__task_create(isc_taskmgr_t *manager0, unsigned int quantum, isc_task_t **taskp) argument
602 isc__task_sendanddetach(isc_task_t **taskp, isc_event_t **eventp) argument
854 isc__task_destroy(isc_task_t **taskp) argument
[all...]

Completed in 176 milliseconds