Home
last modified time | relevance | path

Searched defs:spinlock (Results 1 - 18 of 18) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_destroy/
H A D1-1.c27 static pthread_spinlock_t spinlock; variable
H A D3-1.c32 static pthread_spinlock_t spinlock; variable
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_init/
H A D1-1.c29 static pthread_spinlock_t spinlock; variable
H A D4-1.c33 static pthread_spinlock_t spinlock; variable
H A D2-1.c36 pthread_spinlock_t spinlock; member
[all...]
H A D2-2.c43 pthread_spinlock_t spinlock; member
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_trylock/
H A D4-1.c28 pthread_spinlock_t spinlock; in main() local
H A D1-1.c31 static pthread_spinlock_t spinlock; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A 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_lock/
H A D3-1.c37 pthread_spinlock_t spinlock; in main() local
[all...]
H A D3-2.c44 pthread_spinlock_t spinlock; in main() local
H A D1-2.c30 static pthread_spinlock_t spinlock; variable
[all...]
H A D1-1.c30 static pthread_spinlock_t spinlock; variable
/third_party/node/deps/uv/src/unix/
H A Dspinlock.h33 UV_UNUSED(static void uv_spinlock_init(uv_spinlock_t* spinlock)) { in UV_UNUSED() argument
37 UV_UNUSED(static void uv_spinlock_lock(uv_spinlock_t* spinlock)) { in UV_UNUSED() argument
41 UV_UNUSED(static void uv_spinlock_unlock(uv_spinlock_t* spinlock)) { in UV_UNUSED() argument
45 UV_UNUSED(static int uv_spinlock_trylock(uv_spinlock_t* spinlock)) UV_UNUSED() argument
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_unlock/
H A D3-1.c32 static pthread_spinlock_t spinlock; variable
[all...]
H A D1-1.c32 static pthread_spinlock_t spinlock; variable
[all...]
H A D1-2.c34 static pthread_spinlock_t spinlock; variable
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Dspinlock_test_common.cc82 static void TestFunction(int thread_salt, SpinLock* spinlock) { in TestFunction() argument
93 static void ThreadedTest(SpinLock* spinlock) { in ThreadedTest() argument
200 SpinLock spinlock; TEST() local
[all...]

Completed in 4 milliseconds