Lines Matching refs:State
25 static void BM_pthread_self(benchmark::State& state) { in BM_pthread_self()
32 static void BM_pthread_getspecific(benchmark::State& state) { in BM_pthread_getspecific()
44 static void BM_pthread_setspecific(benchmark::State& state) { in BM_pthread_setspecific()
58 static void BM_pthread_once(benchmark::State& state) { in BM_pthread_once()
68 static void BM_pthread_mutex_lock(benchmark::State& state) { in BM_pthread_mutex_lock()
79 static void BM_pthread_mutex_lock_ERRORCHECK(benchmark::State& state) { in BM_pthread_mutex_lock_ERRORCHECK()
91 static void BM_pthread_mutex_lock_RECURSIVE(benchmark::State& state) { in BM_pthread_mutex_lock_RECURSIVE()
121 static void BM_pthread_mutex_lock_PI(benchmark::State& state) { in BM_pthread_mutex_lock_PI()
131 static void BM_pthread_mutex_lock_ERRORCHECK_PI(benchmark::State& state) { in BM_pthread_mutex_lock_ERRORCHECK_PI()
141 static void BM_pthread_mutex_lock_RECURSIVE_PI(benchmark::State& state) { in BM_pthread_mutex_lock_RECURSIVE_PI()
151 static void BM_pthread_rwlock_read(benchmark::State& state) { in BM_pthread_rwlock_read()
164 static void BM_pthread_rwlock_write(benchmark::State& state) { in BM_pthread_rwlock_write()
181 static void BM_pthread_create(benchmark::State& state) { in BM_pthread_create()
196 static void BM_pthread_create_and_run(benchmark::State& state) { in BM_pthread_create_and_run()
209 static void BM_pthread_exit_and_join(benchmark::State& state) { in BM_pthread_exit_and_join()
218 static void BM_pthread_key_create(benchmark::State& state) { in BM_pthread_key_create()
230 static void BM_pthread_key_delete(benchmark::State& state) { in BM_pthread_key_delete()