#include <omp-lock.h>
Data Fields | |
| int | lock |
| int | count |
| void * | owner |
| sem_t | lock |
| void * | owner |
| void * | owner |
Definition at line 10 of file omp-lock.h.
Definition at line 10 of file omp-lock.h.
Referenced by gomp_init_nest_lock_30(), gomp_set_nest_lock_30(), gomp_test_nest_lock_30(), and gomp_unset_nest_lock_30().
| sem_t omp_nest_lock_t::lock |
Definition at line 22 of file omp-lock.h.
| sem_t omp_nest_lock_t::lock |
Definition at line 10 of file omp-lock.h.
Referenced by gomp_destroy_nest_lock_30(), gomp_init_nest_lock_30(), gomp_set_nest_lock_30(), gomp_test_nest_lock_30(), and gomp_unset_nest_lock_30().
| void* omp_nest_lock_t::owner |
Definition at line 20 of file omp-lock.h.
| void* omp_nest_lock_t::owner |
Definition at line 22 of file omp-lock.h.
| void* omp_nest_lock_t::owner |
Definition at line 10 of file omp-lock.h.
Referenced by gomp_init_nest_lock_30(), gomp_set_nest_lock_30(), gomp_test_nest_lock_30(), and gomp_unset_nest_lock_30().
1.4.7