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

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
balanced_quicksort.h 165 * @param __tls Array of thread-local storages.
174 __qsb_conquer(_QSBThreadLocal<_RAIter>** __tls,
188 __tls[__iam]->_M_initial.first = __begin;
189 __tls[__iam]->_M_initial.second = __end;
191 __qsb_local_sort_with_helping(__tls, __comp, __iam, __parent_wait);
211 *__tls[__iam]->_M_elements_leftover -= (_DifferenceType)1;
226 __qsb_conquer(__tls, __begin, __begin + __split_pos, __comp,
233 __qsb_conquer(__tls, __begin + __split_pos + 1, __end, __comp,
244 * @param __tls Array of thread-local storages.
250 __qsb_local_sort_with_helping(_QSBThreadLocal<_RAIter>** __tls,
455 _TLSType** __tls = new _TLSType*[__num_threads]; local
    [all...]
balanced_quicksort.h 165 * @param __tls Array of thread-local storages.
174 __qsb_conquer(_QSBThreadLocal<_RAIter>** __tls,
188 __tls[__iam]->_M_initial.first = __begin;
189 __tls[__iam]->_M_initial.second = __end;
191 __qsb_local_sort_with_helping(__tls, __comp, __iam, __parent_wait);
211 *__tls[__iam]->_M_elements_leftover -= (_DifferenceType)1;
226 __qsb_conquer(__tls, __begin, __begin + __split_pos, __comp,
233 __qsb_conquer(__tls, __begin + __split_pos + 1, __end, __comp,
244 * @param __tls Array of thread-local storages.
250 __qsb_local_sort_with_helping(_QSBThreadLocal<_RAIter>** __tls,
455 _TLSType** __tls = new _TLSType*[__num_threads]; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
balanced_quicksort.h 165 * @param __tls Array of thread-local storages.
174 __qsb_conquer(_QSBThreadLocal<_RAIter>** __tls,
188 __tls[__iam]->_M_initial.first = __begin;
189 __tls[__iam]->_M_initial.second = __end;
191 __qsb_local_sort_with_helping(__tls, __comp, __iam, __parent_wait);
211 *__tls[__iam]->_M_elements_leftover -= (_DifferenceType)1;
226 __qsb_conquer(__tls, __begin, __begin + __split_pos, __comp,
233 __qsb_conquer(__tls, __begin + __split_pos + 1, __end, __comp,
244 * @param __tls Array of thread-local storages.
250 __qsb_local_sort_with_helping(_QSBThreadLocal<_RAIter>** __tls,
455 _TLSType** __tls = new _TLSType*[__num_threads]; local
    [all...]
balanced_quicksort.h 165 * @param __tls Array of thread-local storages.
174 __qsb_conquer(_QSBThreadLocal<_RAIter>** __tls,
188 __tls[__iam]->_M_initial.first = __begin;
189 __tls[__iam]->_M_initial.second = __end;
191 __qsb_local_sort_with_helping(__tls, __comp, __iam, __parent_wait);
211 *__tls[__iam]->_M_elements_leftover -= (_DifferenceType)1;
226 __qsb_conquer(__tls, __begin, __begin + __split_pos, __comp,
233 __qsb_conquer(__tls, __begin + __split_pos + 1, __end, __comp,
244 * @param __tls Array of thread-local storages.
250 __qsb_local_sort_with_helping(_QSBThreadLocal<_RAIter>** __tls,
455 _TLSType** __tls = new _TLSType*[__num_threads]; local
    [all...]

Completed in 41 milliseconds