Searched refs:SPIN_COUNT (Results 1 – 4 of 4) sorted by relevance
37 #define SPIN_COUNT 100000 macro104 count = SPIN_COUNT; in _pthread_spin_lock()113 count = SPIN_COUNT; in _pthread_spin_lock()
40 #define SPIN_COUNT 10000 macro124 count = SPIN_COUNT; in _pthread_spin_lock()131 count = SPIN_COUNT; in _pthread_spin_lock()
48 #define SPIN_COUNT 2000 macro56 if (InitializeCriticalSectionAndSpinCount(lock, SPIN_COUNT) == 0) { in evthread_win32_lock_create()195 if (InitializeCriticalSectionAndSpinCount(&cond->lock, SPIN_COUNT)==0) { in evthread_win32_cond_alloc()
70 #define SPIN_COUNT 1000 macro308 for (int i = 0; i < SPIN_COUNT; i++) { in cmx_wait_BSR()