Searched defs:omp_nest_lock_t (Results 1 - 25 of 87) sorted by relevance

1234

/netbsd-current/external/gpl3/gcc/dist/libgomp/config/linux/
H A Domp-lock.h10 typedef struct { int lock, count; void *owner; } omp_nest_lock_t; typedef in typeref:struct:__anon1796
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/posix/
H A Domp-lock.h19 typedef struct { pthread_mutex_t lock; int count; void *owner; } omp_nest_lock_t; typedef in typeref:struct:__anon1800
22 typedef struct { sem_t lock; int count; void *owner; } omp_nest_lock_t; typedef in typeref:struct:__anon1801
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/linux/
H A Domp-lock.h10 typedef struct { int lock, count; void *owner; } omp_nest_lock_t; typedef in typeref:struct:__anon1009
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
H A Domp-lock.h10 typedef struct { int lock, count; void *owner; } omp_nest_lock_t; typedef in typeref:struct:__anon1012
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/posix/
H A Domp-lock.h19 typedef struct { pthread_mutex_t lock; int count; void *owner; } omp_nest_lock_t; typedef in typeref:struct:__anon1017
22 typedef struct { sem_t lock; int count; void *owner; } omp_nest_lock_t; typedef in typeref:struct:__anon1018
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/accel/
H A Domp-lock.h10 typedef struct { int lock, count; void *owner; } omp_nest_lock_t; typedef in typeref:struct:__anon1366
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/accel/
H A Domp-lock.h10 typedef struct { int lock, count; void *owner; } omp_nest_lock_t; typedef in typeref:struct:__anon1356
/netbsd-current/external/gpl3/gcc.old/lib/libgomp/arch/or1k/
H A Domp.h48 } omp_nest_lock_t; typedef in typeref:struct:__anon1546
/netbsd-current/external/gpl3/gcc.old/lib/libgomp/arch/coldfire/
H A Domp.h49 } omp_nest_lock_t; typedef in typeref:struct:__anon1402
/netbsd-current/external/gpl3/gcc.old/lib/libgomp/arch/armeb/
H A Domp.h49 } omp_nest_lock_t; typedef in typeref:struct:__anon77
/netbsd-current/external/gpl3/gcc.old/lib/libgomp/arch/arm/
H A Domp.h49 } omp_nest_lock_t; typedef in typeref:struct:__anon1606
/netbsd-current/external/gpl3/gcc.old/lib/libgomp/arch/earmv6hfeb/
H A Domp.h49 } omp_nest_lock_t; typedef in typeref:struct:__anon1763
/netbsd-current/external/gpl3/gcc.old/lib/libgomp/arch/earmv6eb/
H A Domp.h49 } omp_nest_lock_t; typedef in typeref:struct:__anon1751
/netbsd-current/external/gpl3/gcc.old/lib/libgomp/arch/earmv6hf/
H A Domp.h49 } omp_nest_lock_t; typedef in typeref:struct:__anon1757
/netbsd-current/external/gpl3/gcc.old/lib/libgomp/arch/mipsel/
H A Domp.h49 } omp_nest_lock_t; typedef in typeref:struct:__anon1841
/netbsd-current/external/gpl3/gcc.old/lib/libgomp/arch/mipsn64eb/
H A Domp.h49 } omp_nest_lock_t; typedef in typeref:struct:__anon1847
/netbsd-current/external/gpl3/gcc.old/lib/libgomp/arch/mipsn64el/
H A Domp.h49 } omp_nest_lock_t; typedef in typeref:struct:__anon1853
/netbsd-current/external/gpl3/gcc.old/lib/libgomp/arch/powerpc64/
H A Domp.h49 } omp_nest_lock_t; typedef in typeref:struct:__anon1865
/netbsd-current/external/gpl3/gcc.old/lib/libgomp/arch/powerpc/
H A Domp.h49 } omp_nest_lock_t; typedef in typeref:struct:__anon1859
/netbsd-current/external/gpl3/gcc.old/lib/libgomp/arch/earm/
H A Domp.h49 } omp_nest_lock_t; typedef in typeref:struct:__anon1709
/netbsd-current/external/gpl3/gcc.old/lib/libgomp/arch/alpha/
H A Domp.h49 } omp_nest_lock_t; typedef in typeref:struct:__anon1703
/netbsd-current/external/gpl3/gcc.old/lib/libgomp/arch/aarch64eb/
H A Domp.h49 } omp_nest_lock_t; typedef in typeref:struct:__anon1697
/netbsd-current/external/gpl3/gcc.old/lib/libgomp/arch/earmv7hfeb/
H A Domp.h49 } omp_nest_lock_t; typedef in typeref:struct:__anon1787
/netbsd-current/external/gpl3/gcc.old/lib/libgomp/arch/hppa/
H A Domp.h49 } omp_nest_lock_t; typedef in typeref:struct:__anon1793
/netbsd-current/external/gpl3/gcc.old/lib/libgomp/arch/i386/
H A Domp.h49 } omp_nest_lock_t; typedef in typeref:struct:__anon1799

Completed in 150 milliseconds

1234