#include <pthread.h>
#include <semaphore.h>
Include dependency graph for omp-lock.h:
This graph shows which files directly or indirectly include this file:
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 11 of file omp-lock.h.
typedef sem_t omp_lock_t |
Definition at line 19 of file omp-lock.h.