Home
last modified time | relevance | path

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

/freebsd-10-stable/gnu/lib/libgomp/
DMakefile32 OMP_NEST_LOCK_ALIGN= 4 macro
39 OMP_NEST_LOCK_ALIGN= 8 macro
/freebsd-10-stable/contrib/gcclibs/libgomp/
Dlibgomp_f.h.in47 && (@OMP_NEST_LOCK_ALIGN@ <= @OMP_NEST_LOCK_SIZE@)
62 || @OMP_NEST_LOCK_ALIGN@ != __alignof (omp_nest_lock_t)
Dconfigure.ac284 _AC_COMPUTE_INT([__alignof (omp_nest_lock_t)], [OMP_NEST_LOCK_ALIGN])
296 if test $OMP_NEST_LOCK_SIZE -gt 8 || test $OMP_NEST_LOCK_ALIGN -gt $OMP_NEST_LOCK_SIZE; then
303 AC_SUBST(OMP_NEST_LOCK_ALIGN) subst
Domp.h.in46 __attribute__((__aligned__(@OMP_NEST_LOCK_ALIGN@)));
DMakefile.in185 OMP_NEST_LOCK_ALIGN = @OMP_NEST_LOCK_ALIGN@
Dconfigure19309 ?*) OMP_NEST_LOCK_ALIGN=$ac_lo;;
19369 OMP_NEST_LOCK_ALIGN=`cat conftest.val`
19391 if test $OMP_NEST_LOCK_SIZE -gt 8 || test $OMP_NEST_LOCK_ALIGN -gt $OMP_NEST_LOCK_SIZE; then
20546 s,@OMP_NEST_LOCK_ALIGN@,$OMP_NEST_LOCK_ALIGN,;t t
DChangeLog730 OMP_NEST_LOCK_ALIGN, OMP_NEST_LOCK_KIND): New substitutions.