Lines Matching defs:readers
34337 * This sets up two readers for every 10 entries; one forward and one reverse
34344 pthread_t readers[RCU_RANGE_COUNT / 5];
34372 i = count = ARRAY_SIZE(readers);
34383 if (pthread_create(&readers[i], NULL, *function,
34390 for (i = 0; i < ARRAY_SIZE(readers); i++) {
34402 } while (test.thread_count > ARRAY_SIZE(readers));
34411 pthread_join(readers[count], NULL);
34568 pthread_t readers[20];
34573 for (i = 0; i < ARRAY_SIZE(readers); i++) {
34579 if (pthread_create(&readers[i], NULL, *function, vals)) {
34589 pthread_join(readers[i], NULL);
34617 pthread_t readers[20];
34635 for (i = 0; i < ARRAY_SIZE(readers); i++) {
34636 if (pthread_create(&readers[i], NULL, rcu_slot_store_reader,
34654 pthread_join(readers[i], NULL);
34665 pthread_t readers[30];
34671 for (i = 0; i < ARRAY_SIZE(readers); i++) {
34677 if (pthread_create(&readers[i], NULL, *function, vals)) {
34694 pthread_join(readers[i], NULL);