LLVM OpenMP 19.0.0git
Macros | Functions | Variables
kmp_set_dispatch_buf.c File Reference
#include <stdio.h>
#include <omp.h>
#include <stdlib.h>
#include <limits.h>
#include "omp_testsuite.h"

Go to the source code of this file.

Macros

#define INCR   7
 
#define MY_MAX   200
 
#define MY_MIN   -200
 
#define NUM_LOOPS   100
 
#define MY_SCHEDULE   dynamic
 

Functions

int test_kmp_set_disp_num_buffers ()
 
int main (int argc, char **argv)
 

Variables

int a
 
int b
 
int a_known_value
 
int b_known_value
 

Macro Definition Documentation

◆ INCR

#define INCR   7

Definition at line 19 of file kmp_set_dispatch_buf.c.

◆ MY_MAX

#define MY_MAX   200

Definition at line 20 of file kmp_set_dispatch_buf.c.

◆ MY_MIN

#define MY_MIN   -200

Definition at line 21 of file kmp_set_dispatch_buf.c.

◆ MY_SCHEDULE

#define MY_SCHEDULE   dynamic

Definition at line 24 of file kmp_set_dispatch_buf.c.

◆ NUM_LOOPS

#define NUM_LOOPS   100

Definition at line 22 of file kmp_set_dispatch_buf.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

◆ test_kmp_set_disp_num_buffers()

int test_kmp_set_disp_num_buffers ( )

Definition at line 29 of file kmp_set_dispatch_buf.c.

References a, a_known_value, b, b_known_value, i, INCR, j, MY_MAX, MY_MIN, and NUM_LOOPS.

Referenced by main().

Variable Documentation

◆ a

int a

Definition at line 27 of file kmp_set_dispatch_buf.c.

Referenced by test_kmp_set_disp_num_buffers().

◆ a_known_value

int a_known_value

Definition at line 27 of file kmp_set_dispatch_buf.c.

Referenced by main(), and test_kmp_set_disp_num_buffers().

◆ b

int b

◆ b_known_value

int b_known_value

Definition at line 27 of file kmp_set_dispatch_buf.c.

Referenced by main(), and test_kmp_set_disp_num_buffers().