Searched refs:omp_nest_lock_t (Results 1 – 5 of 5) sorted by relevance
17 typedef int omp_nest_lock_t; typedef38 #define omp_init_nest_lock(omp_nest_lock_t) (void)0 argument39 #define omp_destroy_nest_lock(omp_nest_lock_t) (void)0 argument40 #define omp_set_nest_lock(omp_nest_lock_t) (void)0 argument41 #define omp_unset_nest_lock(omp_nest_lock_t) (void)0 argument42 #define omp_test_nest_lock(omp_nest_lock_t) 0 argument
45 } omp_nest_lock_t; typedef122 extern void omp_init_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;123 extern void omp_init_nest_lock_with_hint (omp_nest_lock_t *, omp_sync_hint_t)125 extern void omp_destroy_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;126 extern void omp_set_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;127 extern void omp_unset_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;128 extern int omp_test_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
998 _Prototype_: 'void omp_init_nest_lock(omp_nest_lock_t *lock);'1023 _Prototype_: 'void omp_set_nest_lock(omp_nest_lock_t *lock);'1049 _Prototype_: 'int omp_test_nest_lock(omp_nest_lock_t *lock);'1077 _Prototype_: 'void omp_unset_nest_lock(omp_nest_lock_t *lock);'1101 _Prototype_: 'void omp_destroy_nest_lock(omp_nest_lock_t *);'