Home
last modified time | relevance | path

Searched refs:LOCK_EX (Results 1 - 5 of 5) sorted by relevance

/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Dfile_ex.h32 #ifndef LOCK_EX
33 #define LOCK_EX 0 macro
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_file/
H A Dfile_n_exporter.cpp223 auto mode = exclusive ? LOCK_EX : LOCK_SH; in Lock()
273 auto mode = exclusive ? LOCK_EX : LOCK_SH; in TryLock()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsecurity_manager.cpp409 return FileLock(LOCK_EX); in Lock()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfile_impl.cpp355 auto mode = exclusive ? LOCK_EX : LOCK_SH; in TryLock()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_security_manager.cpp689 errCode = flock(lockFd_, LOCK_EX); in Lock()

Completed in 4 milliseconds