Home
last modified time | relevance | path

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

/xnu-11417.140.69/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,
1242 if (count != x86_DEBUG_STATE_COUNT) { in machine_thread_set_state()
1751 if (*count < x86_DEBUG_STATE_COUNT) { in machine_thread_get_state()
1770 *count = x86_DEBUG_STATE_COUNT; in machine_thread_get_state()
/xnu-11417.140.69/osfmk/mach/i386/
H A Dthread_status.h355 #define x86_DEBUG_STATE_COUNT ((mach_msg_type_number_t) \ macro