Searched refs:omp_lock_t (Results 1 - 25 of 56) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/appendix-a/
H A Da.33.3.c6 omp_lock_t *
9 omp_lock_t *lock_ptr;
12 lock_ptr = (omp_lock_t *) malloc (sizeof (omp_lock_t));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/config/linux/
H A Domp-lock.h9 typedef int omp_lock_t; typedef
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/config/posix/
H A Domp-lock.h18 typedef pthread_mutex_t omp_lock_t; typedef
21 typedef sem_t omp_lock_t; typedef
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/config/posix95/
H A Domp-lock.h16 typedef pthread_mutex_t omp_lock_t; typedef
19 typedef sem_t omp_lock_t; typedef
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/lib/libgomp/arch/alpha/
H A Domp.h42 } omp_lock_t; typedef in typeref:struct:__anon51
80 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
81 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
82 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
83 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
84 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
H A Dlibgomp_f.h40 typedef omp_lock_t *omp_lock_arg_t;
43 typedef union { omp_lock_t *lock; uint64_t u; } *omp_lock_arg_t;
80 char test[(8 != sizeof (omp_lock_t)
81 || 8 != __alignof (omp_lock_t)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/lib/libgomp/arch/arm/
H A Domp.h42 } omp_lock_t; typedef in typeref:struct:__anon57
80 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
81 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
82 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
83 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
84 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/lib/libgomp/arch/armeb/
H A Domp.h42 } omp_lock_t; typedef in typeref:struct:__anon63
80 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
81 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
82 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
83 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
84 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/lib/libgomp/arch/hppa/
H A Domp.h42 } omp_lock_t; typedef in typeref:struct:__anon69
80 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
81 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
82 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
83 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
84 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/lib/libgomp/arch/i386/
H A Domp.h42 } omp_lock_t; typedef in typeref:struct:__anon75
80 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
81 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
82 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
83 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
84 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/lib/libgomp/arch/m68000/
H A Domp.h42 } omp_lock_t; typedef in typeref:struct:__anon81
80 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
81 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
82 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
83 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
84 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/lib/libgomp/arch/m68k/
H A Domp.h42 } omp_lock_t; typedef in typeref:struct:__anon87
80 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
81 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
82 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
83 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
84 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/lib/libgomp/arch/mips64eb/
H A Domp.h42 } omp_lock_t; typedef in typeref:struct:__anon93
80 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
81 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
82 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
83 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
84 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/lib/libgomp/arch/mips64el/
H A Domp.h42 } omp_lock_t; typedef in typeref:struct:__anon99
80 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
81 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
82 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
83 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
84 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/lib/libgomp/arch/mipseb/
H A Domp.h42 } omp_lock_t; typedef in typeref:struct:__anon105
80 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
81 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
82 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
83 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
84 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/lib/libgomp/arch/mipsel/
H A Domp.h42 } omp_lock_t; typedef in typeref:struct:__anon111
80 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
81 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
82 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
83 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
84 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/lib/libgomp/arch/powerpc/
H A Domp.h42 } omp_lock_t; typedef in typeref:struct:__anon117
80 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
81 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
82 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
83 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
84 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/lib/libgomp/arch/powerpc64/
H A Domp.h42 } omp_lock_t; typedef in typeref:struct:__anon123
80 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
81 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
82 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
83 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
84 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/lib/libgomp/arch/sh3eb/
H A Domp.h42 } omp_lock_t; typedef in typeref:struct:__anon129
80 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
81 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
82 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
83 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
84 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/lib/libgomp/arch/sh3el/
H A Domp.h42 } omp_lock_t; typedef in typeref:struct:__anon135
80 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
81 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
82 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
83 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
84 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/lib/libgomp/arch/sparc/
H A Domp.h42 } omp_lock_t; typedef in typeref:struct:__anon141
80 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
81 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
82 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
83 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
84 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/lib/libgomp/arch/sparc64/
H A Domp.h42 } omp_lock_t; typedef in typeref:struct:__anon147
80 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
81 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
82 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
83 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
84 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/lib/libgomp/arch/vax/
H A Domp.h42 } omp_lock_t; typedef in typeref:struct:__anon153
80 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
81 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
82 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
83 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
84 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/lib/libgomp/arch/x86_64/
H A Domp.h42 } omp_lock_t; typedef in typeref:struct:__anon159
80 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
81 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
82 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
83 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
84 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/
H A Domp.h.in38 } omp_lock_t;
76 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
77 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
78 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
79 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
80 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;

Completed in 91 milliseconds

123