/third_party/libuv/src/unix/ |
D | spinlock.h | 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()
|
/third_party/node/deps/uv/src/unix/ |
D | spinlock.h | 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()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
D | spinlock_test_common.cc | 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() local 200 SpinLock spinlock; in TEST() local 205 SpinLock spinlock(base_internal::SCHEDULE_COOPERATIVE_AND_KERNEL); in TEST() local 210 SpinLock spinlock(base_internal::SCHEDULE_KERNEL_ONLY); in TEST() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_destroy/ |
D | 1-1.c | 27 static pthread_spinlock_t spinlock; variable
|
D | 3-1.c | 32 static pthread_spinlock_t spinlock; variable
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_trylock/ |
D | 4-1.c | 28 pthread_spinlock_t spinlock; in main() local
|
D | 1-1.c | 31 static pthread_spinlock_t spinlock; variable
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_init/ |
D | 1-1.c | 29 static pthread_spinlock_t spinlock; variable
|
D | 4-1.c | 33 static pthread_spinlock_t spinlock; variable
|
D | 2-1.c | 36 pthread_spinlock_t spinlock; member
|
D | 2-2.c | 43 pthread_spinlock_t spinlock; member
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_lock/ |
D | 3-2.c | 44 pthread_spinlock_t spinlock; in main() local
|
D | 3-1.c | 37 pthread_spinlock_t spinlock; in main() local
|
D | 1-2.c | 30 static pthread_spinlock_t spinlock; variable
|
D | 1-1.c | 30 static pthread_spinlock_t spinlock; variable
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
D | spinlock_benchmark.cc | 34 static auto* spinlock = new absl::base_internal::SpinLock(scheduling_mode); in BM_SpinLock() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_unlock/ |
D | 3-1.c | 32 static pthread_spinlock_t spinlock; variable
|
D | 1-2.c | 34 static pthread_spinlock_t spinlock; variable
|
D | 1-1.c | 32 static pthread_spinlock_t spinlock; variable
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 742 struct spinlock { struct 752 typedef struct spinlock spinlock_t; argument 36221 spinlock_t spinlock; member
|