Home
last modified time | relevance | path

Searched refs:x86_DEBUG_STATE_COUNT (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.101.5/osfmk/i386/
H A Dmachine_task.c115 if (state_count != x86_DEBUG_STATE_COUNT) { in machine_task_set_state()
193 if (*state_count != x86_DEBUG_STATE_COUNT) { in machine_task_get_state()
H A Dpcb.c119 [x86_DEBUG_STATE] = x86_DEBUG_STATE_COUNT,
1240 if (count != x86_DEBUG_STATE_COUNT) { in machine_thread_set_state()
1749 if (*count < x86_DEBUG_STATE_COUNT) { in machine_thread_get_state()
1768 *count = x86_DEBUG_STATE_COUNT; in machine_thread_get_state()
/xnu-8796.101.5/osfmk/mach/i386/
H A Dthread_status.h354 #define x86_DEBUG_STATE_COUNT ((mach_msg_type_number_t) \ macro