Searched refs:thread_state_t (Results 1 - 25 of 29) sorted by relevance

12

/xnu-2782.1.97/libsyscall/mach/
H A Dexc_catcher.h46 thread_state_t,
48 thread_state_t,
56 int *, thread_state_t,
58 thread_state_t,
H A Dexc_catcher_state.c50 thread_state_t old_state,
52 thread_state_t new_state,
67 extern kern_return_t catch_exception_raise_state(mach_port_t, exception_type_t, exception_data_t, mach_msg_type_number_t, int *, thread_state_t, mach_msg_type_number_t, thread_state_t, mach_msg_type_number_t *);
H A Dexc_catcher_state_identity.c52 thread_state_t old_state,
54 thread_state_t new_state,
69 extern kern_return_t catch_exception_raise_state_identity(mach_port_t, mach_port_t, mach_port_t, exception_type_t, exception_data_t, mach_msg_type_number_t, int *, thread_state_t, mach_msg_type_number_t, thread_state_t, mach_msg_type_number_t *);
/xnu-2782.1.97/osfmk/mach/
H A Dexc.defs100 old_state : thread_state_t, const;
101 out new_state : thread_state_t);
116 old_state : thread_state_t;
117 out new_state : thread_state_t);
H A Dmach_exc.defs100 old_state : thread_state_t, const;
101 out new_state : thread_state_t);
116 old_state : thread_state_t;
117 out new_state : thread_state_t);
H A Dthread_status.h83 typedef natural_t *thread_state_t; /* Variable-length array */ typedef
H A Dthread_act.defs102 out old_state : thread_state_t, CountInOut);
117 new_state : thread_state_t);
131 out old_state : thread_state_t, CountInOut);
146 new_state : thread_state_t);
H A Dtask.defs199 new_state : thread_state_t;
409 out old_state : thread_state_t, CountInOut);
418 new_state : thread_state_t);
/xnu-2782.1.97/osfmk/i386/
H A Dfpu.h87 thread_state_t state,
91 thread_state_t state,
H A Dpcb.c796 thread_state_t tstate,
966 return fpu_set_fxstate(thr_act, (thread_state_t)&state->ufs.fs64, x86_FLOAT_STATE64);
970 return fpu_set_fxstate(thr_act, (thread_state_t)&state->ufs.fs32, x86_FLOAT_STATE32);
1009 (thread_state_t)&state->ufs.as64,
1016 (thread_state_t)&state->ufs.as32,
1135 thread_state_t tstate,
1279 kret = fpu_get_fxstate(thr_act, (thread_state_t)&state->ufs.fs64, x86_FLOAT_STATE64);
1284 kret = fpu_get_fxstate(thr_act, (thread_state_t)&state->ufs.fs32, x86_FLOAT_STATE32);
1332 (thread_state_t)&state->ufs.as64,
1338 (thread_state_t)
[all...]
H A Dmachine_task.c71 thread_state_t state,
160 thread_state_t state,
H A Dpcb_native.c246 thread_set_wq_state32(thread_t thread, thread_state_t tstate)
290 thread_set_wq_state64(thread_t thread, thread_state_t tstate)
H A Dbsd_i386.c95 thread_state_t tstate,
171 thread_state_t tstate,
H A Dfpu.c427 thread_state_t tstate,
558 thread_state_t tstate,
/xnu-2782.1.97/osfmk/chud/i386/
H A Dchud_osfmk_callback_i386.c142 (thread_state_t)&state,
149 (thread_state_t)&state,
225 thread_state_t tstate, mach_msg_type_number_t count);
229 thread_state_t tstate __unused, mach_msg_type_number_t count __unused) {
269 (thread_state_t)&state,
276 (thread_state_t)&state,
324 static kern_return_t chud_null_ast(thread_flavor_t flavor, thread_state_t tstate,
329 thread_state_t tstate __unused, mach_msg_type_number_t count __unused) {
363 (thread_state_t)&state,
366 (fn)(x86_THREAD_STATE, (thread_state_t)
[all...]
H A Dchud_thread_i386.c56 thread_state_t tstate,
98 thread_state_t tstate,
/xnu-2782.1.97/bsd/uxkern/
H A Dux_exception.c364 __unused const thread_state_t old_state,
366 __unused thread_state_t new_state,
379 __unused const thread_state_t old_state,
381 __unused thread_state_t new_state,
396 __unused thread_state_t old_state,
398 __unused thread_state_t new_state,
413 __unused thread_state_t old_state,
415 __unused thread_state_t new_state,
/xnu-2782.1.97/osfmk/chud/
H A Dchud_xnu.h82 extern kern_return_t 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);
83 extern kern_return_t 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);
188 typedef kern_return_t (*chudxnu_cpu_timer_callback_func_t)(thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t count);
204 typedef kern_return_t (*chudxnu_trap_callback_func_t)(uint32_t trapentry, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t count);
219 typedef kern_return_t (*chudxnu_interrupt_callback_func_t)(uint32_t trapentry, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t count);
224 typedef kern_return_t (*chudxnu_perfmon_ast_callback_func_t)(thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t count);
230 typedef kern_return_t (*chudxnu_cpusig_callback_func_t)(int request, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t count);
/xnu-2782.1.97/osfmk/kern/
H A Dthread_act.c421 thread_state_t state, /* pointer to OUT array */
470 thread_state_t state,
520 thread_state_t state,
527 thread_state_t state,
537 thread_state_t state,
641 thread_state_t tstate,
657 thread_state_t tstate,
903 thread_state_t state,
910 thread_state_t state,
924 thread_state_t stat
[all...]
H A Dthread.h641 thread_state_t state,
647 thread_state_t state,
671 thread_state_t tstate,
779 thread_state_t tstate,
785 thread_state_t tstate,
846 thread_state_t,
854 thread_state_t,
940 thread_state_t tstate);
944 thread_state_t tstate);
H A Dexception.c210 (thread_state_t)state,
231 (thread_state_t)state,
265 (thread_state_t)state,
292 (thread_state_t)state,
H A Dtask.h561 thread_state_t state,
567 thread_state_t state,
/xnu-2782.1.97/bsd/dev/i386/
H A Dunix_signal.c67 thread_state_t tstate, mach_msg_type_number_t *count);
69 thread_state_t tstate, mach_msg_type_number_t count);
195 if (thread_getstatus(thread, flavor, (thread_state_t)state, &state_count) != KERN_SUCCESS)
207 if (thread_getstatus(thread, flavor, (thread_state_t)state, &state_count) != KERN_SUCCESS)
213 if (thread_getstatus(thread, flavor, (thread_state_t)state, &state_count) != KERN_SUCCESS)
308 if (thread_getstatus(thread, flavor, (thread_state_t)state, &state_count) != KERN_SUCCESS)
321 if (thread_getstatus(thread, flavor, (thread_state_t)state, &state_count) != KERN_SUCCESS)
327 if (thread_getstatus(thread, flavor, (thread_state_t)state, &state_count) != KERN_SUCCESS)
610 if (thread_setstatus(thread, flavor, (thread_state_t)state, state_count) != KERN_SUCCESS)
/xnu-2782.1.97/bsd/kern/
H A Dkern_core.c100 thread_state_t tstate, mach_msg_type_number_t *count);
177 (thread_state_t)(header+hoffset),
/xnu-2782.1.97/bsd/sys/
H A Dpthread_shims.h159 kern_return_t (*thread_set_wq_state32)(thread_t thread, thread_state_t state);
160 kern_return_t (*thread_set_wq_state64)(thread_t thread, thread_state_t state);

Completed in 194 milliseconds

12