#include "libgomp.h"
Include dependency graph for lock.c:
Go to the source code of this file.
Defines | |
#define | _XOPEN_SOURCE 500 |
Functions | |
void | gomp_init_lock_30 (omp_lock_t *lock) |
void | gomp_destroy_lock_30 (omp_lock_t *lock) |
void | gomp_set_lock_30 (omp_lock_t *lock) |
void | gomp_unset_lock_30 (omp_lock_t *lock) |
int | gomp_test_lock_30 (omp_lock_t *lock) |
void | gomp_init_nest_lock_30 (omp_nest_lock_t *lock) |
void | gomp_destroy_nest_lock_30 (omp_nest_lock_t *lock) |
void | gomp_set_nest_lock_30 (omp_nest_lock_t *lock) |
void | gomp_unset_nest_lock_30 (omp_nest_lock_t *lock) |
int | gomp_test_nest_lock_30 (omp_nest_lock_t *lock) |
void gomp_destroy_lock_30 | ( | omp_lock_t * | lock | ) |
void gomp_destroy_nest_lock_30 | ( | omp_nest_lock_t * | lock | ) |
void gomp_init_lock_30 | ( | omp_lock_t * | lock | ) |
void gomp_init_nest_lock_30 | ( | omp_nest_lock_t * | lock | ) |
Definition at line 159 of file lock.c.
References omp_nest_lock_t::count, omp_nest_lock_t::lock, lock, and omp_nest_lock_t::owner.
void gomp_set_lock_30 | ( | omp_lock_t * | lock | ) |
void gomp_set_nest_lock_30 | ( | omp_nest_lock_t * | lock | ) |
Definition at line 173 of file lock.c.
References omp_nest_lock_t::count, gomp_icv(), omp_nest_lock_t::lock, lock, and omp_nest_lock_t::owner.
Here is the call graph for this function:
int gomp_test_lock_30 | ( | omp_lock_t * | lock | ) |
int gomp_test_nest_lock_30 | ( | omp_nest_lock_t * | lock | ) |
Definition at line 197 of file lock.c.
References omp_nest_lock_t::count, gomp_icv(), omp_nest_lock_t::lock, lock, and omp_nest_lock_t::owner.
Here is the call graph for this function:
void gomp_unset_lock_30 | ( | omp_lock_t * | lock | ) |
void gomp_unset_nest_lock_30 | ( | omp_nest_lock_t * | lock | ) |
Definition at line 187 of file lock.c.
References omp_nest_lock_t::count, omp_nest_lock_t::lock, lock, and omp_nest_lock_t::owner.