Searched defs:spinlock (Results 1 – 18 of 18) sorted by relevance
33 UV_UNUSED(static void uv_spinlock_init(uv_spinlock_t* spinlock)) { in UV_UNUSED()37 UV_UNUSED(static void uv_spinlock_lock(uv_spinlock_t* spinlock)) { in UV_UNUSED()41 UV_UNUSED(static void uv_spinlock_unlock(uv_spinlock_t* spinlock)) { in UV_UNUSED()45 UV_UNUSED(static int uv_spinlock_trylock(uv_spinlock_t* spinlock)) { in UV_UNUSED()
82 static void TestFunction(int thread_salt, SpinLock* spinlock) { in TestFunction()93 static void ThreadedTest(SpinLock* spinlock) { in ThreadedTest()114 SpinLock spinlock(base_internal::SCHEDULE_KERNEL_ONLY); in TEST() local200 SpinLock spinlock; in TEST() local205 SpinLock spinlock(base_internal::SCHEDULE_COOPERATIVE_AND_KERNEL); in TEST() local210 SpinLock spinlock(base_internal::SCHEDULE_KERNEL_ONLY); in TEST() local
28 pthread_spinlock_t spinlock; in main() local
31 static pthread_spinlock_t spinlock; variable
27 static pthread_spinlock_t spinlock; variable
32 static pthread_spinlock_t spinlock; variable
29 static pthread_spinlock_t spinlock; variable
33 static pthread_spinlock_t spinlock; variable
36 pthread_spinlock_t spinlock; member
43 pthread_spinlock_t spinlock; member
34 static auto* spinlock = new absl::base_internal::SpinLock(scheduling_mode); in BM_SpinLock() local
44 pthread_spinlock_t spinlock; in main() local
37 pthread_spinlock_t spinlock; in main() local
30 static pthread_spinlock_t spinlock; variable
34 static pthread_spinlock_t spinlock; variable