[][src]Module simple_libc::lockf

Functions

is_locked_other

Checks if part or all of the section of the given file starting at the current position and proceeding for len bytes is locked by another process.

lock

Lock the section of the given file starting at the current position and proceeding for len bytes.

unlock

Unlock the section of the given file starting at the current position and proceeding for len bytes.