Home
last modified time | relevance | path

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

/freebsd-12-stable/gnu/lib/libgomp/
DMakefile29 OMP_LOCK_ALIGN = 4 macro
36 OMP_LOCK_ALIGN = 8 macro
/freebsd-12-stable/contrib/gcclibs/libgomp/
Dlibgomp_f.h.in37 && (@OMP_LOCK_ALIGN@ <= @OMP_LOCK_SIZE@)
60 || @OMP_LOCK_ALIGN@ != __alignof (omp_lock_t)
Dconfigure.ac282 _AC_COMPUTE_INT([__alignof (omp_lock_t)], [OMP_LOCK_ALIGN])
293 if test $OMP_LOCK_SIZE -gt 8 || test $OMP_LOCK_ALIGN -gt $OMP_LOCK_SIZE; then
301 AC_SUBST(OMP_LOCK_ALIGN) subst
Domp.h.in40 __attribute__((__aligned__(@OMP_LOCK_ALIGN@)));
DMakefile.in182 OMP_LOCK_ALIGN = @OMP_LOCK_ALIGN@
Dconfigure18657 ?*) OMP_LOCK_ALIGN=$ac_lo;;
18717 OMP_LOCK_ALIGN=`cat conftest.val`
19388 if test $OMP_LOCK_SIZE -gt 8 || test $OMP_LOCK_ALIGN -gt $OMP_LOCK_SIZE; then
20544 s,@OMP_LOCK_ALIGN@,$OMP_LOCK_ALIGN,;t t
DChangeLog729 (OMP_LOCK_SIZE, OMP_LOCK_ALIGN, OMP_LOCK_KIND, OMP_NEST_LOCK_SIZE,