Home
last modified time | relevance | path

Searched refs:fdsA (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
449 flock_run(styleA, B_TRUE, lock1, &pidA, fdsA); in flock_test_exclusive()
450 flock_block(fdsA[0]); in flock_test_exclusive()
464 flock_alert(fdsA[0]); in flock_test_exclusive()
466 flock_cleanup_child(pidA, fdsA); in flock_test_exclusive()
494 int fdsA[2], fdsB[2]; in flock_test_shared() local
503 flock_run(styleA, B_FALSE, lock1, &pidA, fdsA); in flock_test_shared()
504 flock_block(fdsA[0]); in flock_test_shared()
514 flock_alert(fdsA[0]); in flock_test_shared()
516 flock_cleanup_child(pidA, fdsA); in flock_test_shared()