• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/osfmk/i386/

Lines Matching refs:thread_t

131 void		act_machine_throughcall(thread_t thr_act);
136 thread_t thread);
139 get_exception_state32(thread_t thread, x86_exception_state32_t *es);
142 get_exception_state64(thread_t thread, x86_exception_state64_t *es);
145 get_thread_state32(thread_t thread, x86_thread_state32_t *ts);
148 get_thread_state64(thread_t thread, x86_thread_state64_t *ts);
151 set_thread_state32(thread_t thread, x86_thread_state32_t *ts);
154 set_thread_state64(thread_t thread, x86_thread_state64_t *ts);
250 set_debug_state32(thread_t thread, x86_debug_state32_t *ds)
311 set_debug_state64(thread_t thread, x86_debug_state64_t *ds)
371 get_debug_state32(thread_t thread, x86_debug_state32_t *ds)
391 get_debug_state64(thread_t thread, x86_debug_state64_t *ds)
424 extern void *get_bsduthreadarg(thread_t th);
427 act_machine_switch_pcb( thread_t new )
593 thread_t new)
605 thread_t
607 thread_t old,
609 thread_t new)
643 act_machine_sv_free(__unused thread_t act, __unused int flag)
654 thread_t thread)
703 get_exception_state64(thread_t thread, x86_exception_state64_t *es)
715 get_exception_state32(thread_t thread, x86_exception_state32_t *es)
728 set_thread_state32(thread_t thread, x86_thread_state32_t *ts)
780 set_thread_state64(thread_t thread, x86_thread_state64_t *ts)
818 get_thread_state32(thread_t thread, x86_thread_state32_t *ts)
844 get_thread_state64(thread_t thread, x86_thread_state64_t *ts)
875 thread_set_wq_state32(thread_t thread, thread_state_t tstate)
879 thread_t curth = current_thread();
908 thread_set_wq_state64(thread_t thread, thread_state_t tstate)
912 thread_t curth = current_thread();
946 thread_t thr_act,
1232 thread_t thr_act,
1547 thread_t thread,
1649 thread_t thread,
1757 thread_t thread)
1778 machine_thread_switch_addrmode(thread_t thread)
1807 machine_set_current_thread( thread_t thread )
1891 static void dump_handlers(thread_t);
1892 void dump_regs(thread_t);
1893 int dump_act(thread_t thr_act);
1896 dump_handlers(thread_t thr_act)
1920 dump_regs(thread_t thr_act)
1951 dump_act(thread_t thr_act)
1982 thread_t thr_act = current_thread();
2007 machine_stack_detach(thread_t thread)
2028 thread_t thread,
2053 machine_stack_handoff(thread_t old,
2054 thread_t new)
2109 thread_t thr_act = current_thread();
2186 thread_t thr_act = current_thread();
2229 void x86_toggle_sysenter_arg_store(thread_t thread, boolean_t valid);
2230 void x86_toggle_sysenter_arg_store(thread_t thread, boolean_t valid) {
2234 boolean_t x86_sysenter_arg_store_isvalid(thread_t thread);
2236 boolean_t x86_sysenter_arg_store_isvalid(thread_t thread) {