Searched refs:THREAD_STATE_FLAVORS (Results 1 – 5 of 5) sorted by relevance
306 assert(flavor < THREAD_STATE_FLAVORS); in exception_deliver()307 old_state_cnt = (flavor < THREAD_STATE_FLAVORS) ? _MachineStateCount[flavor] : 0; in exception_deliver()517 assert(flavor < THREAD_STATE_FLAVORS); in exception_deliver()518 old_state_cnt = (flavor < THREAD_STATE_FLAVORS) ? _MachineStateCount[flavor] : 0; in exception_deliver()
131 #define THREAD_STATE_FLAVORS 26 /* This must be updated to 1 more than the highest n… macro
116 #define THREAD_STATE_FLAVORS 50 /* This must be updated to 1 more than the highest numerica… macro
106 unsigned int _MachineStateCount[THREAD_STATE_FLAVORS] = {
69 unsigned int _MachineStateCount[THREAD_STATE_FLAVORS] = {