libgomp: GOMP_STACKSIZE

1 
1 3.17 'GOMP_STACKSIZE' - Set default thread stack size
1 =====================================================
1 
1 _Description_:
1      Set the default thread stack size in kilobytes.  This is different
1      from 'pthread_attr_setstacksize' which gets the number of bytes as
1      an argument.  If the stack size cannot be set due to system
1      constraints, an error is reported and the initial stack size is
1      left unchanged.  If undefined, the stack size is system dependent.
1 
1 _See also_:
1      ⇒OMP_STACKSIZE
1 
1 _Reference_:
1      GCC Patches Mailinglist
1      (http://gcc.gnu.org/ml/gcc-patches/2006-06/msg00493.html), GCC
1      Patches Mailinglist
1      (http://gcc.gnu.org/ml/gcc-patches/2006-06/msg00496.html)
1