Home
last modified time | relevance | path

Searched defs:lock3 (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl17.c76 struct flock lock3 = { (short)F_WRLCK, (short)0, 17, 5, (short)0 }; variable
/third_party/python/Python/
Dpystate.c78 PyThread_type_lock lock3 = PyThread_allocate_lock(); in alloc_for_runtime() local
144 PyThread_type_lock lock1, lock2, lock3; in _PyRuntimeState_Init() local