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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c1925 #define SPINS_PER_YIELD 63 macro
1942 if ((++spins & SPINS_PER_YIELD) == 0) {
2005 if ((++spins & SPINS_PER_YIELD) == 0) {

Completed in 43 milliseconds