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

/bionic/tests/
H A Dpthread_test.cpp886 class RwlockKindTestHelper { class
889 RwlockKindTestHelper* helper;
892 ThreadArg(RwlockKindTestHelper* helper, std::atomic<pid_t>& tid)
900 RwlockKindTestHelper(int kind_type) { function in class:RwlockKindTestHelper
904 ~RwlockKindTestHelper() {
938 RwlockKindTestHelper* helper = arg->helper;
947 RwlockKindTestHelper* helper = arg->helper;
955 RwlockKindTestHelper helper(PTHREAD_RWLOCK_PREFER_READER_NP);
973 RwlockKindTestHelper helper(PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP);

Completed in 19 milliseconds