Searched refs:ordered_cur (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/gcclibs/libgomp/
H A Dordered.c49 index = ws->ordered_cur + ws->ordered_num_used;
86 unsigned next = ws->ordered_cur + 1;
89 ws->ordered_cur = next;
128 the queue merely by incrementing ordered_cur. Only if it's not
132 index = ws->ordered_cur + ws->ordered_num_used;
138 index = ws->ordered_cur + 1;
141 ws->ordered_cur = index;
207 thread on the queue incrementing ordered_cur such that it points
H A Dlibgomp.h104 unsigned ordered_cur; member in struct:gomp_work_share

Completed in 55 milliseconds