Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/file-locking/
H A Druntests.c56 static void flock_run(lock_style_t, boolean_t, lockinfo_t *,
280 flock_run(lock_style_t style, boolean_t is_exclusive, lockinfo_t *lf, in flock_run() function
376 flock_run(LSTYLE_FLOCK, B_FALSE, &flock_fileA, &pid, fds); in flock_test_upgrade_downgrade()
449 flock_run(styleA, B_TRUE, lock1, &pidA, fdsA); in flock_test_exclusive()
453 flock_run(styleB, B_TRUE, lock1, &pidB, fdsB); in flock_test_exclusive()
501 flock_run(styleB, B_FALSE, lock1, &pidB, fdsB); in flock_test_shared()
503 flock_run(styleA, B_FALSE, lock1, &pidA, fdsA); in flock_test_shared()