Home
last modified time | relevance | path

Searched refs:THREAD_STATE_NONE (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.41.6/osfmk/mach/i386/
H A Dthread_status.h118 #define THREAD_STATE_NONE 13 macro
174 (x == THREAD_STATE_NONE))
375 #define x86_SAVED_STATE32 THREAD_STATE_NONE + 1
376 #define x86_SAVED_STATE64 THREAD_STATE_NONE + 2
/xnu-12377.41.6/tests/
H A Dexception_ports_info.c73 THREAD_STATE_NONE);
81 THREAD_STATE_NONE);
89 THREAD_STATE_NONE);
H A Dmach_exception_reply.c374 kr = thread_set_exception_ports(self, EXC_MASK_ALL, ePort, EXCEPTION_DEFAULT, THREAD_STATE_NONE); in test_exc_reply_type()
/xnu-12377.41.6/osfmk/arm64/
H A Dmachine_task.c129 case THREAD_STATE_NONE: /* Using this flavor to clear task_debug */ in machine_task_set_state()
/xnu-12377.41.6/osfmk/mach/arm/
H A Dthread_status.h61 #define THREAD_STATE_NONE 5 macro
132 (x == THREAD_STATE_NONE) || \
/xnu-12377.41.6/osfmk/i386/
H A Dtrap.c1673 if (saved_state && saved_state->flavor == THREAD_STATE_NONE) { in sync_iss_to_iks()