MP-Gadget
5.0.1.dev1-76bc7d4726-dirty
|
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#include <cmocka.h>
#include <stdio.h>
#include <omp.h>
#include <stdlib.h>
#include "stub.h"
Go to the source code of this file.
Classes | |
struct | __data |
Functions | |
static int | compare (const void *a, const void *b) |
static void | test_openmpsort_struct (void **state) |
static void | test_openmpsort (void **state) |
int | main (void) |
|
static |
Definition at line 22 of file test_openmpsort.c.
Referenced by test_openmpsort(), and test_openmpsort_struct().
int main | ( | void | ) |
Definition at line 102 of file test_openmpsort.c.
References test_openmpsort(), and test_openmpsort_struct().
|
static |
Definition at line 66 of file test_openmpsort.c.
References compare(), message(), and qsort_openmp.
Referenced by main().
|
static |
Definition at line 31 of file test_openmpsort.c.
References compare(), __data::dd, message(), and qsort_openmp.
Referenced by main().