Home
last modified time | relevance | path

Searched refs:acq_flock (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/test/os-tests/tests/file-locking/
H A Dacquire-lock.c36 static void acq_flock(int fd, int mode);
77 acq_flock(int fd, int mode) in acq_flock() function
119 acq_flock(fd, is_exclusive ? LOCK_EX : LOCK_SH); in acq_run()