Lines Matching defs:helper
1242 RwlockKindTestHelper* helper; member
1291 RwlockKindTestHelper* helper = arg->helper; in WriterThreadFn() local
1300 RwlockKindTestHelper* helper = arg->helper; in ReaderThreadFn() local
1308 RwlockKindTestHelper helper(PTHREAD_RWLOCK_PREFER_READER_NP); in TEST() local
1326 RwlockKindTestHelper helper(PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP); in TEST() local
2179 static void thread_fn(MutexWakeupHelper* helper) { in thread_fn()
2216 MutexWakeupHelper helper(PTHREAD_MUTEX_NORMAL); in TEST() local
2221 MutexWakeupHelper helper(PTHREAD_MUTEX_ERRORCHECK); in TEST() local
2226 MutexWakeupHelper helper(PTHREAD_MUTEX_RECURSIVE); in TEST() local
2264 static void thread_fn(PIMutexWakeupHelper* helper) { in thread_fn()
2317 PIMutexWakeupHelper helper(type, protocol); in TEST() local