LLVM OpenMP 20.0.0git
Functions | Variables
interoperability.cpp File Reference
#include <iostream>
#include <thread>
#include <alloca.h>
#include "callback.h"
#include "omp.h"

Go to the source code of this file.

Functions

void f ()
 
int main ()
 

Variables

int condition = 0
 

Function Documentation

◆ f()

void f ( )

Definition at line 17 of file interoperability.cpp.

References condition, omp_get_num_threads(), OMPT_SIGNAL, OMPT_WAIT, and p.

Referenced by main().

◆ main()

int main ( void  )

Definition at line 39 of file interoperability.cpp.

References f().

Variable Documentation

◆ condition

int condition = 0

Definition at line 15 of file interoperability.cpp.

Referenced by f(), and main().