LLVM OpenMP 20.0.0git
Macros | Functions
ompt-signal.h File Reference
#include <unistd.h>

Go to the source code of this file.

Macros

#define delay(t)   usleep(t);
 
#define OMPT_SIGNAL(s)   ompt_signal(&s)
 
#define OMPT_WAIT(s, v)   ompt_wait(&s,v)
 

Functions

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

Macro Definition Documentation

◆ delay

#define delay (   t)    usleep(t);

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

◆ OMPT_SIGNAL

#define OMPT_SIGNAL (   s)    ompt_signal(&s)

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

◆ OMPT_WAIT

#define OMPT_WAIT (   s,
 
)    ompt_wait(&s,v)

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

Function Documentation

◆ ompt_signal()

void ompt_signal ( int s)

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

◆ ompt_wait()

void ompt_wait ( int s,
int  v 
)

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

References delay.