Home
last modified time | relevance | path

Searched defs:locks (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/atomic/
DSDL_atomic.c66 static SDL_SpinLock locks[32]; variable
/third_party/glib/glib/tests/
D1bit-mutex.c60 volatile gint locks[LOCKS]; variable
Dmutex.c91 GMutex locks[LOCKS]; variable
Drec-mutex.c78 GRecMutex locks[LOCKS]; variable
Drwlock.c118 GRWLock locks[LOCKS]; variable
/third_party/boost/boost/thread/futures/
Dwait_for_any.hpp59 boost::scoped_array<boost::unique_lock<boost::mutex> > locks; member
/third_party/curl/tests/libtest/
Dlib506.c40 static int locks[3]; variable
/third_party/node/deps/npm/node_modules/lockfile/
Dlockfile.js27 var locks = {} variable
/third_party/toybox/toys/pending/
Dlsof.c42 char *name, fd[8], rw, locks, type[10], device[32], size_off[32], node[32]; member
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.cc516 } locks[40]; member
1440 SynchLocksHeld *locks = Synch_GetAllLocks(); in AssertNotHeld() local
/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc505 } locks[40]; member
1429 SynchLocksHeld *locks = Synch_GetAllLocks(); in AssertNotHeld() local
/third_party/ntfs-3g/libfuse-lite/
Dfuse.c129 struct lock *locks; member
/third_party/boost/boost/thread/
Dfuture.hpp1147 boost::scoped_array<boost::unique_lock<boost::mutex> > locks; member