Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/ldso/
Ddl_iterate_phdr.c29 static pthread_mutex_t lock1; variable
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl17.c74 struct flock lock1 = { (short)F_WRLCK, (short)0, 2, 5, (short)0 }; variable
/third_party/python/Python/
Dpystate.c67 PyThread_type_lock lock1 = 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.cpp585 ScopedLock lock1(real_cond.lock); in cond_wait_internal() local