Lines Matching defs:helper
1241 RwlockKindTestHelper* helper; member
1290 RwlockKindTestHelper* helper = arg->helper; in WriterThreadFn() local
1299 RwlockKindTestHelper* helper = arg->helper; in ReaderThreadFn() local
1307 RwlockKindTestHelper helper(PTHREAD_RWLOCK_PREFER_READER_NP); in TEST() local
1325 RwlockKindTestHelper helper(PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP); in TEST() local
2178 static void thread_fn(MutexWakeupHelper* helper) { in thread_fn()
2215 MutexWakeupHelper helper(PTHREAD_MUTEX_NORMAL); in TEST() local
2220 MutexWakeupHelper helper(PTHREAD_MUTEX_ERRORCHECK); in TEST() local
2225 MutexWakeupHelper helper(PTHREAD_MUTEX_RECURSIVE); in TEST() local
2263 static void thread_fn(PIMutexWakeupHelper* helper) { in thread_fn()
2316 PIMutexWakeupHelper helper(type, protocol); in TEST() local