MP-Gadget  5.0.1.dev1-76bc7d4726-dirty
Public Attributes | List of all members
msort_param Struct Reference
Collaboration diagram for msort_param:
[legend]

Public Attributes

size_t s
 
size_t var
 
__compar_fn_t cmp
 
void * arg
 
char * t
 

Detailed Description

Definition at line 38 of file openmpsort.c.

Member Data Documentation

◆ arg

void* msort_param::arg

Definition at line 43 of file openmpsort.c.

◆ cmp

__compar_fn_t msort_param::cmp

Definition at line 42 of file openmpsort.c.

Referenced by msort_with_tmp(), and qsort_openmp().

◆ s

size_t msort_param::s

Definition at line 40 of file openmpsort.c.

Referenced by msort_with_tmp(), and qsort_openmp().

◆ t

char* msort_param::t

Definition at line 44 of file openmpsort.c.

Referenced by msort_with_tmp(), and qsort_openmp().

◆ var

size_t msort_param::var

Definition at line 41 of file openmpsort.c.

Referenced by msort_with_tmp(), and qsort_openmp().


The documentation for this struct was generated from the following file: