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

12

/xnu-2782.1.97/bsd/kern/
H A Dmach_loader.c1318 ret = thread_setstatus(thread, flavor, (thread_state_t)ts, size);
1358 ret = thread_userstack(thread, flavor, (thread_state_t)ts, size, user_stack, customstack);
1400 ret = thread_entrypoint(thread, flavor, (thread_state_t)ts, size, entry_point);
/xnu-2782.1.97/osfmk/kern/
H A Dthread.c1028 thread_state_t new_state,
1074 thread_state_t new_state,
1082 thread_state_t new_state,
1095 thread_state_t new_state,
H A Dtask.c3510 thread_state_t state,
3541 thread_state_t state,
/xnu-2782.1.97/osfmk/mach/
H A Dmach_types.defs162 /* thread_state_t: This inline array can hold
169 type thread_state_t = array[*:THREAD_STATE_MAX] of natural_t;

Completed in 79 milliseconds

12