HomeSort by: relevance | last modified time | path
    Searched defs:thr_reader (Results 1 - 15 of 15) sorted by relevancy

  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_perthreadlock_timing.c 57 void *thr_reader(void *arg) function
166 err = pthread_create(&tid_reader[i], NULL, thr_reader,
test_rwlock.c 112 void *thr_reader(void *_count) function
312 err = pthread_create(&tid_reader[i_thr], NULL, thr_reader,
test_rwlock_timing.c 57 void *thr_reader(void *arg) function
166 err = pthread_create(&tid_reader[i], NULL, thr_reader,
test_urcu.c 103 void *thr_reader(void *_count) function
293 err = pthread_create(&tid_reader[i_thr], NULL, thr_reader,
test_urcu_bp.c 103 void *thr_reader(void *_count) function
288 err = pthread_create(&tid_reader[i_thr], NULL, thr_reader,
test_urcu_qsbr.c 102 void *thr_reader(void *_count) function
299 err = pthread_create(&tid_reader[i_thr], NULL, thr_reader,
test_urcu_qsbr_timing.c 75 void *thr_reader(void *arg) function
177 err = pthread_create(&tid_reader[i], NULL, thr_reader,
test_urcu_timing.c 76 void *thr_reader(void *arg) function
177 err = pthread_create(&tid_reader[i], NULL, thr_reader,
test_mutex.c 112 void *thr_reader(void *data) function
282 err = pthread_create(&tid_reader[i_thr], NULL, thr_reader,
test_perthreadlock.c 140 void *thr_reader(void *data) function
316 err = pthread_create(&tid_reader[i_thr], NULL, thr_reader,
test_urcu_assign.c 163 void *thr_reader(void *_count) function
350 err = pthread_create(&tid_reader[i_thr], NULL, thr_reader,
test_urcu_defer.c 111 void *thr_reader(void *_count) function
315 err = pthread_create(&tid_reader[i_thr], NULL, thr_reader,
test_urcu_gc.c 120 void *thr_reader(void *_count) function
356 err = pthread_create(&tid_reader[i_thr], NULL, thr_reader,
test_urcu_qsbr_gc.c 117 void *thr_reader(void *_count) function
356 err = pthread_create(&tid_reader[i_thr], NULL, thr_reader,
test_urcu_hash.c 19 void *(*thr_reader)(void *_count); member in struct:test_hash_cb
60 return test_hash_cb[test_choice].thr_reader;

Completed in 35 milliseconds