HDK
|
#include "pxr/pxr.h"
#include "pxr/base/work/threadLimits.h"
#include <tbb/parallel_sort.h>
#include <algorithm>
Go to the source code of this file.
Functions | |
template<typename C > | |
PXR_NAMESPACE_OPEN_SCOPE void | WorkParallelSort (C *container) |
template<typename C , typename Compare > | |
void | WorkParallelSort (C *container, const Compare &comp) |
PXR_NAMESPACE_OPEN_SCOPE void WorkParallelSort | ( | C * | container | ) |