Searched refs:task (Results 26 - 50 of 322) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dmm_types.h78 #define get_task_mm(task) linux_get_task_mm(task)
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp37 // __kmp_trace_task_stack: print the tied tasks from the task stack in order
41 // thread_data: thread data for task team thread containing stack
92 // __kmp_init_task_stack: initialize the task stack for the first time
97 // thread_data: thread data for task team thread containing stack
115 // __kmp_free_task_stack: free the task stack when thread_data is destroyed.
142 // __kmp_push_task_stack: Push the tied task onto the task stack.
147 // tied_task: the task to push on the stack
173 // Find beginning of this task block
200 // __kmp_pop_task_stack: Pop the tied task fro
324 __kmp_push_task(kmp_int32 gtid, kmp_task_t *task) argument
492 __kmp_task_start(kmp_int32 gtid, kmp_task_t *task, kmp_taskdata_t *current_task) argument
543 __ompt_task_init(kmp_taskdata_t *task, int tid) argument
556 __ompt_task_start(kmp_task_t *task, kmp_taskdata_t *current_task, kmp_int32 gtid) argument
577 __ompt_task_finish(kmp_task_t *task, kmp_taskdata_t *resumed_task, ompt_task_status_t status = ompt_task_complete) argument
599 __kmpc_omp_task_begin_if0_template(ident_t *loc_ref, kmp_int32 gtid, kmp_task_t *task, void *frame_address, void *return_address) argument
650 __kmpc_omp_task_begin_if0_ompt(ident_t *loc_ref, kmp_int32 gtid, kmp_task_t *task, void *frame_address, void *return_address) argument
665 __kmpc_omp_task_begin_if0(ident_t *loc_ref, kmp_int32 gtid, kmp_task_t *task) argument
682 __kmpc_omp_task_begin(ident_t *loc_ref, kmp_int32 gtid, kmp_task_t *task) argument
803 __kmp_task_finish(kmp_int32 gtid, kmp_task_t *task, kmp_taskdata_t *resumed_task) argument
959 __kmpc_omp_task_complete_if0_template(ident_t *loc_ref, kmp_int32 gtid, kmp_task_t *task) argument
984 __kmpc_omp_task_complete_if0_ompt(ident_t *loc_ref, kmp_int32 gtid, kmp_task_t *task) argument
995 __kmpc_omp_task_complete_if0(ident_t *loc_ref, kmp_int32 gtid, kmp_task_t *task) argument
1009 __kmpc_omp_task_complete(ident_t *loc_ref, kmp_int32 gtid, kmp_task_t *task) argument
1036 kmp_taskdata_t *task = &team->t.t_implicit_task_taskdata[tid]; local
1097 kmp_taskdata_t *task = thread->th.th_current_task; local
1123 kmp_taskdata_t *task = thread->th.th_current_task; local
1158 kmp_task_t *task; local
1415 __kmp_invoke_task(kmp_int32 gtid, kmp_task_t *task, kmp_taskdata_t *current_task) argument
2575 kmp_task_t *task; local
2649 kmp_task_t *task; local
2789 kmp_task_t *task; local
3618 __kmp_give_task(kmp_info_t *thread, kmp_int32 tid, kmp_task_t *task, kmp_int32 pass) argument
3832 __kmpc_task_allow_completion_event(ident_t *loc_ref, int gtid, kmp_task_t *task) argument
3889 kmp_task_t *task; local
3964 kmp_task_t *task; member in class:kmp_taskloop_bounds_t
4079 __kmp_taskloop_linear(ident_t *loc, int gtid, kmp_task_t *task, kmp_uint64 *lb, kmp_uint64 *ub, kmp_int64 st, kmp_uint64 ub_glob, kmp_uint64 num_tasks, kmp_uint64 grainsize, kmp_uint64 extras, kmp_uint64 tc, void *codeptr_ra, void *task_dup) argument
4173 kmp_task_t *task; member in struct:__taskloop_params
4201 kmp_task_t *task = p->task; local
4261 __kmp_taskloop_recur(ident_t *loc, int gtid, kmp_task_t *task, kmp_uint64 *lb, kmp_uint64 *ub, kmp_int64 st, kmp_uint64 ub_glob, kmp_uint64 num_tasks, kmp_uint64 grainsize, kmp_uint64 extras, kmp_uint64 tc, kmp_uint64 num_t_min, void *codeptr_ra, void *task_dup) argument
4383 __kmpc_taskloop(ident_t *loc, int gtid, kmp_task_t *task, int if_val, kmp_uint64 *lb, kmp_uint64 *ub, kmp_int64 st, int nogroup, int sched, kmp_uint64 grainsize, void *task_dup) argument
[all...]
H A Dkmp_cancel.cpp20 @param loc_ref location of the original task directive
78 // cancellation requests for a task group
81 kmp_taskdata_t *task; local
84 task = this_thr->th.th_current_task;
85 KMP_DEBUG_ASSERT(task);
87 taskgroup = task->td_taskgroup;
126 @param loc_ref location of the original task directive
191 // cancellation requests for a task group
194 kmp_taskdata_t *task; local
197 task
321 kmp_taskdata_t *task; local
[all...]
H A Dkmp_taskdeps.cpp38 node->dn.task = NULL; // will point to the rigth task
212 kmp_taskdata_t *task_source = KMP_TASK_TO_TASKDATA(source->dn.task);
213 // do not use sink->dn.task as that is only filled after the dependencies
222 /* OMPT tracks dependences between task (a=source, b=sink) in which
223 task a blocks the execution of b through the ompt_new_dependence_callback
226 kmp_taskdata_t *task_source = KMP_TASK_TO_TASKDATA(source->dn.task);
238 kmp_task_t *task, kmp_depnode_t *node,
246 if (dep->dn.task) {
248 if (dep->dn.task) {
237 __kmp_depnode_link_successor(kmp_int32 gtid, kmp_info_t *thread, kmp_task_t *task, kmp_depnode_t *node, kmp_depnode_list_t *plist) argument
263 __kmp_depnode_link_successor(kmp_int32 gtid, kmp_info_t *thread, kmp_task_t *task, kmp_depnode_t *source, kmp_depnode_t *sink) argument
290 __kmp_process_deps(kmp_int32 gtid, kmp_depnode_t *node, kmp_dephash_t **hash, bool dep_barrier, kmp_int32 ndeps, kmp_depend_info_t *dep_list, kmp_task_t *task) argument
[all...]
H A Dkmp_gsupport.cpp284 __kmp_GOMP_microtask_wrapper(int *gtid, int *npr, void (*task)(void *),
295 // save enclosing task state; set current state for task
299 // set task frame
305 task(data);
309 // clear task frame
323 void (*task)(void *), void *data,
340 // save enclosing task state; set current state for task
344 // set task fram
1143 kmp_task_t *task = __kmp_task_alloc( local
1714 kmp_task_t *task = local
[all...]
/freebsd-11-stable/sys/dev/firewire/
H A Dfwohcivar.h70 struct task fwohci_task_busreset;
71 struct task fwohci_task_sid;
72 struct task fwohci_task_dma;
H A Dif_fwipvar.h49 struct task start_send;
/freebsd-11-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dutil.py64 __slots__ = "why", "task", "errno"
67 def __init__(self, eno, task=None, why=None):
70 task -- a string describing the task that failed
75 self.task = task
80 if self.task:
81 s += self.task + ": "
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgnu-nat.c129 to INF's msg port and task port respectively. If it has no msg port,
133 (refport = inf->task->port, 0), 0, \
173 struct proc *task; /* The mach task. */
176 /* True if THREADS needn't be validated by querying the task. We assume that
177 we and the task in question are the only ones frobbing the thread list,
220 /* The task suspend count used when gdb has control. This is normally 1 to
222 system servers) it may be desirable to let the task continue to run
226 /* The task suspend count left when detaching from a task
172 struct proc *task; /* The mach task. */ member in struct:inf
742 struct proc *task = inf->task; local
910 struct proc *task = inf->task; local
991 struct proc *task = inf->task; local
1207 struct proc *task = inf->task; local
1999 struct proc *task = current_inferior->task; local
2246 gnu_read_inferior(task_t task, CORE_ADDR addr, char *myaddr, int length) argument
2290 gnu_write_inferior(task_t task, CORE_ADDR addr, char *myaddr, int length) argument
2452 task_t task = (current_inferior local
2480 task_t task; local
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dsocket_api.c133 isc_socket_sendto(isc_socket_t *sock, isc_region_t *region, isc_task_t *task, argument
139 return (sock->methods->sendto(sock, region, task, action, arg, address,
144 isc_socket_connect(isc_socket_t *sock, isc_sockaddr_t *addr, isc_task_t *task, argument
149 return (sock->methods->connect(sock, addr, task, action, arg));
154 isc_task_t *task, isc_taskaction_t action, const void *arg)
158 return (sock->methods->recv(sock, region, minimum, task, action, arg));
162 isc_socket_cancel(isc_socket_t *sock, isc_task_t *task, unsigned int how) { argument
165 sock->methods->cancel(sock, task, how);
201 isc_task_t *task, isc_socket_t **socketp)
206 callback, cbarg, task,
153 isc_socket_recv(isc_socket_t *sock, isc_region_t *region, unsigned int minimum, isc_task_t *task, isc_taskaction_t action, const void *arg) argument
199 isc_socket_fdwatchcreate(isc_socketmgr_t *manager, int fd, int flags, isc_sockfdwatch_t callback, void *cbarg, isc_task_t *task, isc_socket_t **socketp) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DMachException.cpp37 mach_port_t task, exception_type_t exception,
50 mach_port_t exception_port, mach_port_t thread, mach_port_t task,
250 bool MachException::Message::CatchExceptionRaise(task_t task) { argument
252 state.task_port = task;
294 // This is our task, so we can update the signal to send to it
355 LLDB_LOGF(log, "::mach_msg() - failed (child of task): %u (%s)",
382 Status MachException::PortInfo::Save(task_t task) { argument
386 LLDB_LOGF(log, "MachException::PortInfo::%s(task = 0x%4.4x)", __FUNCTION__,
387 task);
395 auto mach_err = ::task_get_exception_ports(task, mas
444 Restore(task_t task) argument
[all...]
H A DMachException.h42 Status Save(task_t task);
44 Status Restore(task_t task);
96 bool CatchExceptionRaise(task_t task);
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dapp.c38 #include <isc/task.h>
102 isc__app_onrun(isc_mem_t *mctx, isc_task_t *task, isc_taskaction_t action, argument
116 * Note that we store the task to which we're going to send the event
119 isc_task_attach(task, &cloned_task);
138 isc_task_t *task; local
154 task = event->ev_sender;
156 isc_task_sendanddetach(&task, &event);
/freebsd-11-stable/sys/arm/at91/
H A Dif_macbvar.h89 struct task sc_intr_task;
90 struct task sc_tx_task;
91 struct task sc_link_task;
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dtaskpool.h28 * \brief A task pool is a mechanism for sharing a small number of tasks
30 * assigned a unique task, but each task may be shared by several
36 * could result from creating a separate task for each object.
45 #include <isc/task.h>
64 * Create a task pool of "ntasks" tasks, each with quantum
69 *\li 'tmgr' is a valid task manager.
77 *\li On success, '*taskp' points to the new task pool.
89 * Attach to a task from the pool. Currently the next task i
[all...]
/freebsd-11-stable/sys/sys/
H A Deventvar.h56 #define KQ_TASKSCHED 0x20 /* task scheduled */
57 #define KQ_TASKDRAIN 0x40 /* waiting for task to drain */
62 struct task kq_task;
/freebsd-11-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_chanvar.h61 struct task ch_task;
62 struct task ch_poll_task;
133 struct task ch_attach_task; /* run in ch_mgmt_tq */
134 struct task ch_detach_task; /* run in ch_mgmt_tq */
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_iw_int.h54 struct task iw_task;
/freebsd-11-stable/contrib/apr-util/misc/
H A Dapr_thread_pool.c153 apr_thread_pool_task_t *task = NULL; local
158 task = APR_RING_FIRST(me->scheduled_tasks);
159 assert(task != NULL);
160 assert(task !=
164 if (task->dispatch.time <= apr_time_now()) {
166 APR_RING_REMOVE(task, link);
167 return task;
170 /* check for normal tasks if we're not returning a scheduled task */
175 task = APR_RING_FIRST(me->tasks);
176 assert(task !
194 apr_thread_pool_task_t *task = NULL; local
241 apr_thread_pool_task_t *task = NULL; local
936 apr_thread_pool_task_t *task; local
[all...]
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dos_bsd.h178 struct task worker;
203 #define TASK_ENQUEUE(task) taskqueue_enqueue(taskqueue_swi_giant,(task));
205 #define TASK_ENQUEUE(task) taskqueue_enqueue(taskqueue_swi,(task));
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwivar.h192 struct task sc_radiontask; /* radio on processing */
193 struct task sc_radiofftask; /* radio off processing */
194 struct task sc_restarttask; /* restart adapter processing */
195 struct task sc_disassoctask;
196 struct task sc_monitortask;
/freebsd-11-stable/sys/dev/usb/net/
H A Dusb_ethernet.c107 struct usb_ether_cfg_task *task; local
115 * NOTE: The task cannot get executed before we drop the
119 task = (struct usb_ether_cfg_task *)
123 task->hdr.pm_callback = fn;
124 task->ue = ue;
205 struct usb_ether_cfg_task *task = local
207 struct usb_ether *ue = task->ue;
367 struct usb_ether_cfg_task *task = local
369 struct usb_ether *ue = task->ue;
386 struct usb_ether_cfg_task *task local
420 struct usb_ether_cfg_task *task = local
430 struct usb_ether_cfg_task *task = local
462 struct usb_ether_cfg_task *task = local
489 struct usb_ether_cfg_task *task = local
[all...]
/freebsd-11-stable/sys/arm/cavium/cns11xx/
H A Dif_ecevar.h135 struct task sc_intr_task;
136 struct task sc_cleanup_task;
137 struct task sc_tx_task;
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_lock.c77 struct task_struct *task; local
82 task = current;
115 linux_schedule_save_interrupt_value(task, retval);
/freebsd-11-stable/contrib/ntp/lib/isc/tests/
H A Disctest.h31 #include <isc/task.h>

Completed in 363 milliseconds

1234567891011>>