Go to the source code of this file.
Parallel sort macro.
Example use: TTK_PSORT(nthreads, container.begin(), container.end()) or TTK_PSORT(nthreads, container.begin(), container.end(), cmp).
TTK_PSORT(nthreads, container.begin(), container.end())
TTK_PSORT(nthreads, container.begin(), container.end(), cmp)
Definition at line 46 of file OpenMP.h.