config/posix/sem.h File Reference

#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)


Define Documentation

#define GOMP_SEM_H   1

Definition at line 34 of file sem.h.


Typedef Documentation

typedef sem_t gomp_sem_t

Definition at line 68 of file sem.h.


Function Documentation

static void gomp_sem_destroy ( gomp_sem_t sem  )  [inline, static]

Definition at line 82 of file sem.h.

static void gomp_sem_init ( gomp_sem_t sem,
int  value 
) [inline, static]

Definition at line 70 of file sem.h.

static void gomp_sem_post ( gomp_sem_t sem  )  [inline, static]

Definition at line 77 of file sem.h.

void gomp_sem_wait ( gomp_sem_t sem  ) 

Definition at line 116 of file sem.c.


Generated on Fri Apr 5 05:38:44 2013 for Libgomp by  doxygen 1.4.7