Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/file-locking/
H A Druntests.c441 pid_t pidA, pidB; in flock_test_exclusive() local
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()
478 flock_cleanup_child(pidB, fdsB); in flock_test_exclusive()
493 pid_t pidA, pidB; in flock_test_shared() local
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()
524 flock_cleanup_child(pidB, fdsB); in flock_test_shared()