Home
last modified time | relevance | path

Searched defs:lock_type (Results 1 – 7 of 7) sorted by relevance

/external/libcxxabi/src/
Dcxa_guard.cpp75 typedef uint32_t lock_type; typedef
113 typedef bool lock_type; typedef
/external/llvm-project/lldb/source/Host/posix/
DLockFilePosix.cpp21 Status fileLock(int fd, int cmd, int lock_type, const uint64_t start, in fileLock()
/external/autotest/client/cros/cellular/pseudomodem/
Dsim.py174 def lock_type(self): member in SIM
310 def _ResetRetries(self, lock_type): argument
/external/llvm-project/flang/test/Semantics/
Dresolve87.f9010 type lock_type type
Dallocate13.f907 type lock_type type
/external/ltp/testcases/kernel/sched/sched_stress/
Dsched_tc6.c357 int lock_file(int fd, short lock_type, char *file) in lock_file()
/external/rust/crates/nix/test/
Dtest_fcntl.rs317 let lock_type = parts[1]; in lock_info() localVariable