Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_spinlock.c31 static nxt_uint_t nxt_spinlock_count = 1000; variable
41 nxt_spinlock_count = count; in nxt_thread_spin_init()
46 nxt_spinlock_count = 0; in nxt_thread_spin_init()
56 nxt_spinlock_count = 1000; in nxt_thread_spin_init()
77 for (n = nxt_spinlock_count; n != 0; n--) { in nxt_thread_spin_lock()