Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/file-locking/
H A Dacquire-lock.c35 static void acq_fcntl(int, int, int);
41 acq_fcntl(int fd, int cmd, int mode) in acq_fcntl() function
113 acq_fcntl(fd, F_SETLKW, is_exclusive ? F_WRLCK : F_RDLCK); in acq_run()
116 acq_fcntl(fd, F_OFD_SETLKW, is_exclusive ? F_WRLCK : F_RDLCK); in acq_run()