Home
last modified time | relevance | path

Searched refs:styleB (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()
453 flock_run(styleB, B_TRUE, lock1, &pidB, fdsB); in flock_test_exclusive()
472 assert_write_locked_by(lock1, styleB == LSTYLE_POSIX ? pidB : -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()
501 flock_run(styleB, B_FALSE, lock1, &pidB, fdsB); in flock_test_shared()
519 assert_read_locked_by(lock1, styleB == LSTYLE_POSIX ? pidB : -1); in flock_test_shared()