HomeSort by: relevance | last modified time | path
    Searched defs:__steal (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
workstealing.h 167 _DifferenceType __steal; local
271 __steal = (__supposed_load < 2) ? 1 : __supposed_load / 2;
276 (&(__job[__victim * __stride]._M_first), __steal);
277 _DifferenceType __stolen_try = (__stolen_first + __steal
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
workstealing.h 167 _DifferenceType __steal; local
271 __steal = (__supposed_load < 2) ? 1 : __supposed_load / 2;
276 (&(__job[__victim * __stride]._M_first), __steal);
277 _DifferenceType __stolen_try = (__stolen_first + __steal

Completed in 14 milliseconds