Searched refs:styleB (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/test/os-tests/tests/file-locking/
H A Druntests.c416 flock_test_exclusive(lock_style_t styleA, lock_style_t styleB, argument
423 flock_stylename(styleA), flock_stylename(styleB),
431 flock_run(styleB, B_TRUE, lock1, &pidB, fdsB);
450 assert_write_locked_by(lock1, styleB == LSTYLE_POSIX ? pidB : -1);
468 flock_test_shared(lock_style_t styleA, lock_style_t styleB, argument
475 flock_stylename(styleA), flock_stylename(styleB),
479 flock_run(styleB, B_FALSE, lock1, &pidB, fdsB);
497 assert_read_locked_by(lock1, styleB == LSTYLE_POSIX ? pidB : -1);

Completed in 44 milliseconds