MP-Gadget
5.0.1.dev1-76bc7d4726-dirty
|
Public Attributes | |
size_t | s |
size_t | var |
__compar_fn_t | cmp |
void * | arg |
char * | t |
Definition at line 38 of file openmpsort.c.
void* msort_param::arg |
Definition at line 43 of file openmpsort.c.
__compar_fn_t msort_param::cmp |
Definition at line 42 of file openmpsort.c.
Referenced by msort_with_tmp(), and qsort_openmp().
size_t msort_param::s |
Definition at line 40 of file openmpsort.c.
Referenced by msort_with_tmp(), and qsort_openmp().
char* msort_param::t |
Definition at line 44 of file openmpsort.c.
Referenced by msort_with_tmp(), and qsort_openmp().
size_t msort_param::var |
Definition at line 41 of file openmpsort.c.
Referenced by msort_with_tmp(), and qsort_openmp().