Home | History | Annotate | Download | only in bits

Lines Matching refs:__gthread_active

209 static volatile int __gthread_active = -1;
214 __gthread_active = 1;
223 /* Avoid reading __gthread_active twice on the main code path. */
224 int __gthread_active_latest_value = __gthread_active;
227 path so every update of __gthread_active in a threaded program must
234 __gthread_active has been set to 1 before exiting this block. */
241 if (__gthread_active < 0)
242 __gthread_active = 0;
244 __gthread_active_latest_value = __gthread_active;
287 static volatile int __gthread_active = -1;
305 if (__gthread_active < 0)
311 __gthread_active = 1;
313 __gthread_active = 0;
322 /* Avoid reading __gthread_active twice on the main code path. */
323 int __gthread_active_latest_value = __gthread_active;
326 path so every update of __gthread_active in a threaded program must
331 __gthread_active_latest_value = __gthread_active;