Searched defs:RawNamedLock (Results 1 – 2 of 2) sorted by relevance
13 pub(crate) struct RawNamedLock { struct17 unsafe impl Sync for RawNamedLock {} implementation18 unsafe impl Send for RawNamedLock {} implementation20 impl RawNamedLock { impl21 pub(crate) fn create(name: &str) -> Result<RawNamedLock> { in create()67 impl Drop for RawNamedLock { implementation
10 pub(crate) struct RawNamedLock { struct14 impl RawNamedLock { argument15 pub(crate) fn create(lock_path: &Path) -> Result<RawNamedLock> { in create()