LLVM OpenMP 20.0.0git
Functions | Variables
omp_thread_limit.c File Reference
#include <stdio.h>
#include <string.h>
#include <limits.h>
#include "omp_testsuite.h"

Go to the source code of this file.

Functions

void usage ()
 
void verify (const char *file_name, int line_number, int team_size)
 
int main (int argc, char **argv)
 

Variables

int failed = 0
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

◆ usage()

void usage ( )

Definition at line 13 of file omp_thread_limit.c.

Referenced by main().

◆ verify()

void verify ( const char file_name,
int  line_number,
int  team_size 
)

Definition at line 17 of file omp_thread_limit.c.

References failed, and omp_get_num_threads().

Referenced by main().

Variable Documentation

◆ failed

int failed = 0

Definition at line 11 of file omp_thread_limit.c.

Referenced by main(), and verify().