Searched defs:task (Results 1 - 25 of 72) sorted by relevance

123

/darwin-on-arm/xnu/osfmk/kern/
H A Dtask_swap.c60 task_swappable( host_priv_t host_priv, task_t task, __unused boolean_t make_swappable) argument
H A Dsyscall_emulation.c83 task_set_emulation_vector( __unused task_t task, __unused int vector_start, __unused emulation_vector_t emulation_vector, __unused mach_msg_type_number_t emulation_vector_count) argument
99 task_get_emulation_vector( __unused task_t task, __unused int *vector_start, __unused emulation_vector_t *emulation_vector, __unused mach_msg_type_number_t *emulation_vector_count) argument
113 task_set_emulation( __unused task_t task, __unused vm_offset_t routine_entry_pt, __unused int routine_number) argument
H A Dipc_misc.c162 fileport_invoke(task_t task, mach_port_name_t name, argument
199 fileport_walk(task_t task, argument
[all...]
H A Dexception.c306 task_t task; local
362 task_t task; local
420 struct task *task = thread->task; local
[all...]
H A Dsync_lock.c218 lock_set_destroy (task_t task, lock_set_t lock_set) argument
139 lock_set_create( task_t task, lock_set_t *new_lock_set, int n_ulocks, int policy) argument
[all...]
/darwin-on-arm/xnu/bsd/dev/chud/
H A Dchud_process.c40 chudxnu_pid_for_task(task_t task) argument
/darwin-on-arm/xnu/libsyscall/mach/
H A Dexc_catcher.c43 internal_catch_exception_raise( mach_port_t exception_port, mach_port_t thread, mach_port_t task, exception_type_t exception, exception_data_t code, mach_msg_type_number_t codeCnt) argument
H A Dexc_catcher_state_identity.c44 internal_catch_exception_raise_state_identity( mach_port_t exception_port, mach_port_t thread, mach_port_t task, exception_type_t exception, exception_data_t code, mach_msg_type_number_t codeCnt, int *flavor, thread_state_t old_state, mach_msg_type_number_t old_stateCnt, thread_state_t new_state, mach_msg_type_number_t *new_stateCnt) argument
H A Dmach_vm.c76 mach_vm_protect( vm_map_t task, mach_vm_address_t address, mach_vm_size_t size, boolean_t set_maximum, vm_prot_t new_protection) argument
96 vm_allocate( vm_map_t task, vm_address_t *address, vm_size_t size, int flags) argument
117 vm_deallocate( vm_map_t task, vm_address_t address, vm_size_t size) argument
130 vm_protect( vm_map_t task, vm_address_t address, vm_size_t size, boolean_t set_maximum, vm_prot_t new_protection) argument
/darwin-on-arm/xnu/osfmk/i386/
H A Dmachine_task.c64 machine_task_set_state( task_t task, int flavor, thread_state_t state, mach_msg_type_number_t state_count) argument
154 machine_task_get_state(task_t task, int flavor, thread_state_t state, mach_msg_type_number_t *state_count) argument
237 machine_task_terminate(task_t task) argument
[all...]
H A Dpcb_native.c517 machine_thread_create( thread_t thread, task_t task) argument
[all...]
H A Duser_ldt.c100 task_t task = current_task(); local
291 task_t task = current_task(); local
376 task_t task = thread->task; local
[all...]
/darwin-on-arm/xnu/osfmk/ipc/
H A Dmach_kernelrpc.c42 task_t task = port_name_to_task(args->target); local
64 task_t task = port_name_to_task(args->target); local
81 task_t task = port_name_to_task(args->target); local
99 task_t task = port_name_to_task(args->target); local
120 task_t task = port_name_to_task(args->target); local
137 task_t task = port_name_to_task(args->target); local
154 task_t task = port_name_to_task(args->target); local
172 task_t task = port_name_to_task(args->target); local
189 task_t task = port_name_to_task(args->target); local
214 task_t task = port_name_to_task(args->target); local
232 task_t task = port_name_to_task(args->target); local
[all...]
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_ptss.c223 task_t task = p->task; local
/darwin-on-arm/xnu/bsd/kern/
H A Dmach_process.c119 task_t task; local
H A Dkern_core.c217 task_t task = current_task(); local
H A Dkern_fork.c1420 uthread_alloc(task_t task, thread_t thread, int noinherit) argument
1504 uthread_cleanup(task_t task, void *uthread, void * bsd_info) argument
[all...]
/darwin-on-arm/xnu/security/
H A Dmac_task.c77 mac_task_label_update(struct label *cred, struct label *task) argument
/darwin-on-arm/xnu/osfmk/arm64/
H A Dthread_initialize.c122 kern_return_t machine_thread_create(thread_t thread, task_t task) argument
363 machine_task_terminate(task_t task) argument
/darwin-on-arm/xnu/osfmk/kperf/
H A Daction.c205 task_t task = NULL; local
H A Dpet.c67 task_t task; local
128 task_t task = taskv[i]; local
[all...]
H A Dtimetrigger.c87 task_t task = NULL; local
/darwin-on-arm/xnu/bsd/uxkern/
H A Dux_exception.c150 mach_msg_port_descriptor_t task; member in struct:exc_msg
206 catch_exception_raise( __unused mach_port_t exception_port, mach_port_t thread, mach_port_t task, exception_type_t exception, exception_data_t code, __unused mach_msg_type_number_t codeCnt ) argument
229 catch_mach_exception_raise( __unused mach_port_t exception_port, mach_port_t thread, mach_port_t task, exception_type_t exception, mach_exception_data_t code, __unused mach_msg_type_number_t codeCnt ) argument
387 catch_exception_raise_state_identity( __unused mach_port_t exception_port, __unused mach_port_t thread, __unused mach_port_t task, __unused exception_type_t exception, __unused exception_data_t code, __unused mach_msg_type_number_t codeCnt, __unused int *flavor, __unused thread_state_t old_state, __unused mach_msg_type_number_t old_stateCnt, __unused thread_state_t new_state, __unused mach_msg_type_number_t *new_stateCnt) argument
404 catch_mach_exception_raise_state_identity( __unused mach_port_t exception_port, __unused mach_port_t thread, __unused mach_port_t task, __unused exception_type_t exception, __unused mach_exception_data_t code, __unused mach_msg_type_number_t codeCnt, __unused int *flavor, __unused thread_state_t old_state, __unused mach_msg_type_number_t old_stateCnt, __unused thread_state_t new_state, __unused mach_msg_type_number_t *new_stateCnt) argument
/darwin-on-arm/xnu/osfmk/arm/
H A Dpcb.c139 kern_return_t machine_thread_create(thread_t thread, task_t task) argument
379 void machine_task_terminate(task_t task) argument
/darwin-on-arm/xnu/osfmk/chud/
H A Dchud_thread.c175 chudxnu_is_64bit_task(task_t task) argument
237 task_t task, *task_list = (task_t *)addr; local
324 chudxnu_private_task_threads( task_t task, thread_act_array_t *threads_out, mach_msg_type_number_t *count) argument
466 chudxnu_task_threads( task_t task, thread_array_t *thread_list, mach_msg_type_number_t *count) argument
[all...]

Completed in 219 milliseconds

123