HomeSort by relevance Sort by last modified time
    Searched full:__job (Results 1 - 1 of 1) sorted by null

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
workstealing.h 52 /** @brief One __job for a certain thread. */
126 _Job<_DifferenceType> *__job; local
146 __job = new _Job<_DifferenceType>[__num_threads * __stride];
158 _Job<_DifferenceType>& __my_job = __job[__iam * __stride];
237 // After reaching this point, a thread's __job list is empty.
255 __supposed_first = __job[__victim * __stride]._M_first;
256 __supposed_last = __job[__victim * __stride]._M_last;
257 __supposed_load = __job[__victim * __stride]._M_load;
276 (&(__job[__victim * __stride]._M_first), __steal);
300 delete[] __job;
    [all...]

Completed in 186 milliseconds