Searched defs:thread (Results 51 - 75 of 100) sorted by relevance

1234

/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/ppc/
H A Dkdp_machdep.c658 machine_trace_thread(thread_t thread, char *tracepos, char *tracebound, int nframes, boolean_t user_p) argument
740 machine_trace_thread64(thread_t thread, char *tracepos, char *tracebound, int nframes, boolean_t user_p) argument
[all...]
H A Dkdp_vm.c254 kern_collectth_state(thread_t thread, tir_t *t) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dbsd_kern.c105 thread_t thread = (thread_t)queue_first(&task->threads); local
123 thread_t inc, thread = THREAD_NULL; local
165 check_actforsig( task_t task, thread_t thread, int setast) argument
285 thread_t thread = current_thread(); local
520 thread_t thread; local
675 thread_t thread; local
[all...]
H A Dipc_tt.c421 ipc_thread_init( thread_t thread) argument
445 ipc_thread_disable( thread_t thread) argument
463 ipc_thread_terminate( thread_t thread) argument
505 ipc_thread_reset( thread_t thread) argument
611 retrieve_thread_self_fast( thread_t thread) argument
678 thread_t thread = current_thread(); local
731 thread_get_special_port( thread_t thread, int which, ipc_port_t *portp) argument
780 thread_set_special_port( thread_t thread, int which, ipc_port_t port) argument
1322 thread_t thread = THREAD_NULL; local
1353 thread_t thread = THREAD_NULL; local
1459 convert_thread_to_port( thread_t thread) argument
1513 thread_set_exception_ports( thread_t thread, exception_mask_t exception_mask, ipc_port_t new_port, exception_behavior_t new_behavior, thread_state_flavor_t new_flavor) argument
1675 thread_swap_exception_ports( thread_t thread, exception_mask_t exception_mask, ipc_port_t new_port, exception_behavior_t new_behavior, thread_state_flavor_t new_flavor, exception_mask_array_t masks, mach_msg_type_number_t *CountCnt, exception_port_array_t ports, exception_behavior_array_t behaviors, thread_state_flavor_array_t flavors) argument
1885 thread_get_exception_ports( thread_t thread, exception_mask_t exception_mask, exception_mask_array_t masks, mach_msg_type_number_t *CountCnt, exception_port_array_t ports, exception_behavior_array_t behaviors, thread_state_flavor_array_t flavors) argument
[all...]
H A Dprocessor.c328 thread_t thread; local
765 thread_t thread, *thread_list = (thread_t *)addr; local
[all...]
H A Dthread_call.c134 thread_t thread; local
875 thread_t thread; local
777 sched_call_thread( int type, __unused thread_t thread) argument
[all...]
H A Dwait_queue.c856 wait_queue_assert_wait64_locked( wait_queue_t wq, event64_t event, wait_interrupt_t interruptible, uint64_t deadline, thread_t thread) argument
918 thread_t thread = current_thread(); local
952 thread_t thread = current_thread(); local
1089 thread_t thread = (thread_t) dequeue(q); local
1258 wait_queue_pull_thread_locked( wait_queue_t waitq, thread_t thread, boolean_t unlock) argument
1290 _wait_queue_select64_thread( wait_queue_t wq, event64_t event, thread_t thread) argument
1364 thread_t thread; local
1401 thread_t thread; local
1438 thread_t thread; local
1481 thread_t thread; local
1527 wait_queue_wakeup64_thread_locked( wait_queue_t wq, event64_t event, thread_t thread, wait_result_t result, boolean_t unlock) argument
1575 wait_queue_wakeup_thread( wait_queue_t wq, event_t event, thread_t thread, wait_result_t result) argument
1624 wait_queue_wakeup64_thread( wait_queue_t wq, event64_t event, thread_t thread, wait_result_t result) argument
[all...]
H A Ddebug.c212 thread_t thread; local
H A Dlocks.c630 thread_t thread = current_thread(); local
680 thread_t thread = current_thread(); local
[all...]
H A Dthread.c274 thread_t thread = current_thread(); local
379 thread_deallocate( thread_t thread) argument
421 thread_t thread; local
472 thread_terminate_enqueue( thread_t thread) argument
491 thread_t thread; local
524 thread_stack_enqueue( thread_t thread) argument
538 thread_t thread; local
715 thread_t thread; local
746 thread_t thread; local
792 thread_t thread; local
826 thread_t thread; local
856 thread_t thread; local
871 thread_info_internal( register thread_t thread, thread_flavor_t flavor, thread_info_t thread_info_out, mach_msg_type_number_t *thread_info_count) argument
1047 thread_read_times( thread_t thread, time_value_t *user_time, time_value_t *system_time) argument
1062 thread_assign( __unused thread_t thread, __unused processor_set_t new_pset) argument
1076 thread_assign_default( thread_t thread) argument
1088 thread_get_assignment( thread_t thread, processor_set_t *pset) argument
1107 thread_wire_internal( host_priv_t host_priv, thread_t thread, boolean_t wired, boolean_t *prev_state) argument
1142 thread_wire( host_priv_t host_priv, thread_t thread, boolean_t wired) argument
1268 sched_call_null( __unused int type, __unused thread_t thread) argument
1276 thread_sched_call( thread_t thread, sched_call_t call) argument
1284 thread_static_param( thread_t thread, boolean_t state) argument
1301 thread_reference( thread_t thread) argument
1318 dtrace_get_thread_predcache(thread_t thread) argument
1326 dtrace_get_thread_vtime(thread_t thread) argument
1334 dtrace_get_thread_tracing(thread_t thread) argument
1342 dtrace_get_thread_reentering(thread_t thread) argument
1350 dtrace_get_kernel_stack(thread_t thread) argument
1358 dtrace_calc_thread_recent_vtime(thread_t thread) argument
1380 dtrace_set_thread_predcache(thread_t thread, uint32_t predcache) argument
1386 dtrace_set_thread_vtime(thread_t thread, int64_t vtime) argument
1392 dtrace_set_thread_tracing(thread_t thread, int64_t accum) argument
1398 dtrace_set_thread_reentering(thread_t thread, boolean_t vbool) argument
1408 dtrace_set_thread_recover(thread_t thread, vm_offset_t recover) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dhost_info.h152 natural_t thread; member in struct:kernel_resource_sizes
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dstatus.c102 machine_thread_get_state( thread_t thread, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t *count) argument
428 machine_thread_get_kern_state( thread_t thread, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t *count) argument
662 machine_thread_set_state( thread_t thread, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t count) argument
963 thread_set_wq_state64(thread_t thread, thread_state_t tstate) argument
1002 machine_thread_state_initialize( thread_t thread) argument
1100 get_user_regs( thread_t thread) argument
1161 find_user_regs( thread_t thread) argument
1171 find_kern_regs( thread_t thread) argument
1183 find_user_fpu( thread_t thread) argument
1207 find_user_vec( thread_t thread) argument
1232 thread_t thread = current_thread(); local
1256 thread_userstack( __unused thread_t thread, int flavor, thread_state_t tstate, unsigned int count, mach_vm_offset_t *user_stack, int *customstack ) argument
1333 thread_setuserstack(thread_t thread, mach_vm_address_t user_stack) argument
1345 thread_set_cthreadself(thread_t thread, uint64_t pself, int isLP64) argument
1367 thread_adjuserstack(thread_t thread, int adjust) argument
1380 thread_setsinglestep(thread_t thread, int on) argument
1402 thread_setentrypoint(thread_t thread, uint64_t entry) argument
1412 thread_entrypoint( __unused thread_t thread, int flavor, thread_state_t tstate, unsigned int count, mach_vm_offset_t *entry_point ) argument
1550 thread_t thread; local
1642 thread_t thread; local
1804 thread_enable_fpe( thread_t thread, int onoff) argument
[all...]
H A Dlocks.h106 vm_offset_t thread; member in struct:__anon941
174 thread_t thread; member in struct:__anon948
H A Dmachine_routines.c345 ml_thread_policy( thread_t thread, __unused unsigned policy_id, unsigned policy_info) argument
798 machine_processor_shutdown( __unused thread_t thread, __unused void (*doshutdown)(processor_t), __unused processor_t processor) argument
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_process.c552 mac_thread_userret(int code, int error, struct thread *thread) argument
/macosx-10.5.8/xnu-1228.15.4/tools/tests/affinity/
H A Dpool.c100 pthread_t thread; member in struct:worker_info
[all...]
H A Dsets.c90 pthread_t thread; member in struct:__anon1015
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dbsd_init.c889 thread_t thread; local
991 thread_t thread; local
[all...]
H A Dkern_resource.c220 thread_t thread; local
439 thread_t thread; local
1065 thread_t thread = THREAD_NULL; local
[all...]
H A Dmach_loader.c235 load_machfile( struct image_params *imgp, struct mach_header *header, thread_t thread, vm_map_t new_map, load_result_t *result ) argument
329 parse_machfile( struct vnode *vp, vm_map_t map, thread_t thread, struct mach_header *header, off_t file_offset, off_t macho_size, int depth, load_result_t *result ) argument
957 load_thread( struct thread_command *tcp, thread_t thread, load_result_t *result ) argument
1023 load_unixthread( struct thread_command *tcp, thread_t thread, load_result_t *result ) argument
1073 load_threadstate( thread_t thread, unsigned long *ts, unsigned long total_size ) argument
1116 load_threadstack( thread_t thread, unsigned long *ts, unsigned long total_size, user_addr_t *user_stack, int *customstack ) argument
1153 load_threadentry( thread_t thread, unsigned long *ts, unsigned long total_size, mach_vm_offset_t *entry_point ) argument
1193 load_dylinker( struct dylinker_command *lcp, integer_t archbits, vm_map_t map, thread_t thread, int depth, load_result_t *result, boolean_t is_64bit ) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOLib.cpp153 thread_t thread; local
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/orig/
H A Ddb_print.c846 thread_act_t thread; local
1369 thread_t thread; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dmachine_routines.c257 ml_thread_policy( thread_t thread, __unused unsigned policy_id, unsigned policy_info) argument
303 machine_processor_shutdown( thread_t thread, void (*doshutdown)(processor_t), processor_t processor) argument
552 ml_thread_is64bit(thread_t thread) argument
[all...]
H A Dpcb.c250 set_debug_state32(thread_t thread, x86_debug_state32_ argument
311 set_debug_state64(thread_t thread, x86_debug_state64_t *ds) argument
371 get_debug_state32(thread_t thread, x86_debug_state32_t *ds) argument
391 get_debug_state64(thread_t thread, x86_debug_state64_t *ds) argument
653 machine_thread_state_initialize( thread_t thread) argument
703 get_exception_state64(thread_t thread, x86_exception_state64_t *es) argument
715 get_exception_state32(thread_t thread, x86_exception_state32_t *es) argument
728 set_thread_state32(thread_t thread, x86_thread_state32_t *ts) argument
780 set_thread_state64(thread_t thread, x86_thread_state64_t *ts) argument
818 get_thread_state32(thread_t thread, x86_thread_state32_t *ts) argument
844 get_thread_state64(thread_t thread, x86_thread_state64_t *ts) argument
875 thread_set_wq_state32(thread_t thread, thread_state_t tstate) argument
908 thread_set_wq_state64(thread_t thread, thread_state_t tstate) argument
1546 machine_thread_get_kern_state( thread_t thread, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t *count) argument
1648 machine_thread_create( thread_t thread, task_t task) argument
1756 machine_thread_destroy( thread_t thread) argument
1778 machine_thread_switch_addrmode(thread_t thread) argument
2007 machine_stack_detach(thread_t thread) argument
2012 thread, thread->priority, local
2027 machine_stack_attach( thread_t thread, vm_offset_t stack) argument
2034 thread, thread->priority, local
2230 x86_toggle_sysenter_arg_store(thread_t thread, boolean_t valid) argument
2236 x86_sysenter_arg_store_isvalid(thread_t thread) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/i386/
H A Dkdp_machdep.c503 machine_trace_thread(thread_t thread, char *tracepos, char *tracebound, int nframes, boolean_t user_p) argument
591 machine_trace_thread64(thread_t thread, cha argument
[all...]

Completed in 101 milliseconds

1234