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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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...]
  /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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/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 380 milliseconds