libgomp: OMP_WAIT_POLICY

1 
1 3.14 'OMP_WAIT_POLICY' - How waiting threads are handled
1 ========================================================
1 
1 _Description_:
1      Specifies whether waiting threads should be active or passive.  If
1      the value is 'PASSIVE', waiting threads should not consume CPU
1      power while waiting; while the value is 'ACTIVE' specifies that
1      they should.  If undefined, threads wait actively for a short time
1      before waiting passively.
1 
1 _See also_:
1      ⇒GOMP_SPINCOUNT
1 
1 _Reference_:
1      OpenMP specification v4.5 (http://www.openmp.org/), Section 4.8
1