Lines Matching +defs:val +defs:data
43 * Two stacks are created and threads add data items (each containing
44 * one of the first n integers) to the first stack, remove data items
47 * integers in the data items in the second stack. The test succeeds if
55 PRInt32 data;
114 case 'c': /* data count */
209 sum += Item->data;
241 PRInt32 val, cnt, index, loops;
247 val = arg->initial_data_value;
254 * allocate memory for the data records
263 PR_GetCurrentThread(), val, cnt, &Items[0], &Items[cnt-1]);
267 * add the data records to list1
270 Items[index].data = val++;
276 * pop data records from list1 and add them back to list1
292 * remove the data records from list1 and add them to list2
307 PR_GetCurrentThread(), val, cnt);