HomeSort by: relevance | last modified time | path
    Searched defs:__gthread_active (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/
gthr-posix.h 188 static volatile int __gthread_active = -1; variable
193 __gthread_active = 1;
202 /* Avoid reading __gthread_active twice on the main code path. */
203 int __gthread_active_latest_value = __gthread_active;
206 path so every update of __gthread_active in a threaded program must
213 __gthread_active has been set to 1 before exiting this block. */
220 if (__gthread_active < 0)
221 __gthread_active = 0;
223 __gthread_active_latest_value = __gthread_active;
294 static volatile int __gthread_active = -1
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
gthr-posix.h 175 static volatile int __gthread_active = -1; variable
180 __gthread_active = 1;
189 /* Avoid reading __gthread_active twice on the main code path. */
190 int __gthread_active_latest_value = __gthread_active;
193 path so every update of __gthread_active in a threaded program must
200 __gthread_active has been set to 1 before exiting this block. */
207 if (__gthread_active < 0)
208 __gthread_active = 0;
210 __gthread_active_latest_value = __gthread_active;
281 static volatile int __gthread_active = -1
    [all...]

Completed in 24 milliseconds