Home
last modified time | relevance | path

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

/external/libevent/
Devthread_win32.c46 #define SPIN_COUNT 2000 macro
54 if (InitializeCriticalSectionAndSpinCount(lock, SPIN_COUNT) == 0) { in evthread_win32_lock_create()
193 if (InitializeCriticalSectionAndSpinCount(&cond->lock, SPIN_COUNT)==0) { in evthread_win32_cond_alloc()