config/posix/mutex.h File Reference

#include <pthread.h>

Include dependency graph for mutex.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define GOMP_MUTEX_H   1
#define GOMP_MUTEX_INIT_0   0

Typedefs

typedef pthread_mutex_t gomp_mutex_t

Functions

static void gomp_mutex_init (gomp_mutex_t *mutex)
static void gomp_mutex_lock (gomp_mutex_t *mutex)
static void gomp_mutex_unlock (gomp_mutex_t *mutex)
static void gomp_mutex_destroy (gomp_mutex_t *mutex)


Define Documentation

#define GOMP_MUTEX_H   1

Definition at line 29 of file mutex.h.

#define GOMP_MUTEX_INIT_0   0

Definition at line 35 of file mutex.h.


Typedef Documentation

typedef pthread_mutex_t gomp_mutex_t

Definition at line 33 of file mutex.h.


Function Documentation

static void gomp_mutex_destroy ( gomp_mutex_t mutex  )  [inline, static]

Definition at line 52 of file mutex.h.

static void gomp_mutex_init ( gomp_mutex_t mutex  )  [inline, static]

Definition at line 37 of file mutex.h.

static void gomp_mutex_lock ( gomp_mutex_t mutex  )  [inline, static]

Definition at line 42 of file mutex.h.

static void gomp_mutex_unlock ( gomp_mutex_t mutex  )  [inline, static]

Definition at line 47 of file mutex.h.


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