Home
last modified time | relevance | path

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

/external/jemalloc/test/src/
Dmtx.c3 #ifndef _CRT_SPINCOUNT
4 #define _CRT_SPINCOUNT 4000 macro
12 if (!InitializeCriticalSectionAndSpinCount(&mtx->lock, _CRT_SPINCOUNT)) in mtx_init()
/external/jemalloc/src/
Dmutex.c8 #ifndef _CRT_SPINCOUNT
9 #define _CRT_SPINCOUNT 4000 macro
80 _CRT_SPINCOUNT)) in malloc_mutex_init()