Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/file-locking/
H A Druntests.c438 flock_test_exclusive(lock_style_t styleA, lock_style_t styleB, in flock_test_exclusive() argument
445 flock_stylename(styleA), flock_stylename(styleB), in flock_test_exclusive()
449 flock_run(styleA, B_TRUE, lock1, &pidA, fdsA); in flock_test_exclusive()
457 assert_write_locked_by(lock1, styleA == LSTYLE_POSIX ? pidA : -1); in flock_test_exclusive()
490 flock_test_shared(lock_style_t styleA, lock_style_t styleB, in flock_test_shared() argument
497 flock_stylename(styleA), flock_stylename(styleB), in flock_test_shared()
503 flock_run(styleA, B_FALSE, lock1, &pidA, fdsA); in flock_test_shared()
507 assert_read_locked_by(lock1, styleA == LSTYLE_POSIX ? pidA : -1); in flock_test_shared()