Searched refs:task (Results 1 - 25 of 440) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/
H A Dkeywords.c19 task (int task) argument
21 return task - 1;
27 return task (thread) + 1;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
H A Dkeywords.c19 task (int task) argument
21 return task - 1;
27 return task (thread) + 1;
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dtask.c1 /* $NetBSD: task.c,v 1.19 2024/02/21 22:52:29 christos Exp $ */
19 * XXXRTH Need to document the states a task can be in, and the rules
38 #include <isc/task.h>
56 * Each thread has his own queue of tasks to be run, if a task is in running
57 * state it will stay on the runner it's currently on, if a task is in idle
61 * To make load even some tasks (from task pools) are bound to specific
68 fprintf(stderr, "task %p thread %zu: %s\n", task, isc_tid_v, (m))
70 fprintf(stderr, "task %p thread %zu: %s\n", (t), isc_tid_v, (m))
106 /* Locked by task loc
171 task_finished(isc_task_t *task) argument
205 isc_task_t *task = NULL; local
293 task_shutdown(isc_task_t *task) argument
337 task_ready(isc_task_t *task) argument
350 isc_task_ready(isc_task_t *task) argument
355 task_detach(isc_task_t *task) argument
383 isc_task_t *task; local
408 task_send(isc_task_t *task, isc_event_t **eventp, int c) argument
447 isc_task_send(isc_task_t *task, isc_event_t **eventp) argument
457 isc_task_sendto(isc_task_t *task, isc_event_t **eventp, int c) argument
499 isc_task_t *task; local
533 dequeue_events(isc_task_t *task, void *sender, isc_eventtype_t first, isc_eventtype_t last, void *tag, isc_eventlist_t *events, bool purging) argument
574 isc_task_purgerange(isc_task_t *task, void *sender, isc_eventtype_t first, isc_eventtype_t last, void *tag) argument
605 isc_task_purge(isc_task_t *task, void *sender, isc_eventtype_t type, void *tag) argument
618 isc_task_purgeevent(isc_task_t *task, isc_event_t *event) argument
655 isc_task_unsend(isc_task_t *task, void *sender, isc_eventtype_t type, void *tag, isc_eventlist_t *events) argument
667 isc_task_onshutdown(isc_task_t *task, isc_taskaction_t action, void *arg) argument
701 isc_task_shutdown(isc_task_t *task) argument
732 isc_task_setname(isc_task_t *task, const char *name, void *tag) argument
746 isc_task_getname(isc_task_t *task) argument
753 isc_task_gettag(isc_task_t *task) argument
760 isc_task_getnetmgr(isc_task_t *task) argument
767 isc_task_setquantum(isc_task_t *task, unsigned int quantum) argument
781 task_run(isc_task_t *task) argument
897 isc_task_run(isc_task_t *task) argument
976 isc_task_t *task; local
1051 isc_taskmgr_setexcltask(isc_taskmgr_t *mgr, isc_task_t *task) argument
1089 isc_task_beginexclusive(isc_task_t *task) argument
1127 isc_task_endexclusive(isc_task_t *task) argument
1164 isc_task_setprivilege(isc_task_t *task, bool priv) argument
1171 isc_task_getprivilege(isc_task_t *task) argument
1178 isc_task_privileged(isc_task_t *task) argument
1185 isc_task_exiting(isc_task_t *task) argument
1200 isc_task_t *task = NULL; local
1291 isc_task_t *task = NULL; local
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dtask.c1 /* $NetBSD: task.c,v 1.1 2024/02/18 20:57:50 christos Exp $ */
19 * XXXRTH Need to document the states a task can be in, and the rules
39 #include <isc/task.h>
57 * Each thread has his own queue of tasks to be run, if a task is in running
58 * state it will stay on the runner it's currently on, if a task is in idle
62 * To make load even some tasks (from task pools) are bound to specific
69 fprintf(stderr, "task %p thread %zu: %s\n", task, isc_tid_v, (m))
71 fprintf(stderr, "task %p thread %zu: %s\n", (t), isc_tid_v, (m))
106 /* Locked by task loc
172 task_finished(isc_task_t *task) argument
206 isc_task_t *task = NULL; local
295 task_shutdown(isc_task_t *task) argument
341 task_ready(isc_task_t *task) argument
354 isc_task_ready(isc_task_t *task) argument
359 task_detach(isc_task_t *task) argument
387 isc_task_t *task; local
412 task_send(isc_task_t *task, isc_event_t **eventp, int c) argument
453 isc_task_send(isc_task_t *task, isc_event_t **eventp) argument
463 isc_task_sendto(isc_task_t *task, isc_event_t **eventp, int c) argument
505 isc_task_t *task; local
539 dequeue_events(isc_task_t *task, void *sender, isc_eventtype_t first, isc_eventtype_t last, void *tag, isc_eventlist_t *events, bool purging) argument
580 isc_task_purgerange(isc_task_t *task, void *sender, isc_eventtype_t first, isc_eventtype_t last, void *tag) argument
611 isc_task_purge(isc_task_t *task, void *sender, isc_eventtype_t type, void *tag) argument
624 isc_task_purgeevent(isc_task_t *task, isc_event_t *event) argument
661 isc_task_unsendrange(isc_task_t *task, void *sender, isc_eventtype_t first, isc_eventtype_t last, void *tag, isc_eventlist_t *events) argument
674 isc_task_unsend(isc_task_t *task, void *sender, isc_eventtype_t type, void *tag, isc_eventlist_t *events) argument
686 isc_task_onshutdown(isc_task_t *task, isc_taskaction_t action, void *arg) argument
720 isc_task_shutdown(isc_task_t *task) argument
751 isc_task_setname(isc_task_t *task, const char *name, void *tag) argument
765 isc_task_getname(isc_task_t *task) argument
772 isc_task_gettag(isc_task_t *task) argument
779 isc_task_getcurrenttime(isc_task_t *task, isc_stdtime_t *t) argument
789 isc_task_getcurrenttimex(isc_task_t *task, isc_time_t *t) argument
799 isc_task_getnetmgr(isc_task_t *task) argument
806 isc_task_setquantum(isc_task_t *task, unsigned int quantum) argument
820 task_run(isc_task_t *task) argument
954 isc_task_run(isc_task_t *task) argument
1033 isc_task_t *task; local
1111 isc_taskmgr_setexcltask(isc_taskmgr_t *mgr, isc_task_t *task) argument
1149 isc_task_beginexclusive(isc_task_t *task) argument
1187 isc_task_endexclusive(isc_task_t *task) argument
1213 isc_task_pause(isc_task_t *task) argument
1239 isc_task_unpause(isc_task_t *task) argument
1282 isc_task_setprivilege(isc_task_t *task, bool priv) argument
1289 isc_task_getprivilege(isc_task_t *task) argument
1296 isc_task_privileged(isc_task_t *task) argument
1303 isc_task_exiting(isc_task_t *task) argument
1318 isc_task_t *task = NULL; local
1409 isc_task_t *task = NULL; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dtaskloop.c29 /* Called when encountering an explicit task directive. If IF_CLAUSE is
30 false, then we must not delay in executing the task. If UNTIED is true,
31 then the task may be executed by any member of the team. */
43 /* If pthread_mutex_* is used for omp_*lock*, then each task must be
165 && thr->task
166 && thr->task->taskgroup)
168 if (thr->task->taskgroup->cancelled)
170 if (thr->task->taskgroup->workshare
171 && thr->task->taskgroup->prev
172 && thr->task
197 struct gomp_task task[num_tasks]; local
244 struct gomp_task task; local
284 struct gomp_task *task local
346 struct gomp_task *task = tasks[i]; local
[all...]
H A Dtask.c26 /* This file handles the maintenance of tasks in response to task
62 /* Create a new task data structure. */
65 gomp_init_task (struct gomp_task *task, struct gomp_task *parent_task, argument
70 overhead of task creation low. In the nqueens-1.c test, for a
76 task->parent = parent_task;
77 task->icv = *prev_icv;
78 task->kind = GOMP_TASK_IMPLICIT;
79 task->taskwait = NULL;
80 task->in_tied_task = false;
81 task
97 struct gomp_task *task = thr->task; local
165 gomp_task_handle_depend(struct gomp_task *task, struct gomp_task *parent, void **depend) argument
390 struct gomp_task task; local
442 struct gomp_task *task; local
567 priority_queue_move_task_first(enum priority_queue_type type, struct priority_queue *head, struct gomp_task *task) argument
598 gomp_target_task_completion(struct gomp_team *team, struct gomp_task *task) argument
657 struct gomp_task *task = ttask->task; local
703 struct gomp_task *task; local
946 priority_queue_upgrade_task(struct gomp_task *task, struct gomp_task *parent) argument
1035 priority_queue_downgrade_task(enum priority_queue_type type, struct priority_queue *head, struct gomp_task *task) argument
1156 struct gomp_task *task = child_task->dependers->elem[i]; local
1309 struct gomp_task *task = thr->task; local
1434 struct gomp_task *task = thr->task; local
1623 struct gomp_task *task = thr->task; local
1854 struct gomp_task *task = thr->task; local
1870 struct gomp_task *task = thr->task; local
2118 struct gomp_task *task = thr->task; local
2176 struct gomp_task *task; local
2216 struct gomp_task *task = thr->task; local
2292 struct gomp_task *task = thr->task; local
2303 struct gomp_task *task; local
2319 struct gomp_task *task = thr->task; local
[all...]
/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dtask.c1 /* $NetBSD: task.c,v 1.5 2020/05/25 20:47:20 christos Exp $ */
27 * XXXRTH Need to document the states a task can be in, and the rules
40 #include <isc/task.h>
53 * when built without threads we share a single global task manager and use
54 * an integrated event loop for socket, timer, and other generic task events.
56 * we don't use either of them: an application can have multiple task managers
72 #define XTRACE(m) fprintf(stderr, "task %p thread %lu: %s\n", \
73 task, isc_thread_self(), (m))
74 #define XTTRACE(t, m) fprintf(stderr, "task %p thread %lu: %s\n", \
110 /* Locked by task loc
299 task_finished(isc__task_t *task) argument
335 isc__task_t *task; local
414 task_shutdown(isc__task_t *task) argument
457 task_ready(isc__task_t *task) argument
478 task_detach(isc__task_t *task) argument
508 isc__task_t *task; local
532 task_send(isc__task_t *task, isc_event_t **eventp) argument
563 isc__task_t *task = (isc__task_t *)task0; local
606 isc__task_t *task; local
640 dequeue_events(isc__task_t *task, void *sender, isc_eventtype_t first, isc_eventtype_t last, void *tag, isc_eventlist_t *events, isc_boolean_t purging) argument
683 isc__task_t *task = (isc__task_t *)task0; local
712 isc__task_purge(isc_task_t *task, void *sender, isc_eventtype_t type, void *tag) argument
726 isc__task_t *task = (isc__task_t *)task0; local
768 isc__task_unsendrange(isc_task_t *task, void *sender, isc_eventtype_t first, isc_eventtype_t last, void *tag, isc_eventlist_t *events) argument
783 isc__task_unsend(isc_task_t *task, void *sender, isc_eventtype_t type, void *tag, isc_eventlist_t *events) argument
800 isc__task_t *task = (isc__task_t *)task0; local
838 isc__task_t *task = (isc__task_t *)task0; local
870 isc__task_t *task = (isc__task_t *)task0; local
887 isc__task_t *task = (isc__task_t *)task0; local
896 isc__task_t *task = (isc__task_t *)task0; local
905 isc__task_t *task = (isc__task_t *)task0; local
948 isc__task_t *task; local
972 push_readyq(isc__taskmgr_t *manager, isc__task_t *task) argument
981 isc__task_t *task; local
1460 isc__task_t *task; local
1645 isc__task_t *task = (isc__task_t *)task0; local
1667 isc__task_t *task = (isc__task_t *)task0; local
1683 isc__task_t *task = (isc__task_t *)task0; local
1710 isc__task_t *task = (isc__task_t *)task0; local
1728 isc__task_t *task = (isc__task_t *)t; local
1739 isc__task_t *task; local
[all...]
H A Dtask_api.c29 #include <isc/task.h>
148 isc_task_send(isc_task_t *task, isc_event_t **eventp) { argument
149 REQUIRE(ISCAPI_TASK_VALID(task));
152 task->methods->send(task, eventp);
168 isc_task_unsend(isc_task_t *task, void *sender, isc_eventtype_t type, argument
171 REQUIRE(ISCAPI_TASK_VALID(task));
173 return (task->methods->unsend(task, sender, type, tag, events));
177 isc_task_onshutdown(isc_task_t *task, isc_taskaction_ argument
185 isc_task_shutdown(isc_task_t *task) argument
192 isc_task_setname(isc_task_t *task, const char *name, void *tag) argument
199 isc_task_purge(isc_task_t *task, void *sender, isc_eventtype_t type, void *tag) argument
207 isc_task_beginexclusive(isc_task_t *task) argument
214 isc_task_endexclusive(isc_task_t *task) argument
221 isc_task_setprivilege(isc_task_t *task, isc_boolean_t priv) argument
228 isc_task_privilege(isc_task_t *task) argument
240 isc_task_purgerange(isc_task_t *task, void *sender, isc_eventtype_t first, isc_eventtype_t last, void *tag) argument
[all...]
H A Dondestroy.c31 #include <isc/task.h>
44 isc_ondestroy_register(isc_ondestroy_t *ondest, isc_task_t *task, argument
51 REQUIRE(task != NULL);
58 isc_task_attach(task, &thetask);
70 isc_task_t *task; local
78 task = eventp->ev_sender;
81 isc_task_sendanddetach(&task, &eventp);
/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Dtask.h1 /* $NetBSD: task.h,v 1.9 2024/02/21 22:52:31 christos Exp $ */
22 /*! \file isc/task.h
23 * \brief The task system provides a lightweight execution context, which is
26 * When a task's event queue is non-empty, the
27 * task is runnable. A small work crew of threads, typically one per CPU,
51 * Events which have been queued for a task but not delivered may be removed
52 * from the task's event queue by purging or unsending.
100 * Create a task, optionally bound to a particular threadid.
105 * before the task must yield to other tasks waiting to execute. If
106 * quantum is zero, then the default quantum of the task manage
[all...]
/netbsd-current/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dtask.h1 /* $NetBSD: task.h,v 1.5 2020/05/25 20:47:21 christos Exp $ */
29 /*! \file isc/task.h
30 * \brief The task system provides a lightweight execution context, which is
33 * When a task's event queue is non-empty, the
34 * task is runnable. A small work crew of threads, typically one per CPU,
58 * Events which have been queued for a task but not delivered may be removed
59 * from the task's event queue by purging or unsending.
111 /*% Task and task manager methods */
126 void (*send)(isc_task_t *task, isc_event_t **eventp);
128 unsigned int (*unsend)(isc_task_t *task, voi
[all...]
/netbsd-current/external/mit/libuv/dist/test/
H A Drunner.c27 #include "task.h"
86 task_entry_t* task; local
91 for (task = TASKS; task->main; task++, actual++) {
92 if (!task->is_helper) {
109 for (task = TASKS; task->main; task++) {
110 if (task
170 task_entry_t* task; local
370 task_entry_t* task; local
388 find_helpers(const task_entry_t* task, const task_entry_t** helpers) argument
406 const task_entry_t* task; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dtaskloop.c29 /* Called when encountering an explicit task directive. If IF_CLAUSE is
30 false, then we must not delay in executing the task. If UNTIED is true,
31 then the task may be executed by any member of the team. */
43 /* If pthread_mutex_* is used for omp_*lock*, then each task must be
184 && thr->task
185 && thr->task->taskgroup)
187 if (thr->task->taskgroup->cancelled)
189 if (thr->task->taskgroup->workshare
190 && thr->task->taskgroup->prev
191 && thr->task
216 struct gomp_task task[num_tasks]; local
263 struct gomp_task task; local
303 struct gomp_task *task local
365 struct gomp_task *task = tasks[i]; local
[all...]
H A Dtask.c26 /* This file handles the maintenance of tasks in response to task
63 /* Create a new task data structure. */
66 gomp_init_task (struct gomp_task *task, struct gomp_task *parent_task, argument
71 overhead of task creation low. In the nqueens-1.c test, for a
77 task->parent = parent_task;
78 priority_queue_init (&task->children_queue);
79 task->taskgroup = NULL;
80 task->dependers = NULL;
81 task->depend_hash = NULL;
82 task
100 struct gomp_task *task = thr->task; local
168 gomp_task_handle_depend(struct gomp_task *task, struct gomp_task *parent, void **depend) argument
396 struct gomp_task task; local
469 struct gomp_task *task; local
605 priority_queue_move_task_first(enum priority_queue_type type, struct priority_queue *head, struct gomp_task *task) argument
636 gomp_target_task_completion(struct gomp_team *team, struct gomp_task *task) argument
695 struct gomp_task *task = ttask->task; local
741 struct gomp_task *task; local
1006 priority_queue_upgrade_task(struct gomp_task *task, struct gomp_task *parent) argument
1095 priority_queue_downgrade_task(enum priority_queue_type type, struct priority_queue *head, struct gomp_task *task) argument
1216 struct gomp_task *task = child_task->dependers->elem[i]; local
1369 struct gomp_task *task = thr->task; local
1515 struct gomp_task *task = thr->task; local
1718 struct gomp_task *task = thr->task; local
1949 struct gomp_task *task = thr->task; local
1965 struct gomp_task *task = thr->task; local
2226 struct gomp_task *task = thr->task; local
2284 struct gomp_task *task; local
2324 struct gomp_task *task = thr->task; local
2400 struct gomp_task *task = thr->task; local
2411 struct gomp_task *task; local
2427 struct gomp_task *task = thr->task; local
2452 struct gomp_task *task = (struct gomp_task *) event; local
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dtask.h1 /* $NetBSD: task.h,v 1.1 2024/02/18 20:57:54 christos Exp $ */
22 /*! \file isc/task.h
23 * \brief The task system provides a lightweight execution context, which is
26 * When a task's event queue is non-empty, the
27 * task is runnable. A small work crew of threads, typically one per CPU,
51 * Events which have been queued for a task but not delivered may be removed
52 * from the task's event queue by purging or unsending.
112 * Create a task, optionally bound to a particular threadid.
117 * before the task must yield to other tasks waiting to execute. If
118 * quantum is zero, then the default quantum of the task manage
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/dyndb/driver/
H A Dlock.c34 #include <isc/task.h>
38 * Lock BIND dispatcher and allow only single task to run.
41 * All calls to isc_task_beginexclusive() have to operate on the same task
44 * For this reason this wrapper function always works with inst->task.
45 * As a result, this function have to be be called only from inst->task.
54 * @param[in] inst The instance with the only task which is allowed to
63 *statep = isc_task_beginexclusive(inst->task);
68 * Exit task-exclusive mode.
76 isc_task_endexclusive(inst->task);
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_flip_work.c36 * drm_flip_work_allocate_task - allocate a flip-work task
37 * @data: data associated to the task
44 struct drm_flip_task *task; local
46 task = kzalloc(sizeof(*task), flags);
47 if (task)
48 task->data = data;
50 return task;
55 * drm_flip_work_queue_task - queue a specific task
57 * @task
62 drm_flip_work_queue_task(struct drm_flip_work *work, struct drm_flip_task *task) argument
83 struct drm_flip_task *task; local
126 struct drm_flip_task *task, *tmp; local
[all...]
/netbsd-current/sbin/dmctl/
H A Ddmctl.c152 libdm_task_t task; local
198 * Create libdm task, and pass it to command handler later.
202 task = libdm_task_create(cmdname);
204 (*commands[i].cmd_func)(argc, argv, task);
214 dmctl_get_version(int argc __unused, char *argv[] __unused, libdm_task_t task) argument
218 (void)libdm_task_get_cmd_version(task, ver, sizeof(ver));
222 if (libdm_task_run(task) != 0)
225 (void)libdm_task_get_cmd_version(task, ver, 3);
228 libdm_task_destroy(task);
236 dmctl_get_targets(int argc __unused, char *argv[] __unused, libdm_task_t task) argument
272 dmctl_create_dev(int argc __unused, char *argv[] __unused, libdm_task_t task) argument
288 dmctl_get_device_info(int argc __unused, char *argv[] __unused, libdm_task_t task) argument
311 dmctl_list_devices(int argc __unused, char *argv[] __unused, libdm_task_t task) argument
342 dmctl_dev_rename(int argc __unused, char *argv[], libdm_task_t task) argument
365 dmctl_dev_remove(int argc __unused, char *argv[] __unused, libdm_task_t task) argument
385 dmctl_dev_resume(int argc __unused, char *argv[] __unused, libdm_task_t task) argument
402 dmctl_dev_suspend(int argc __unused, char *argv[] __unused, libdm_task_t task) argument
420 dmctl_dev_deps(int argc __unused, char *argv[] __unused, libdm_task_t task) argument
452 dmctl_table_reload(int argc, char *argv[], libdm_task_t task) argument
505 dmctl_table_status(int argc __unused, char *argv[] __unused, libdm_task_t task) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/i915drm/
H A Di915_pci.h47 i915drmkms_task_init(struct i915drmkms_task *task, argument
51 task->ift_fn = fn;
/netbsd-current/sys/external/bsd/drm2/nouveau/
H A Dnouveau_pci.h47 nouveau_pci_task_init(struct nouveau_pci_task *task, argument
51 task->nt_fn = fn;
/netbsd-current/sys/external/bsd/drm2/radeon/
H A Dradeon_task.h47 radeon_task_init(struct radeon_task *task, void (*fn)(struct radeon_task *)) argument
50 task->rt_fn = fn;
/netbsd-current/sys/external/bsd/drm2/amdgpu/
H A Damdgpu_task.h47 amdgpu_task_init(struct amdgpu_task *task, void (*fn)(struct amdgpu_task *)) argument
50 task->rt_fn = fn;
/netbsd-current/sys/external/bsd/drm2/vmwgfx/
H A Dvmwgfx_task.h44 vmwgfx_task_init(struct vmwgfx_task *task, void (*fn)(struct vmwgfx_task *)) argument
47 task->vt_fn = fn;
/netbsd-current/sys/dev/sdmmc/
H A Dld_sdmmc.c71 #define LD_SDMMC_MAXTASKCNT 8 /* number of tasks in task pool */
76 struct sdmmc_task task; member in struct:ld_sdmmc_task
130 struct ld_sdmmc_task *task; local
134 if (sc->sc_dying || (task = TAILQ_FIRST(&sc->sc_freeq)) == NULL)
136 TAILQ_REMOVE(&sc->sc_freeq, task, task_entry);
137 TAILQ_INSERT_TAIL(&sc->sc_xferq, task, task_entry);
138 KASSERT(task->task_bp == NULL);
139 KASSERT(task->task_errorp == NULL);
141 return task;
145 ld_sdmmc_task_put(struct ld_sdmmc_softc *sc, struct ld_sdmmc_task *task) argument
157 ld_sdmmc_task_cancel(struct ld_sdmmc_softc *sc, struct ld_sdmmc_task *task) argument
248 struct ld_sdmmc_task *task; local
352 struct ld_sdmmc_task *task; local
399 struct ld_sdmmc_task *task; local
424 struct ld_sdmmc_task *task = (struct ld_sdmmc_task *)arg; local
440 struct ld_sdmmc_task *task = (struct ld_sdmmc_task *)arg; local
519 struct ld_sdmmc_task *task = arg; local
551 struct ld_sdmmc_task *task; local
579 struct ld_sdmmc_task *task = arg; local
603 struct ld_sdmmc_task *task; local
[all...]
/netbsd-current/external/mpl/bind/dist/tests/isc/
H A Dtask_test.c37 #include <isc/task.h>
102 set(isc_task_t *task, isc_event_t *event) { argument
105 UNUSED(task);
114 set_and_drop(isc_task_t *task, isc_event_t *event) { argument
117 UNUSED(task);
125 /* Create a task */
128 isc_task_t *task = NULL; local
132 result = isc_task_create(taskmgr, 0, &task);
135 isc_task_destroy(&task);
136 assert_null(task);
142 isc_task_t *task = NULL; local
408 basic_cb(isc_task_t *task, isc_event_t *event) argument
428 basic_shutdown(isc_task_t *task, isc_event_t *event) argument
439 basic_tick(isc_task_t *task, isc_event_t *event) argument
553 exclusive_cb(isc_task_t *task, isc_event_t *event) argument
647 maxtask_shutdown(isc_task_t *task, isc_event_t *event) argument
663 maxtask_cb(isc_task_t *task, isc_event_t *event) argument
725 sd_sde1(isc_task_t *task, isc_event_t *event) argument
742 sd_sde2(isc_task_t *task, isc_event_t *event) argument
757 sd_event1(isc_task_t *task, isc_event_t *event) argument
774 sd_event2(isc_task_t *task, isc_event_t *event) argument
790 isc_task_t *task = NULL; local
855 psd_event1(isc_task_t *task, isc_event_t *event) argument
870 psd_sde(isc_task_t *task, isc_event_t *event) argument
880 isc_task_t *task; local
938 pg_event1(isc_task_t *task, isc_event_t *event) argument
951 pg_event2(isc_task_t *task, isc_event_t *event) argument
1002 pg_sde(isc_task_t *task, isc_event_t *event) argument
1016 isc_task_t *task = NULL; local
1274 pge_event1(isc_task_t *task, isc_event_t *event) argument
1287 pge_event2(isc_task_t *task, isc_event_t *event) argument
1295 pge_sde(isc_task_t *task, isc_event_t *event) argument
1309 isc_task_t *task = NULL; local
[all...]

Completed in 365 milliseconds

1234567891011>>