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

/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Dtask_api.c104 isc_task_t **taskp)
107 REQUIRE(taskp != NULL && *taskp == NULL);
109 return (manager->methods->taskcreate(manager, quantum, taskp));
123 isc_task_detach(isc_task_t **taskp) { argument
124 REQUIRE(taskp != NULL && ISCAPI_TASK_VALID(*taskp));
126 (*taskp)->methods->detach(taskp);
128 ENSURE(*taskp
103 isc_task_create(isc_taskmgr_t *manager, unsigned int quantum, isc_task_t **taskp) argument
142 isc_task_sendanddetach(isc_task_t **taskp, isc_event_t **eventp) argument
[all...]
H A Dtask.c180 isc_task_t **taskp);
184 isc__task_detach(isc_task_t **taskp);
188 isc__task_sendanddetach(isc_task_t **taskp, isc_event_t **eventp);
210 isc__task_destroy(isc_task_t **taskp);
305 isc_task_t **taskp)
313 REQUIRE(taskp != NULL && *taskp == NULL);
356 *taskp = (isc_task_t *)task;
467 isc__task_detach(isc_task_t **taskp) { argument
472 * Detach *taskp fro
304 isc__task_create(isc_taskmgr_t *manager0, unsigned int quantum, isc_task_t **taskp) argument
564 isc__task_sendanddetach(isc_task_t **taskp, isc_event_t **eventp) argument
816 isc__task_destroy(isc_task_t **taskp) argument
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/isc/include/isc/
H A Dtask.h108 isc_task_t **taskp);
113 void (*detach)(isc_task_t **taskp);
114 void (*destroy)(isc_task_t **taskp);
116 void (*sendanddetach)(isc_task_t **taskp, isc_event_t **eventp);
167 isc_task_t **taskp);
186 *\li taskp != NULL && *taskp == NULL
190 *\li On success, '*taskp' is bound to the new task.
217 isc_task_detach(isc_task_t **taskp);
219 * Detach *taskp fro
[all...]
/macosx-10.10/ntp-92/lib/isc/include/isc/
H A Dtask.h101 isc_task_t **taskp);
120 *\li taskp != NULL && *taskp == NULL
124 *\li On success, '*taskp' is bound to the new task.
151 isc_task_detach(isc_task_t **taskp);
153 * Detach *taskp from its task.
157 *\li '*taskp' is a valid task.
161 *\li *taskp is NULL.
163 *\li If '*taskp' is the last reference to the task, the task is idle (has
167 *\li If '*taskp' i
[all...]
/macosx-10.10/system_cmds-643.1.1/lsmp.tproj/
H A Dcommon.h118 void get_receive_port_context(task_t taskp, mach_port_name_t portname, mach_port_context_t *context);
119 int get_recieve_port_status(task_t taskp, mach_port_name_t portname, mach_port_info_ext_t *info);
H A Dport_details.c144 void get_receive_port_context(task_t taskp, mach_port_name_t portname, mach_port_context_t *context) { argument
150 ret = mach_port_get_context(taskp, portname, context);
160 int get_recieve_port_status(task_t taskp, mach_port_name_t portname, mach_port_info_ext_t *info){ argument
167 ret = mach_port_get_attributes(taskp,
/macosx-10.10/ntp-92/lib/isc/
H A Dtask.c176 isc_task_t **taskp)
183 REQUIRE(taskp != NULL && *taskp == NULL);
224 *taskp = task;
334 isc_task_detach(isc_task_t **taskp) { argument
339 * Detach *taskp from its task.
342 REQUIRE(taskp != NULL);
343 task = *taskp;
355 *taskp = NULL;
430 isc_task_sendanddetach(isc_task_t **taskp, isc_event_ argument
175 isc_task_create(isc_taskmgr_t *manager, unsigned int quantum, isc_task_t **taskp) argument
677 isc_task_destroy(isc_task_t **taskp) argument
[all...]
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A Dprocess.py1103 for taskp in kern.tasks:
1104 for actp in IterateQueue(taskp.threads, 'struct thread *', 'task_threads'):
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dadb.c3065 isc_task_t *taskp; local
3068 taskp = NULL;
3069 isc_task_attach(task, &taskp);
3070 find->event.ev_sender = taskp;

Completed in 203 milliseconds