Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
acq_flock
usr/src/test/os-tests/tests/file-locking/acquire-lock.c
119
acq_flock(fd, is_exclusive ? LOCK_EX : LOCK_SH);
usr/src/test/os-tests/tests/file-locking/acquire-lock.c
36
static void acq_flock(int fd, int mode);