Searched refs:task_t (Results 1 - 25 of 234) sorted by relevance

12345678910

/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dtask_swap.h121 task_t, /* task */
123 extern kern_return_t task_swapout(task_t /* task */);
129 task_t, /* task */
131 extern void task_swapout_eligible(task_t /* task */);
132 extern void task_swapout_ineligible(task_t /* task */);
H A Dextmod_statistics.h42 extern void extmod_statistics_incr_task_for_pid(task_t target);
44 extern void extmod_statistics_incr_thread_create(task_t target);
H A Dextmod_statistics.c70 extmod_statistics_log(task_t current_task, task_t target);
73 extmod_statistics_incr_task_for_pid(task_t target)
75 task_t ctask = current_task();
90 task_t ctask = current_task();
91 task_t ttask;
109 extmod_statistics_incr_thread_create(task_t target)
111 task_t ctask = current_task();
126 extmod_statistics_log(task_t current_task, task_t targe
[all...]
H A Dipc_tt.h77 task_t task,
78 task_t parent);
82 task_t task);
86 task_t task);
90 task_t task);
94 task_t task);
120 task_t task);
131 extern task_t convert_port_to_task(
134 extern task_t port_name_to_task(
138 ipc_port_t port, task_t *ptas
[all...]
H A Dtask.h325 extern void tasklabel_lock2(task_t a, task_t b);
326 extern void tasklabel_unlock2(task_t a, task_t b);
337 extern void task_reference_internal(task_t task);
338 extern uint32_t task_deallocate_internal(task_t task);
354 task_t task,
357 task_t *child);
372 extern task_t current_task(void);
374 extern void task_reference(task_t tas
[all...]
H A Dipc_misc.h36 kern_return_t fileport_invoke(task_t, mach_port_name_t,
38 kern_return_t fileport_walk(task_t,
H A Daffinity.h61 task_t,
62 task_t);
64 task_t);
66 task_t,
H A Dsyscall_emulation.c84 __unused task_t task,
100 __unused task_t task,
114 __unused task_t task,
H A Dtelemetry.h48 extern void telemetry_task_ctl(task_t task, uint32_t reason, int enable_disable);
49 extern void telemetry_task_ctl_locked(task_t task, uint32_t reason, int enable_disable);
H A Dbsd_kern.c52 task_t bsd_init_task = TASK_NULL;
56 thread_t get_firstthread(task_t);
57 int get_task_userstop(task_t);
60 void task_act_iterate_wth_args(task_t, void(*)(thread_t, void *), void *);
61 kern_return_t get_signalact(task_t , thread_t *, int);
64 int fill_task_rusage_v2(task_t task, struct rusage_info_v2 *ri);
70 void *get_bsdtask_info(task_t t)
86 void set_bsdtask_info(task_t t,void * v)
114 thread_t get_firstthread(task_t task)
129 task_t tas
[all...]
H A Dtask.c158 task_t kernel_task;
183 kern_return_t task_suspend_internal(task_t);
184 kern_return_t task_resume_internal(task_t);
227 task_t task);
229 task_t task,
232 task_t task);
234 task_t task );
236 task_t task);
239 task_t task);
243 task_t tas
[all...]
H A Dsync_sema.h54 task_t owner; /* task that owns semaphore */
H A Dtask_swap.c62 task_t task,
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dtask.defs81 target_task : task_t;
84 out child_task : task_t);
92 target_task : task_t);
98 target_task : task_t;
106 target_task : task_t;
114 target_task : task_t;
130 target_task : task_t;
140 target_task : task_t);
150 target_task : task_t);
157 task : task_t;
[all...]
H A Dhost_security.defs83 parent_task : task_t;
89 out child_task : task_t);
96 target_task : task_t;
H A Dsync.defs85 task : task_t;
91 task : task_t;
104 task : task_t;
110 task : task_t;
/macosx-10.9.5/dtrace-118.1/test/tst/common/inline/
H A Derr.D_OP_INCOMPAT.badxlate.d44 inline task_t *invalid = xlate<psinfo_t>(((struct uthread *)curthread->uthread)->uu_proc);
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/chud/
H A Dchud_process.c35 int chudxnu_pid_for_task(task_t task);
36 task_t chudxnu_task_for_pid(int pid);
40 chudxnu_pid_for_task(task_t task)
54 __private_extern__ task_t
57 task_t t = TASK_NULL;
71 task_t t = current_task();
/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioControlUserClient.h41 task_t clientTask;
56 virtual bool initWithAudioControl(IOAudioControl *control, task_t owningTask, void *securityID, UInt32 type, OSDictionary *properties);
78 static IOAudioControlUserClient *withAudioControl(IOAudioControl *control, task_t clientTask, void *securityID, UInt32 type);
79 static IOAudioControlUserClient *withAudioControl(IOAudioControl *control, task_t clientTask, void *securityID, UInt32 type, OSDictionary *properties);
81 virtual bool initWithAudioControl(IOAudioControl *control, task_t owningTask, void *securityID, UInt32 type);
/macosx-10.9.5/PowerManagement-420.90.1/AppleSmartBatteryManager/
H A DAppleSmartBatteryManagerUserClient.h62 task_t fOwningTask;
80 virtual bool initWithTask(task_t owningTask, void *security_id,
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_purgeable_internal.h113 void vm_purgeable_stats(vm_purgeable_info_t info, task_t target_task);
115 void vm_purgeable_disown(task_t task);
/macosx-10.9.5/xnu-2422.115.4/osfmk/ipc/
H A Dmach_kernelrpc.c42 task_t task = port_name_to_task(args->target);
64 task_t task = port_name_to_task(args->target);
81 task_t task = port_name_to_task(args->target);
100 task_t task = port_name_to_task(args->target);
124 task_t task = port_name_to_task(args->target);
145 task_t task = port_name_to_task(args->target);
162 task_t task = port_name_to_task(args->target);
179 task_t task = port_name_to_task(args->target);
197 task_t task = port_name_to_task(args->target);
214 task_t tas
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dbsdtask_info.h108 extern int fill_procregioninfo(task_t t, uint64_t arg, struct proc_regioninfo_internal *pinfo, uintptr_t *vp, uint32_t *vid);
109 void fill_taskprocinfo(task_t task, struct proc_taskinfo_internal * ptinfo);
110 int fill_taskthreadinfo(task_t task, uint64_t thaddr, int thuniqueid, struct proc_threadinfo_internal * ptinfo, void *, int *);
111 int fill_taskthreadlist(task_t task, void * buffer, int thcount);
112 int get_numthreads(task_t);
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHIDUserClient.h106 task_t client;
109 virtual bool initWithTask(task_t owningTask, void * security_id, UInt32 type );
132 task_t client;
142 virtual bool initWithTask(task_t owningTask, void * security_id, UInt32 type );
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h89 task_t inTask) APPLE_KEXT_DEPRECATED; /* use withOptions() instead */
94 task_t inTask,
163 task_t inTask,
185 task_t inTask,

Completed in 284 milliseconds

12345678910