Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_data_structures/src/flock/
Dunix.rs21 let lock_type = if exclusive { libc::F_WRLCK } else { libc::F_RDLCK }; in new() localVariable
/third_party/ltp/testcases/kernel/sched/sched_stress/
Dsched_tc6.c357 int lock_file(int fd, short lock_type, char *file) in lock_file()
/third_party/rust/crates/nix/test/
Dtest_fcntl.rs462 let lock_type = parts[1]; in lock_info() localVariable
/third_party/python/Modules/
D_threadmodule.c27 PyTypeObject *lock_type; member