Home
last modified time | relevance | path

Searched defs:lock_location (Results 1 – 5 of 5) sorted by relevance

/dports/www/newsboat/newsboat-2.22.1/test/
H A Dfslock.cpp19 LockProcess(std::string lock_location) in LockProcess()
81 const std::string lock_location = non_existing_dir + "lockfile"; variable
96 const TestHelpers::TempFile lock_location; variable
113 const TestHelpers::TempFile lock_location; variable
138 const TestHelpers::TempFile lock_location; variable
/dports/www/newsboat/newsboat-2.22.1/rust/libnewsboat/tests/
H A Dfslock.rs23 let lock_location = non_existing_dir.join("lockfile"); in t_returns_an_error_if_invalid_lock_location() localVariable
34 let lock_location = NamedTempFile::new().unwrap(); in t_returns_an_error_lock_file_without_write_access() localVariable
47 let lock_location = NamedTempFile::new().unwrap(); in t_fails_if_lock_was_already_created() localVariable
87 let lock_location = NamedTempFile::new().unwrap(); in t_succeeds_if_lock_file_location_is_valid_and_not_locked_by_different_process() localVariable
/dports/www/newsboat/newsboat-2.22.1/rust/libnewsboat/src/bin/
H A Dlock-process.rs5 let lock_location = std::env::args().nth(1).unwrap(); in main() localVariable
/dports/devel/py-msal-extensions/msal-extensions-0.3.0/msal_extensions/
H A Dtoken_cache.py20 def __init__(self, persistence, lock_location=None): argument
/dports/net/mpich/mpich-3.4.3/modules/izem/src/lock/
H A Dzm_hmcs.c443 int lock_location = last_lock_location_end + tid/participants_at_level[cur_level]; in new_lock() local
461 int lock_location = last_lock_location_end + tid/participants_at_level[cur_level]; in new_lock() local