HomeSort by relevance Sort by last modified time
    Searched refs:_CRT_SPINCOUNT (Results 1 - 2 of 2) sorted by null

  /external/jemalloc/test/src/
mtx.c 3 #ifndef _CRT_SPINCOUNT
4 #define _CRT_SPINCOUNT 4000
12 if (!InitializeCriticalSectionAndSpinCount(&mtx->lock, _CRT_SPINCOUNT))
  /external/jemalloc/src/
mutex.c 8 #ifndef _CRT_SPINCOUNT
9 #define _CRT_SPINCOUNT 4000
80 _CRT_SPINCOUNT))

Completed in 94 milliseconds