Home
last modified time | relevance | path

Searched defs:lock2 (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/ldso/
Ddl_iterate_phdr.c30 static pthread_mutex_t lock2; variable
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl17.c75 struct flock lock2 = { (short)F_WRLCK, (short)0, 9, 5, (short)0 }; variable
/third_party/python/Python/
Dpystate.c72 PyThread_type_lock lock2 = PyThread_allocate_lock(); in alloc_for_runtime() local
144 PyThread_type_lock lock1, lock2, lock3; in _PyRuntimeState_Init() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_pthread.cpp614 ScopedLock lock2(real_cond.lock); in cond_wait_internal() local