Home
last modified time | relevance | path

Searched refs:OMP_NEST_LOCK_SIZE (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/gcclibs/libgomp/
HDlibgomp_f.h.in46 #if (@OMP_NEST_LOCK_SIZE@ == @OMP_NEST_LOCK_KIND@) \
47 && (@OMP_NEST_LOCK_ALIGN@ <= @OMP_NEST_LOCK_SIZE@)
61 || @OMP_NEST_LOCK_SIZE@ != sizeof (omp_nest_lock_t)
HDconfigure.ac283 _AC_COMPUTE_INT([sizeof (omp_nest_lock_t)], [OMP_NEST_LOCK_SIZE])
292 OMP_NEST_LOCK_KIND=$OMP_NEST_LOCK_SIZE
296 if test $OMP_NEST_LOCK_SIZE -gt 8 || test $OMP_NEST_LOCK_ALIGN -gt $OMP_NEST_LOCK_SIZE; then
302 AC_SUBST(OMP_NEST_LOCK_SIZE) subst
HDomp.h.in45 unsigned char _x[@OMP_NEST_LOCK_SIZE@]
HDMakefile.in187 OMP_NEST_LOCK_SIZE = @OMP_NEST_LOCK_SIZE@
HDconfigure18983 ?*) OMP_NEST_LOCK_SIZE=$ac_lo;;
19043 OMP_NEST_LOCK_SIZE=`cat conftest.val`
19387 OMP_NEST_LOCK_KIND=$OMP_NEST_LOCK_SIZE
19391 if test $OMP_NEST_LOCK_SIZE -gt 8 || test $OMP_NEST_LOCK_ALIGN -gt $OMP_NEST_LOCK_SIZE; then
20545 s,@OMP_NEST_LOCK_SIZE@,$OMP_NEST_LOCK_SIZE,;t t
HDChangeLog729 (OMP_LOCK_SIZE, OMP_LOCK_ALIGN, OMP_LOCK_KIND, OMP_NEST_LOCK_SIZE,
/NextBSD/gnu/lib/libgomp/
HDMakefile34 OMP_NEST_LOCK_SIZE= 8 macro
41 OMP_NEST_LOCK_SIZE= 16 macro