Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/file-locking/
H A Druntests.c442 int fdsA[2], fdsB[2]; in flock_test_exclusive() local
453 flock_run(styleB, B_TRUE, lock1, &pidB, fdsB); in flock_test_exclusive()
454 VERIFY3_IMPL(flock_nodata(fdsB[0]), ==, B_TRUE, boolean_t); in flock_test_exclusive()
469 flock_block(fdsB[0]); in flock_test_exclusive()
476 flock_alert(fdsB[0]); in flock_test_exclusive()
478 flock_cleanup_child(pidB, fdsB); in flock_test_exclusive()
494 int fdsA[2], fdsB[2]; in flock_test_shared() local
501 flock_run(styleB, B_FALSE, lock1, &pidB, fdsB); in flock_test_shared()
502 flock_block(fdsB[0]); in flock_test_shared()
523 flock_alert(fdsB[0]); in flock_test_shared()
[all …]