#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) |
| typedef pthread_mutex_t gomp_mutex_t |
| static void gomp_mutex_destroy | ( | gomp_mutex_t * | mutex | ) | [inline, static] |
| static void gomp_mutex_init | ( | gomp_mutex_t * | mutex | ) | [inline, static] |
| static void gomp_mutex_lock | ( | gomp_mutex_t * | mutex | ) | [inline, static] |
| static void gomp_mutex_unlock | ( | gomp_mutex_t * | mutex | ) | [inline, static] |
1.4.7