Home
last modified time | relevance | path

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

/aosp12/bionic/tests/
H A Dpthread_test.cpp1238 class RwlockKindTestHelper { class
1241 RwlockKindTestHelper* helper;
1244 ThreadArg(RwlockKindTestHelper* helper, std::atomic<pid_t>& tid) in ThreadArg()
1252 explicit RwlockKindTestHelper(int kind_type) { in RwlockKindTestHelper() function in RwlockKindTestHelper
1256 ~RwlockKindTestHelper() { in ~RwlockKindTestHelper()
1290 RwlockKindTestHelper* helper = arg->helper; in WriterThreadFn()
1299 RwlockKindTestHelper* helper = arg->helper; in ReaderThreadFn()
1307 RwlockKindTestHelper helper(PTHREAD_RWLOCK_PREFER_READER_NP); in TEST()
1325 RwlockKindTestHelper helper(PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP); in TEST()