Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/file-locking/
H A Dacquire-lock.c63 flock_alert(1); in acq_fcntl()
96 flock_alert(1); in acq_flock()
H A Druntests.c384 flock_alert(fds[0]); in flock_test_upgrade_downgrade()
464 flock_alert(fdsA[0]); in flock_test_exclusive()
476 flock_alert(fdsB[0]); in flock_test_exclusive()
514 flock_alert(fdsA[0]); in flock_test_shared()
523 flock_alert(fdsB[0]); in flock_test_shared()
H A Dutil.h40 extern void flock_alert(int);
H A Dutil.c79 flock_alert(int fd) in flock_alert() function