28 #ifndef _LIBGOMP_OMP_LOCK_DEFINED
29 #define _LIBGOMP_OMP_LOCK_DEFINED 1
42 #if defined(__linux__)
43 unsigned char _x[8 +
sizeof (
void *)]
62 # define __GOMP_NOTHROW throw ()
64 # define __GOMP_NOTHROW __attribute__((__nothrow__))
int omp_test_nest_lock(omp_nest_lock_t *) __GOMP_NOTHROW
int omp_get_active_level(void) __GOMP_NOTHROW
int omp_test_lock(omp_lock_t *) __GOMP_NOTHROW
double omp_get_wtick(void) __GOMP_NOTHROW
void omp_set_schedule(omp_sched_t, int) __GOMP_NOTHROW
int omp_get_team_size(int) __GOMP_NOTHROW
double __v4df __attribute__((__vector_size__(32)))
Definition: avxintrin.h:32
int omp_in_final(void) __GOMP_NOTHROW
void omp_set_dynamic(int) __GOMP_NOTHROW
int omp_get_num_threads(void) __GOMP_NOTHROW
int omp_get_dynamic(void) __GOMP_NOTHROW
void omp_destroy_lock(omp_lock_t *) __GOMP_NOTHROW
omp_sched_t
Definition: omp.h:52
void omp_init_nest_lock(omp_nest_lock_t *) __GOMP_NOTHROW
int omp_get_max_threads(void) __GOMP_NOTHROW
void omp_set_nested(int) __GOMP_NOTHROW
int omp_get_num_procs(void) __GOMP_NOTHROW
#define __GOMP_NOTHROW
Definition: omp.h:64
int omp_get_ancestor_thread_num(int) __GOMP_NOTHROW
void omp_set_nest_lock(omp_nest_lock_t *) __GOMP_NOTHROW
int omp_get_max_active_levels(void) __GOMP_NOTHROW
void omp_unset_lock(omp_lock_t *) __GOMP_NOTHROW
void omp_destroy_nest_lock(omp_nest_lock_t *) __GOMP_NOTHROW
int omp_get_level(void) __GOMP_NOTHROW
void omp_unset_nest_lock(omp_nest_lock_t *) __GOMP_NOTHROW
void omp_set_lock(omp_lock_t *) __GOMP_NOTHROW
int omp_get_nested(void) __GOMP_NOTHROW
int omp_get_thread_num(void) __GOMP_NOTHROW
void omp_set_num_threads(int) __GOMP_NOTHROW
int omp_in_parallel(void) __GOMP_NOTHROW
void omp_init_lock(omp_lock_t *) __GOMP_NOTHROW
double omp_get_wtime(void) __GOMP_NOTHROW
void omp_set_max_active_levels(int) __GOMP_NOTHROW
int omp_get_thread_limit(void) __GOMP_NOTHROW
void omp_get_schedule(omp_sched_t *, int *) __GOMP_NOTHROW