| mpsc_queue.c | 21 init_elems_simple(elem_t *elems, int nelems, int thread) { 22 for (int i = 0; i < nelems; i++) { 30 check_elems_simple(elem_list_t *list, int nelems, int thread) { 34 expect_d_lt(next_idx, nelems, "Too many list items"); 42 enum {NELEMS = 10}; 43 elem_t elems[NELEMS]; 56 init_elems_simple(elems, NELEMS, 0); 57 for (int i = 0; i < NELEMS; i++) { 61 check_elems_simple(&list, NELEMS, 0); 66 init_elems_simple(elems, NELEMS, 0) 188 int nelems; member in struct:pusher_arg_s [all...] |