Searched refs:task (Results 201 - 225 of 556) sorted by relevance

1234567891011>>

/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dhost_priv.defs121 * of the target task must not cause page faults for
128 task : vm_map_t;
144 * in the address space of the target task, either at the
148 * All pages will be entered into the task's pmap immediately,
162 task : vm_map_t;
229 * no task or thread-specific exception handlers or those handlers returned
272 * of the target task must not cause page faults for
279 task : vm_map_t;
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBTransactionBackendImpl.h63 void scheduleTask(PassOwnPtr<Operation> task, PassOwnPtr<Operation> abortTask = nullptr) { scheduleTask(IDBDatabaseBackendInterface::NormalTask, task, abortTask); } argument
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Dadb.h62 *\li Only the task which initiated the name lookup can cancel the lookup.
224 * The event sent to the caller task is just a plain old isc_event_t. It
270 *\li 'taskmgr' be a pointer to a valid task manager.
303 dns_adb_whenshutdown(dns_adb_t *adb, isc_task_t *task, isc_event_t **eventp);
305 * Send '*eventp' to 'task' when 'adb' has shutdown.
332 dns_adb_createfind(dns_adb_t *adb, isc_task_t *task, isc_taskaction_t action,
343 * be sent to the <task, taskaction, arg> with the sender of that event
384 *\li If events are to be sent, *task be a valid task,
401 * returned if task !
[all...]
H A Ddispatch.h65 * This event is sent to a task when a response comes in.
300 *\li task is a valid task that can be used internally to this dispatcher.
352 isc_task_t *task, isc_taskaction_t action, void *arg,
358 isc_task_t *task, isc_taskaction_t action, void *arg,
366 * Arranges for the given task to get a callback for response packets. When
373 *\li "task" "action" and "arg" be set as appropriate.
409 *\li May only be called from within the task given as the 'task'
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/include/isc/
H A Dtimer.h28 * \brief Provides timers which are event sources in the task system.
51 * Clients of this module must not be holding a timer's task's lock when
113 isc_task_t *task,
173 isc_task_t *task,
180 * 'task' and when dispatched 'action' will be called with 'arg' as the
202 *\li 'task' is a valid task
219 *\li The timer is attached to the task
241 * are purged from its task's event queue.
325 * The timer will detach from its task
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Dtimer_api.c100 isc_task_t *task, isc_taskaction_t action, const void *arg,
106 interval, task, action, arg,
98 isc_timer_create(isc_timermgr_t *manager, isc_timertype_t type, isc_time_t *expires, isc_interval_t *interval, isc_task_t *task, isc_taskaction_t action, const void *arg, isc_timer_t **timerp) argument
H A Dlib.c33 #include <isc/task.h>
/macosx-10.9.5/xnu-2422.115.4/osfmk/device/
H A Diokit_rpc.c49 #include <kern/task.h>
103 extern mach_port_name_t iokit_make_send_right( task_t task,
106 extern kern_return_t iokit_mod_send_right( task_t task, mach_port_name_t name, mach_port_delta_t delta );
108 extern io_object_t iokit_lookup_connect_ref(io_object_t clientRef, ipc_space_t task);
359 iokit_make_send_right( task_t task, io_object_t obj, ipc_kobject_type_t type ) argument
377 kr = ipc_object_copyout( task->itk_space, (ipc_object_t) sendPort,
394 iokit_mod_send_right( task_t task, mach_port_name_t name, mach_port_delta_t delta ) argument
396 return (mach_port_mod_refs( task->itk_space, name, MACH_PORT_RIGHT_SEND, delta ));
H A Ddevice_init.c62 * Initialize device service as part of kernel task.
76 #include <kern/task.h>
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dkalloc.c115 task_t task; local
121 (task = thr->task) != NULL && (zinfo = task->tkm_zinfo) != NULL)
129 task_t task; local
135 (task = thr->task) != NULL && (zinfo = task->tkm_zinfo) != NULL)
H A DMakefile42 task.h \
H A Dextmod_statistics.c33 #include <kern/task.h>
41 * a userspace task is modified by another userspace
42 * task. This can facilitate triage of crashes
47 * We assume the target task has a lifecycle lock
H A Dkpc_common.c236 task_t task = NULL; local
244 task = chudxnu_task_for_thread(ctx.cur_thread);
245 if (task)
246 ctx.cur_pid = chudxnu_pid_for_task(task);
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Dipc.py10 @header("{0: <20s} {1: <6s} {2: <6s} {3: <10s} {4: <15s}".format("task", "pid", '#acts', "tablesize", "command"))
11 def GetTaskIPCSummary(task):
12 """ Display a task's ipc summary.
14 task : core.value represeting a Task in kernel
16 str - string of ipc info for the task
20 pval = Cast(task.bsd_info, 'proc *')
21 table_size = int(task.itk_space.is_table_size)
23 out_string += format_string.format(task, pval.p_pid, task.thread_count, table_size, proc_name)
81 out_str = "task {
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Ddispatch.c37 #include <isc/task.h>
144 isc_task_t *task; member in struct:dns_dispentry
182 isc_task_t *task; member in struct:dispsocket
218 * internal task buckets. We use multiple tasks to distribute various
220 * 1st task (task[0]) for internal control events.
222 isc_task_t *task[MAX_INTERNAL_TASKS]; member in struct:dns_dispatch
292 static void destroy_disp(isc_task_t *task, isc_event_t *event);
702 destroy_disp(isc_task_t *task, isc_event_t *event) { argument
711 UNUSED(task);
1129 udp_exrecv(isc_task_t *task, isc_event_t *ev) argument
1139 udp_shrecv(isc_task_t *task, isc_event_t *ev) argument
1454 tcp_recv(isc_task_t *task, isc_event_t *ev_in) argument
3014 dns_dispatch_addresponse2(dns_dispatch_t *disp, isc_sockaddr_t *dest, isc_task_t *task, isc_taskaction_t action, void *arg, dns_messageid_t *idp, dns_dispentry_t **resp, isc_socketmgr_t *sockmgr) argument
3198 dns_dispatch_addresponse(dns_dispatch_t *disp, isc_sockaddr_t *dest, isc_task_t *task, isc_taskaction_t action, void *arg, dns_messageid_t *idp, dns_dispentry_t **resp) argument
[all...]
/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioControl.h190 * @param task The task requesting the new user client.
198 virtual IOReturn createUserClient(task_t task, void *securityID, UInt32 type, IOAudioControlUserClient **newUserClient, OSDictionary *properties);
335 * @param task The task requesting the new user client.
342 virtual IOReturn newUserClient(task_t task, void *securityID, UInt32 type, IOUserClient **handler);
343 virtual IOReturn newUserClient(task_t task, void *securityID, UInt32 type, OSDictionary *properties, IOUserClient **handler);
354 * @param task The task requesting the new user client.
361 virtual IOReturn createUserClient(task_t task, voi
[all...]
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWRingBufferQ.cpp48 IOFWRingBufferQ * IOFWRingBufferQ::withAddressRange( mach_vm_address_t address, mach_vm_size_t length, IOOptionBits options, task_t task) argument
55 if ( that->initQ( address, length, options, task ) )
68 bool IOFWRingBufferQ::initQ( mach_vm_address_t address, mach_vm_size_t length, IOOptionBits options, task_t task )
71 fMemDescriptor = IOMemoryDescriptor::withAddressRange( address, length, options, task );
/macosx-10.9.5/WebCore-7537.78.1/Modules/webdatabase/
H A DDatabase.cpp154 OwnPtr<DatabaseCloseTask> task = DatabaseCloseTask::create(this, &synchronizer); local
155 databaseContext()->databaseThread()->scheduleImmediateTask(task.release());
270 OwnPtr<DatabaseTableNamesTask> task = DatabaseTableNamesTask::create(this, &synchronizer, result);
271 databaseContext()->databaseThread()->scheduleImmediateTask(task.release());
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DQTMovieTask.cpp79 (*i)->task();
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/tests/
H A Ddnstest.h29 #include <isc/task.h>
/macosx-10.9.5/libauto-185.5/tests/
H A Dtest_introspection.c33 static void blockRecorder(task_t task, void *context, unsigned type, vm_range_t *ranges, unsigned count) { argument
/macosx-10.9.5/ntp-88/lib/isc/include/isc/
H A Dtimer.h28 * \brief Provides timers which are event sources in the task system.
51 * Clients of this module must not be holding a timer's task's lock when
118 isc_task_t *task,
125 * 'task' and when dispatched 'action' will be called with 'arg' as the
147 *\li 'task' is a valid task
164 *\li The timer is attached to the task
186 * are purged from its task's event queue.
270 * The timer will detach from its task
276 * of the timer's task, i
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rake/
H A Dtest_rake_directory_task.rb46 task(:t2) { |t| runlist << t.name }
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/devtools/
H A Dcoserv.tcl114 proc ::coserv::task {id script} {
122 task $id exit
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOUserClient.h249 task_t task,
282 task_t task);
340 task_t task,
359 Make an arbitrary OSObject available to the client task.
360 @param task The task.
364 virtual IOReturn exportObjectToClient(task_t task,

Completed in 370 milliseconds

1234567891011>>