OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
77
_CRT_SPINCOUNT
))
Completed in 1871 milliseconds