Home
last modified time | relevance | path

Searched refs:YIELD_PROCESSOR (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/base/platform/
H A Dyield-processor.h8 // The YIELD_PROCESSOR macro wraps an architecture specific-instruction that
22 #define YIELD_PROCESSOR _mm_pause() macro
26 #define YIELD_PROCESSOR __yield() macro
32 #define YIELD_PROCESSOR __asm__ __volatile__("pause") macro
35 #define YIELD_PROCESSOR __asm__ __volatile__("yield") macro
40 #define YIELD_PROCESSOR __asm__ __volatile__(".word 0x00000140") macro
44 #define YIELD_PROCESSOR __asm__ __volatile__("pause") macro
46 #define YIELD_PROCESSOR __asm__ __volatile__("or 31,31,31") macro
51 #ifndef YIELD_PROCESSOR
52 #define YIELD_PROCESSOR ((voi macro
[all...]
/third_party/node/deps/v8/src/objects/
H A Dstring.cc253 YIELD_PROCESSOR; in MigrateStringMapUnderLockIfNeeded()

Completed in 4 milliseconds