Searched refs:YIELD_PROCESSOR (Results 1 – 1 of 1) sorted by relevance
24 #define YIELD_PROCESSOR YieldProcessor() macro28 #define YIELD_PROCESSOR __asm__ __volatile__("pause") macro30 #define YIELD_PROCESSOR __asm__ __volatile__("yield") macro35 #define YIELD_PROCESSOR __asm__ __volatile__(".word 0x00000140") macro39 #define YIELD_PROCESSOR __asm__ __volatile__("pause") macro43 #ifndef YIELD_PROCESSOR45 #define YIELD_PROCESSOR ((void)0) macro70 YIELD_PROCESSOR; in LockSlow()