Lines Matching defs:readers
34710 * This sets up two readers for every 10 entries; one forward and one reverse
34717 pthread_t readers[RCU_RANGE_COUNT / 5];
34744 i = count = ARRAY_SIZE(readers);
34755 if (pthread_create(&readers[i], NULL, *function,
34762 for (i = 0; i < ARRAY_SIZE(readers); i++) {
34774 } while (test.thread_count > ARRAY_SIZE(readers));
34783 pthread_join(readers[count], NULL);
34937 pthread_t readers[20];
34942 for (i = 0; i < ARRAY_SIZE(readers); i++) {
34948 if (pthread_create(&readers[i], NULL, *function, vals)) {
34958 pthread_join(readers[i], NULL);
34986 pthread_t readers[20];
35004 for (i = 0; i < ARRAY_SIZE(readers); i++) {
35005 if (pthread_create(&readers[i], NULL, rcu_slot_store_reader,
35023 pthread_join(readers[i], NULL);
35034 pthread_t readers[20];
35040 for (i = 0; i < ARRAY_SIZE(readers); i++) {
35046 if (pthread_create(&readers[i], NULL, *function, vals)) {
35063 pthread_join(readers[i], NULL);