_tpause
Classification
Other, Miscellaneous, CPUID Test: WAITPKG
Header File
immintrin.h
Instruction
TPAUSE r32
Synopsis
 _tpause(unsigned int ctrl, unsigned __int64 counter);
Description
Directs the processor to enter an implementation-dependent optimized state until the TSC reaches or exceeds the value specified in "counter". Bit 0 of "ctrl" selects between a lower power (cleared) or faster wakeup (set) optimized state. Returns the carry flag (CF). If the processor that executed a UMWAIT instruction wakes due to the expiration of the operating system timelimit, the instructions sets RFLAGS.CF; otherwise, that flag is cleared.