Home
last modified time | relevance | path

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

/bionic/tests/
Dpthread_test.cpp1270 class RwlockKindTestHelper { class
1273 RwlockKindTestHelper* helper;
1276 ThreadArg(RwlockKindTestHelper* helper, std::atomic<pid_t>& tid) in ThreadArg()
1284 explicit RwlockKindTestHelper(int kind_type) { in RwlockKindTestHelper() function in RwlockKindTestHelper
1288 ~RwlockKindTestHelper() { in ~RwlockKindTestHelper()
1322 RwlockKindTestHelper* helper = arg->helper; in WriterThreadFn()
1331 RwlockKindTestHelper* helper = arg->helper; in ReaderThreadFn()
1341 RwlockKindTestHelper helper(PTHREAD_RWLOCK_PREFER_READER_NP); in TEST()
1363 RwlockKindTestHelper helper(PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP); in TEST()