#include <string.h>
#include <unistd.h>
#include <sys/syscall.h>
#include "wait.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 | ) |
Definition at line 45 of file lock.c.
References gomp_mutex_destroy().
Here is the call graph for this function:
void gomp_destroy_nest_lock_30 | ( | omp_nest_lock_t * | lock | ) |
void gomp_init_lock_30 | ( | omp_lock_t * | lock | ) |
Definition at line 39 of file lock.c.
References gomp_mutex_init().
Here is the call graph for this function:
void gomp_init_nest_lock_30 | ( | omp_nest_lock_t * | lock | ) |
void gomp_set_lock_30 | ( | omp_lock_t * | lock | ) |
Definition at line 51 of file lock.c.
References gomp_mutex_lock().
Here is the call graph for this function:
void gomp_set_nest_lock_30 | ( | omp_nest_lock_t * | lock | ) |
Definition at line 80 of file lock.c.
References omp_nest_lock_t::count, gomp_icv(), gomp_mutex_lock(), 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 104 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 | ) |
Definition at line 57 of file lock.c.
References gomp_mutex_unlock().
Here is the call graph for this function:
void gomp_unset_nest_lock_30 | ( | omp_nest_lock_t * | lock | ) |
Definition at line 94 of file lock.c.
References omp_nest_lock_t::count, gomp_mutex_unlock(), omp_nest_lock_t::lock, lock, and omp_nest_lock_t::owner.
Here is the call graph for this function: