Searched defs:lock2 (Results 1 – 4 of 4) sorted by relevance
30 static pthread_mutex_t lock2; variable
75 struct flock lock2 = { (short)F_WRLCK, (short)0, 9, 5, (short)0 }; variable
72 PyThread_type_lock lock2 = PyThread_allocate_lock(); in alloc_for_runtime() local144 PyThread_type_lock lock1, lock2, lock3; in _PyRuntimeState_Init() local
614 ScopedLock lock2(real_cond.lock); in cond_wait_internal() local