HomeSort by: relevance | last modified time | path
    Searched refs:OMP_NEST_LOCK_ALIGN (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgomp/
libgomp_f.h.in 45 && (@OMP_NEST_LOCK_ALIGN@ <= @OMP_NEST_LOCK_SIZE@)
80 || @OMP_NEST_LOCK_ALIGN@ != __alignof (omp_nest_lock_t)
omp.h.in 56 __attribute__((__aligned__(@OMP_NEST_LOCK_ALIGN@)));
configure 647 OMP_NEST_LOCK_ALIGN
16998 if ac_fn_c_compute_int "$LINENO" "__alignof (omp_nest_lock_t)" "OMP_NEST_LOCK_ALIGN" ""; then :
17036 if test $OMP_NEST_LOCK_SIZE -gt 8 || test $OMP_NEST_LOCK_ALIGN -gt $OMP_NEST_LOCK_SIZE; then
  /src/external/gpl3/gcc.old/dist/libgomp/
libgomp_f.h.in 45 && (@OMP_NEST_LOCK_ALIGN@ <= @OMP_NEST_LOCK_SIZE@)
80 || @OMP_NEST_LOCK_ALIGN@ != __alignof (omp_nest_lock_t)
omp.h.in 56 __attribute__((__aligned__(@OMP_NEST_LOCK_ALIGN@)));
configure 647 OMP_NEST_LOCK_ALIGN
17068 if ac_fn_c_compute_int "$LINENO" "__alignof (omp_nest_lock_t)" "OMP_NEST_LOCK_ALIGN" ""; then :
17106 if test $OMP_NEST_LOCK_SIZE -gt 8 || test $OMP_NEST_LOCK_ALIGN -gt $OMP_NEST_LOCK_SIZE; then

Completed in 40 milliseconds