Home
last modified time | relevance | path

Searched refs:SPINS_PER_YIELD (Results 1 – 1 of 1) sorted by relevance

/external/dlmalloc/
Dmalloc.c1864 #define SPINS_PER_YIELD 63 macro
1881 if ((++spins & SPINS_PER_YIELD) == 0) { in spin_acquire_lock()
1944 if ((++spins & SPINS_PER_YIELD) == 0) { in recursive_acquire_lock()