LLVM OpenMP 22.0.0git
ompt-signal.h File Reference
#include <unistd.h>

Go to the source code of this file.

Macros

#define delay(t)
#define OMPT_SIGNAL(s)
#define OMPT_WAIT(s, v)

Functions

void ompt_signal (int *s)
void ompt_wait (int *s, int v)

Macro Definition Documentation

◆ delay

#define delay ( t)
Value:
usleep(t);

Definition at line 18 of file ompt-signal.h.

◆ OMPT_SIGNAL

#define OMPT_SIGNAL ( s)
Value:
void const char const char int ITT_FORMAT __itt_group_sync s
void ompt_signal(int *s)
Definition ompt-signal.h:15

Definition at line 25 of file ompt-signal.h.

◆ OMPT_WAIT

#define OMPT_WAIT ( s,
v )
Value:
void ompt_wait(int *s, int v)
Definition ompt-signal.h:23

Definition at line 32 of file ompt-signal.h.

Function Documentation

◆ ompt_signal()

void ompt_signal ( int * s)

Definition at line 27 of file ompt-signal.h.

References s.

◆ ompt_wait()

void ompt_wait ( int * s,
int v )

Definition at line 35 of file ompt-signal.h.

References delay, and s.