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

/freebsd-10-stable/contrib/gcclibs/libgomp/
H A Dwork.c77 unsigned ws_index, ws_gen; local
98 ws_index = ws_gen & team->generation_mask;
99 ws = team->work_shares[ws_index];
129 ws_index = ws_gen & team->generation_mask;
133 team->work_shares[ws_index] = ws;
166 unsigned ws_index; local
168 ws_index = thr->ts.work_share_generation & team->generation_mask;
169 team->work_shares[ws_index] = NULL;
210 unsigned ws_index; local
214 ws_index
[all...]

Completed in 90 milliseconds