Function thread_set_state [src]
Alias for std.c.darwin.thread_set_state
Prototype
pub extern "c" fn thread_set_state( thread: thread_act_t, flavor: thread_flavor_t, new_state: thread_state_t, count: mach_msg_type_number_t, ) kern_return_t Parameters
thread: thread_act_tflavor: thread_flavor_tnew_state: thread_state_tcount: mach_msg_type_number_t Source
pub extern "c" fn thread_set_state(
thread: thread_act_t,
flavor: thread_flavor_t,
new_state: thread_state_t,
count: mach_msg_type_number_t,
) kern_return_t