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