Searched refs:task (Results 76 - 100 of 556) sorted by relevance

1234567891011>>

/macosx-10.9.5/xnu-2422.115.4/libsyscall/mach/mach/
H A Dmach_interface.h49 #include <mach/task.h>
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/tasks/
H A Dt_tasks.c30 #include <isc/task.h>
54 t1_callback(isc_task_t *task, isc_event_t *event) { argument
58 UNUSED(task);
65 t_info("task %s\n", (char *)event->ev_arg);
70 t1_shutdown(isc_task_t *task, isc_event_t *event) { argument
72 UNUSED(task);
79 my_tick(isc_task_t *task, isc_event_t *event) { argument
81 UNUSED(task);
222 * structure (socket, timer, task, etc) but this is just a test
377 static const char *a1 = "The task subsyste
401 t2_shutdown(isc_task_t *task, isc_event_t *event) argument
438 t2_callback(isc_task_t *task, isc_event_t *event) argument
598 t3_sde1(isc_task_t *task, isc_event_t *event) argument
616 t3_sde2(isc_task_t *task, isc_event_t *event) argument
634 t3_event1(isc_task_t *task, isc_event_t *event) argument
659 t3_event2(isc_task_t *task, isc_event_t *event) argument
673 isc_task_t *task; local
863 t4_event1(isc_task_t *task, isc_event_t *event) argument
888 t4_sde(isc_task_t *task, isc_event_t *event) argument
904 isc_task_t *task; local
1063 t7_event1(isc_task_t *task, isc_event_t *event) argument
1072 t7_sde(isc_task_t *task, isc_event_t *event) argument
1109 isc_task_t *task; local
1304 t10_event1(isc_task_t *task, isc_event_t *event) argument
1336 t10_event2(isc_task_t *task, isc_event_t *event) argument
1395 t10_sde(isc_task_t *task, isc_event_t *event) argument
1434 isc_task_t *task; local
1783 t11_event1(isc_task_t *task, isc_event_t *event) argument
1815 t11_event2(isc_task_t *task, isc_event_t *event) argument
1824 t11_sde(isc_task_t *task, isc_event_t *event) argument
1860 isc_task_t *task; local
2211 t14_callback(isc_task_t *task, isc_event_t *event) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dexception.c65 #include <mach/task.h>
79 #include <kern/task.h>
237 retrieve_task_self_fast(thread->task),
244 retrieve_task_self_fast(thread->task),
266 retrieve_task_self_fast(thread->task),
276 retrieve_task_self_fast(thread->task),
319 task_t task; local
337 * Maybe the task level will handle it.
339 task = current_task();
340 mutex = &task
373 task_t task; local
428 struct task *task = thread->task; local
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rake/
H A Drdoctask.rb1 # rake/rdoctask is deprecated in favor of rdoc/task
4 Rake.application.deprecate('require \'rake/rdoctask\'', 'require \'rdoc/task\' (in RDoc 2.4.2+)', caller.first)
12 require 'rdoc/task'
29 # in RDoc 2.4.2+. Use require 'rdoc/task' to require it.
31 # Create a documentation task that will generate the RDoc files for
37 # Main task for this RDOC task.
57 # == Specifying different task names
59 # You may wish to give the task a different name, such as if you are
72 # If you wish to have completely different task name
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Ddarwin.d31 ((struct proc *)(curthread->task->bsd_info)) != NULL ? ((struct proc *)(curthread->task->bsd_info)) :
169 taskid_t pr_taskid; /* task id */
182 pr_nlwp = ((struct task *)(P->task))->thread_count;
231 pr_nlwp = xlate <psinfo_t> ((struct proc *)(T->task->bsd_info)).pr_nlwp;
232 pr_pid = xlate <psinfo_t> ((struct proc *)(T->task->bsd_info)).pr_pid;
233 pr_ppid = xlate <psinfo_t> ((struct proc *)(T->task->bsd_info)).pr_ppid;
234 pr_pgid = xlate <psinfo_t> ((struct proc *)(T->task->bsd_info)).pr_pgid;
235 pr_sid = xlate <psinfo_t> ((struct proc *)(T->task
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/include/isc/
H A Dsocket.h29 * sources in the task system.
32 * event queue of the task which requested the I/O.
37 * Clients of this module must not be holding a socket's task's lock when
272 void *cbarg, isc_task_t *task,
283 isc_task_t *task, isc_taskaction_t action,
287 isc_task_t *task, isc_taskaction_t action,
290 unsigned int minimum, isc_task_t *task,
292 void (*cancel)(isc_socket_t *sock, isc_task_t *task,
355 isc_task_t *task,
453 isc_socket_cancel(isc_socket_t *sock, isc_task_t *task,
[all...]
H A Dhttpd.h28 #include <isc/task.h>
40 isc_httpdmgr_create(isc_mem_t *mctx, isc_socket_t *sock, isc_task_t *task,
H A Dratelimiter.h48 isc_task_t *task, isc_ratelimiter_t **ratelimiterp);
71 isc_ratelimiter_enqueue(isc_ratelimiter_t *rl, isc_task_t *task,
77 * to doing an isc_task_send() to the 'task', except that the
81 * '(*eventp)->ev_sender' is used to hold the task. The caller
82 * must ensure that the task exists until the event is delivered.
88 *\li 'task' to be non NULL.
99 * dispatched to the task are dispatched immediately with
105 *\li The rate limiter is no longer attached to its task.
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...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/kperf/
H A Dpet.c68 task_t task; local
75 task = chudxnu_task_for_thread(thread);
76 if(task)
77 ctx.cur_pid = chudxnu_pid_for_task(task);
119 /* given a task (preferably stopped), sample all the threads in it */
121 pet_sample_task( task_t task )
127 kr = chudxnu_task_threads(task, &threadv, &threadc);
148 task_t task = taskv[i]; local
153 if(!task) {
157 /* try and stop any task othe
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/chud/
H A Dchud_thread.c30 #include <mach/task.h>
179 #pragma mark **** task and thread info ****
183 chudxnu_is_64bit_task(task_t task) argument
185 return (task_has_64BitAddr(task));
245 task_t task, *task_list = (task_t *)addr; local
247 for (task = (task_t)queue_first(&tasks);
248 !queue_end(&tasks, (queue_entry_t)task);
249 task = (task_t)queue_next(&task->tasks)) {
250 task_reference_internal(task);
332 chudxnu_private_task_threads( task_t task, thread_act_array_t *threads_out, mach_msg_type_number_t *count) argument
474 chudxnu_task_threads( task_t task, thread_array_t *thread_list, mach_msg_type_number_t *count) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap_r/
H A Dtpool.c108 /* pending tasks, and unused task objects */
118 /* Some active task needs to be the sole active task.
249 /* Submit a task to be performed by the thread pool */
256 ldap_int_thread_task_t *task; local
272 task = LDAP_SLIST_FIRST(&pool->ltp_free_list);
273 if (task) {
276 task = (ldap_int_thread_task_t *) LDAP_MALLOC(sizeof(*task));
277 if (task
363 ldap_int_thread_task_t *task; local
545 ldap_int_thread_task_t *task; local
607 ldap_int_thread_task_t *task; local
[all...]
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/
H A DSCSIParallelTimer.h83 AbsoluteTime GetDeadline ( SCSIParallelTask * task );
84 UInt32 GetTimeoutDuration ( SCSIParallelTask * task );
/macosx-10.9.5/WebCore-7537.78.1/storage/wince/
H A DStorageThreadWinCE.cpp49 RefPtr<StorageTask> task = m_queue.first(); local
50 task->performTask();
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/atomic/
H A Dt_atomic.c30 #include <isc/task.h>
68 void do_xaddq(isc_task_t *task, isc_event_t *ev);
73 void do_xadd(isc_task_t *task, isc_event_t *ev);
76 do_xadd(isc_task_t *task, isc_event_t *ev) { argument
86 isc_task_send(task, &ev);
133 void do_xaddq(isc_task_t *task, isc_event_t *ev);
136 do_xaddq(isc_task_t *task, isc_event_t *ev) { argument
146 isc_task_send(task, &ev);
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/
H A Dtimer_test.c27 #include <isc/task.h>
38 shutdown_task(isc_task_t *task, isc_event_t *event) { argument
41 printf("task %p shutdown %s\n", task, name);
46 tick(isc_task_t *task, isc_event_t *event) { argument
51 printf("task %s (%p) tick\n", name, task);
74 timeout(isc_task_t *task, isc_event_t *event) { argument
85 printf("task %s (%p) %s timeout\n", name, task, typ
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Dtcpmsg.h37 isc_task_t *task; member in struct:dns_tcpmsg
81 isc_task_t *task, isc_taskaction_t action, void *arg);
90 *\li "task", "taskaction", and "arg" be valid.
H A Dxfrin.h60 isc_socketmgr_t *socketmgr, isc_task_t *task,
68 isc_task_t *task, dns_xfrindone_t done,
76 * called in the context of 'task', with 'zone' and a result
/macosx-10.9.5/bind9-45.100/bind9/lib/isccc/include/isccc/
H A Dccmsg.h52 isc_task_t *task; member in struct:isccc_ccmsg
96 isc_task_t *task, isc_taskaction_t action, void *arg);
105 *\li "task", "taskaction", and "arg" be valid.
/macosx-10.9.5/ntp-88/lib/isc/include/isc/
H A Dhttpd.h28 #include <isc/task.h>
40 isc_httpdmgr_create(isc_mem_t *mctx, isc_socket_t *sock, isc_task_t *task,
H A Dratelimiter.h48 isc_task_t *task, isc_ratelimiter_t **ratelimiterp);
71 isc_ratelimiter_enqueue(isc_ratelimiter_t *rl, isc_task_t *task,
77 * to doing an isc_task_send() to the 'task', except that the
81 * '(*eventp)->ev_sender' is used to hold the task. The caller
82 * must ensure that the task exists until the event is delivered.
88 *\li 'task' to be non NULL.
99 * dispatched to the task are dispatched immediately with
105 *\li The rate limiter is no longer attached to its task.
H A Dapp.h99 isc_app_onrun(isc_mem_t *mctx, isc_task_t *task, isc_taskaction_t action,
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dversion_option.rb17 def add_platform_option(task = command, *wrap)
27 "Specify the platform of gem to #{task}", *wrap) do
51 def add_version_option(task = command, *wrap)
57 "Specify version of gem to #{task}", *wrap) do
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dsync.defs85 task : task_t;
91 task : task_t;
104 task : task_t;
110 task : task_t;
/macosx-10.9.5/ruby-104/ruby/test/rake/
H A Dtest_rake_backtrace.rb26 task :foo do
41 task :foo do
44 task :bar do
60 task :baz do

Completed in 234 milliseconds

1234567891011>>