comparison libgomp/omp.h.in @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* Copyright (C) 2005-2017 Free Software Foundation, Inc. 1 /* Copyright (C) 2005-2018 Free Software Foundation, Inc.
2 Contributed by Richard Henderson <rth@redhat.com>. 2 Contributed by Richard Henderson <rth@redhat.com>.
3 3
4 This file is part of the GNU Offloading and Multi Processing Library 4 This file is part of the GNU Offloading and Multi Processing Library
5 (libgomp). 5 (libgomp).
6 6
99 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW; 99 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
100 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW; 100 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
101 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW; 101 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
102 102
103 extern void omp_init_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW; 103 extern void omp_init_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
104 extern void omp_init_nest_lock_with_hint (omp_lock_t *, omp_lock_hint_t) 104 extern void omp_init_nest_lock_with_hint (omp_nest_lock_t *, omp_lock_hint_t)
105 __GOMP_NOTHROW; 105 __GOMP_NOTHROW;
106 extern void omp_destroy_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW; 106 extern void omp_destroy_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
107 extern void omp_set_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW; 107 extern void omp_set_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
108 extern void omp_unset_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW; 108 extern void omp_unset_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
109 extern int omp_test_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW; 109 extern int omp_test_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;