Searched defs:lock_type (Results 1 – 4 of 4) sorted by relevance
21 let lock_type = if exclusive { libc::F_WRLCK } else { libc::F_RDLCK }; in new() localVariable
357 int lock_file(int fd, short lock_type, char *file) in lock_file()
462 let lock_type = parts[1]; in lock_info() localVariable
27 PyTypeObject *lock_type; member