Searched defs:tstate (Results 1 - 10 of 10) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dfpu.c247 fpu_set_fxstate( thread_t thr_act, thread_state_t tstate) argument
333 fpu_get_fxstate( thread_t thr_act, thread_state_t tstate) argument
H A Dbsd_i386.c116 thread_userstack( __unused thread_t thread, int flavor, thread_state_t tstate, __unused unsigned int count, user_addr_t *user_stack, int *customstack ) argument
172 thread_entrypoint( __unused thread_t thread, int flavor, thread_state_t tstate, __unused unsigned int count, mach_vm_offset_t *entry_point ) argument
H A Dpcb.c875 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
945 machine_thread_set_state( thread_t thr_act, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t count) argument
1231 machine_thread_get_state( thread_t thr_act, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t *count) 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
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/i386/
H A Dchud_thread_i386.c57 chudxnu_thread_get_state( thread_t thread, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t *count, boolean_t user_only) argument
99 chudxnu_thread_set_state( thread_t thread, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t count, boolean_t user_only) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/ppc/
H A Dchud_thread_ppc.c52 kern_return_t chudxnu_copy_savearea_to_threadstate(thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t *count, struct savearea *sv) argument
170 kern_return_t chudxnu_copy_threadstate_to_savearea(struct savearea *sv, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t *count) argument
286 chudxnu_thread_get_state(thread_t thread, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t *count, boolean_t user_only) argument
311 chudxnu_thread_set_state(thread_t thread, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t count, boolean_t user_only) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dthread_act.c605 thread_setstatus( register thread_t thread, int flavor, thread_state_t tstate, mach_msg_type_number_t count) argument
621 thread_getstatus( register thread_t thread, int flavor, thread_state_t tstate, mach_msg_type_number_t *count) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dunix_signal.c206 void * tstate; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/i386/
H A Dkdp_vm.c245 x86_thread_state32_t *tstate = (x86_thread_state32_t *) (header + hoffset); local
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpms.c183 uint32_t tstate; local
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
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
1412 thread_entrypoint( __unused thread_t thread, int flavor, thread_state_t tstate, unsigned int count, mach_vm_offset_t *entry_point ) argument
[all...]

Completed in 68 milliseconds