/third_party/musl/src/thread/ |
D | __wait.c | 5 int spins=100; in __wait() local
|
D | pthread_rwlock_timedrdlock.c | 10 int spins = 100; in __pthread_rwlock_timedrdlock() local
|
D | pthread_rwlock_timedwrlock.c | 10 int spins = 100; in __pthread_rwlock_timedwrlock() local
|
D | sem_timedwait.c | 15 int spins = 100; in sem_timedwait() local
|
D | pthread_barrier_wait.c | 79 int spins = 200; in pthread_barrier_wait() local
|
D | pthread_mutex_timedlock.c | 70 int spins = 100; in __pthread_mutex_timedlock() local
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | __wait.c | 5 int spins=100; in __wait() local
|
D | pthread_barrier_wait.c | 79 int spins = 200; in pthread_barrier_wait() local
|
D | pthread_mutex_timedlock.c | 68 int spins = 100; in __pthread_mutex_timedlock() local
|
/third_party/musl/porting/linux/user/src/thread/ |
D | pthread_rwlock_timedrdlock.c | 26 int spins = 100; in __pthread_rwlock_timedrdlock() local
|
D | pthread_rwlock_timedwrlock.c | 29 int spins = 100; in __pthread_rwlock_timedwrlock() local
|
D | pthread_mutex_timedlock.c | 89 int spins = 100; in __pthread_mutex_timedlock() local
|
/third_party/grpc/test/core/gprpp/ |
D | mpscq_test.cc | 92 size_t spins = 0; in test_mt() local 116 size_t spins; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_fence.c | 210 uint32_t spins = 0; in nouveau_fence_wait() local
|
/third_party/ltp/include/ |
D | tst_fuzzy_sync.h | 123 int spins; member 568 int *spins, in tst_fzsync_pair_wait()
|
/third_party/boost/boost/container/detail/ |
D | mutex.hpp | 151 int spins = 0; in boost_interprocess_spin_acquire_lock() local
|
/third_party/boost/libs/log/src/windows/ |
D | ipc_reliable_message_queue.cpp | 465 BOOST_CONSTEXPR_OR_CONST unsigned int wait_loops = 1000u, spin_loops = 16u, spins = 16u; in adopt_queue() local
|
/third_party/boost/libs/log/src/posix/ |
D | ipc_reliable_message_queue.cpp | 460 BOOST_CONSTEXPR_OR_CONST unsigned int wait_loops = 200u, spin_loops = 16u, spins = 16u; in adopt_region() local
|
/third_party/boost/libs/container/src/ |
D | dlmalloc_2_8_6.c | 1877 int spins = 0; in spin_acquire_lock() local 1929 int spins = 0; in recursive_acquire_lock() local
|