#include <semaphore.h>
Include dependency graph for sem.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | GOMP_SEM_H 1 |
Typedefs | |
typedef sem_t | gomp_sem_t |
Functions | |
static void | gomp_sem_init (gomp_sem_t *sem, int value) |
void | gomp_sem_wait (gomp_sem_t *sem) |
static void | gomp_sem_post (gomp_sem_t *sem) |
static void | gomp_sem_destroy (gomp_sem_t *sem) |
typedef sem_t gomp_sem_t |
static void gomp_sem_destroy | ( | gomp_sem_t * | sem | ) | [inline, static] |
static void gomp_sem_init | ( | gomp_sem_t * | sem, | |
int | value | |||
) | [inline, static] |
static void gomp_sem_post | ( | gomp_sem_t * | sem | ) | [inline, static] |
void gomp_sem_wait | ( | gomp_sem_t * | sem | ) |