Lines Matching defs: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()
78 static void BM_pthread_mutex_lock_ERRORCHECK(benchmark::State& state) { in BM_pthread_mutex_lock_ERRORCHECK()
88 static void BM_pthread_mutex_lock_RECURSIVE(benchmark::State& state) { in BM_pthread_mutex_lock_RECURSIVE()
117 static void BM_pthread_mutex_lock_PI(benchmark::State& state) { in BM_pthread_mutex_lock_PI()
127 static void BM_pthread_mutex_lock_ERRORCHECK_PI(benchmark::State& state) { in BM_pthread_mutex_lock_ERRORCHECK_PI()
137 static void BM_pthread_mutex_lock_RECURSIVE_PI(benchmark::State& state) { in BM_pthread_mutex_lock_RECURSIVE_PI()
147 static void BM_pthread_rwlock_read(benchmark::State& state) { in BM_pthread_rwlock_read()
160 static void BM_pthread_rwlock_write(benchmark::State& state) { in BM_pthread_rwlock_write()
177 static void BM_pthread_create(benchmark::State& state) { in BM_pthread_create()
192 static void BM_pthread_create_and_run(benchmark::State& state) { in BM_pthread_create_and_run()
205 static void BM_pthread_exit_and_join(benchmark::State& state) { in BM_pthread_exit_and_join()
214 static void BM_pthread_key_create(benchmark::State& state) { in BM_pthread_key_create()
226 static void BM_pthread_key_delete(benchmark::State& state) { in BM_pthread_key_delete()