Home
last modified time | relevance | path

Searched defs:CPU_SPINWAIT (Results 1 – 6 of 6) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal_defs.h31 #define CPU_SPINWAIT __asm__ volatile("pause") macro
33 #define CPU_SPINWAIT macro
Djemalloc_internal_defs_host.h25 #define CPU_SPINWAIT __asm__ volatile("pause") macro
27 #define CPU_SPINWAIT macro
/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_defs.h42 #define CPU_SPINWAIT __asm__ volatile("pause") macro
46 #define CPU_SPINWAIT macro
Djemalloc_internal_defs_host.h37 #define CPU_SPINWAIT __asm__ volatile("pause") macro
39 #define CPU_SPINWAIT macro
/external/jemalloc/
Dconfigure.ac309 AC_DEFINE_UNQUOTED([CPU_SPINWAIT], [$CPU_SPINWAIT]) definition
/external/jemalloc_new/
Dconfigure.ac410 AC_DEFINE_UNQUOTED([CPU_SPINWAIT], [$CPU_SPINWAIT]) definition