HomeSort by: relevance | last modified time | path
    Searched refs:thr_enqueuer (Results 1 - 6 of 6) sorted by relevancy

  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_urcu_lfq.c 122 void *thr_enqueuer(void *_count) function
342 err = pthread_create(&tid_enqueuer[i_thr], NULL, thr_enqueuer,
test_urcu_lfs_rcu.c 126 void *thr_enqueuer(void *_count) function
344 err = pthread_create(&tid_enqueuer[i_thr], NULL, thr_enqueuer,
test_urcu_wfq.c 121 void *thr_enqueuer(void *_count) function
310 err = pthread_create(&tid_enqueuer[i_thr], NULL, thr_enqueuer,
test_urcu_lfs.c 135 static void *thr_enqueuer(void *_count) function
426 err = pthread_create(&tid_enqueuer[i_thr], NULL, thr_enqueuer,
test_urcu_wfcq.c 134 static void *thr_enqueuer(void *_count) function
451 err = pthread_create(&tid_enqueuer[i_thr], NULL, thr_enqueuer,
test_urcu_wfs.c 136 static void *thr_enqueuer(void *_count) function
438 err = pthread_create(&tid_enqueuer[i], NULL, thr_enqueuer,

Completed in 40 milliseconds