Searched refs:num_thread (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/sort/sample_sort/ |
D | sample_sort.hpp | 121 sample_sort (Iter_t first, Iter_t last, Compare cmp, uint32_t num_thread, 132 sample_sort(Iter_t first, Iter_t last, uint32_t num_thread) in sample_sort() 133 : sample_sort(first, last, Compare(), num_thread, nullptr, 0) { }; in sample_sort() 135 sample_sort(Iter_t first, Iter_t last, Compare cmp, uint32_t num_thread) in sample_sort() 136 : sample_sort(first, last, cmp, num_thread, nullptr, 0) { }; in sample_sort() 138 sample_sort(Iter_t first, Iter_t last, Compare cmp, uint32_t num_thread, in sample_sort() 140 : sample_sort(first, last, cmp, num_thread, in sample_sort() 239 ::sample_sort (Iter_t first, Iter_t last, Compare cmp, uint32_t num_thread, in sample_sort() argument 241 : nthread(num_thread), owner(false), comp(cmp), global_range(first, last), in sample_sort()
|
/third_party/boost/boost/sort/parallel_stable_sort/ |
D | parallel_stable_sort.hpp | 75 parallel_stable_sort (Iter_t first, Iter_t last, uint32_t num_thread) in parallel_stable_sort() 76 : parallel_stable_sort (first, last, Compare(), num_thread) { }; in parallel_stable_sort() 79 uint32_t num_thread);
|
/third_party/boost/libs/sort/doc/ |
D | parallel_stable_sort.qbk | 73 void parallel_stable_sort (iter_t first, iter_t last, uint32_t num_thread); 76 void parallel_stable_sort (iter_t first, iter_t last, compare comp, uint32_t num_thread);
|
D | sample_sort.qbk | 73 void sample_sort (iter_t first, iter_t last, uint32_t num_thread); 76 void sample_sort (iter_t first, iter_t last, compare comp, uint32_t num_thread);
|
D | block_indirect_sort.qbk | 98 void block_indirect_sort (iter_t first, iter_t last, uint32_t num_thread); 101 void block_indirect_sort (iter_t first, iter_t last, compare comp, uint32_t num_thread);
|
/third_party/ltp/testcases/kernel/mem/mtest05/ |
D | mmstress.c | 279 int num_thread) in map_and_thread() argument 405 } while (thrd_ndx < num_thread); in map_and_thread()
|
/third_party/mesa3d/src/util/ |
D | u_queue.c | 527 util_queue_finish_execute(void *data, void *gdata, int num_thread) in util_queue_finish_execute() argument
|