#include <pthread.h>#include <semaphore.h>Include dependency graph for omp-lock.h:

Go to the source code of this file.
Data Structures | |
| struct | omp_nest_lock_25_t |
| struct | omp_nest_lock_t |
Typedefs | |
| typedef pthread_mutex_t | omp_lock_25_t |
| typedef sem_t | omp_lock_t |
| typedef pthread_mutex_t omp_lock_25_t |
Definition at line 13 of file omp-lock.h.
| typedef sem_t omp_lock_t |
Definition at line 21 of file omp-lock.h.
1.4.7