Home
last modified time | relevance | path

Searched defs:spinlock (Results 1 – 20 of 20) sorted by relevance

/third_party/libuv/src/unix/
Dspinlock.h33 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/
Dspinlock.h33 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/
Dspinlock_test_common.cc82 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/
D1-1.c27 static pthread_spinlock_t spinlock; variable
D3-1.c32 static pthread_spinlock_t spinlock; variable
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_trylock/
D4-1.c28 pthread_spinlock_t spinlock; in main() local
D1-1.c31 static pthread_spinlock_t spinlock; variable
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_init/
D1-1.c29 static pthread_spinlock_t spinlock; variable
D4-1.c33 static pthread_spinlock_t spinlock; variable
D2-1.c36 pthread_spinlock_t spinlock; member
D2-2.c43 pthread_spinlock_t spinlock; member
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_lock/
D3-2.c44 pthread_spinlock_t spinlock; in main() local
D3-1.c37 pthread_spinlock_t spinlock; in main() local
D1-2.c30 static pthread_spinlock_t spinlock; variable
D1-1.c30 static pthread_spinlock_t spinlock; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dspinlock_benchmark.cc34 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/
D3-1.c32 static pthread_spinlock_t spinlock; variable
D1-2.c34 static pthread_spinlock_t spinlock; variable
D1-1.c32 static pthread_spinlock_t spinlock; variable
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h742 struct spinlock { struct
752 typedef struct spinlock spinlock_t; argument
36221 spinlock_t spinlock; member