Home
last modified time | relevance | path

Searched defs:acquire_lock (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_locks.py44 def acquire_lock(): function
55 def acquire_lock(): function
196 def acquire_lock(): function
208 def acquire_lock(): function
748 def acquire_lock(): function
894 def acquire_lock(): function
/external/valgrind/coregrind/
Dvgdb.c329 void acquire_lock (int fd, int valgrind_pid) in acquire_lock() function
/external/gflags/src/
Dgflags.cc904 MutexLock acquire_lock(&lock); in GlobalRegistry() local