#include "libgomp.h"
Include dependency graph for lock.c:
Go to the source code of this file.
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 153 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 167 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 191 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 181 of file lock.c.
References omp_nest_lock_t::count, omp_nest_lock_t::lock, lock, and omp_nest_lock_t::owner.