HomeSort by relevance Sort by last modified time
    Searched refs:__isthreaded (Results 1 - 5 of 5) sorted by null

  /bionic/libc/stdlib/
exit.c 45 int __isthreaded = 0; variable
  /bionic/libc/private/
thread_private.h 20 extern int __isthreaded;
138 if (__isthreaded) \
142 if (__isthreaded) \
146 if (__isthreaded) \
154 if (__isthreaded) \
158 if (__isthreaded) \
  /bionic/libc/netbsd/net/
reentrant.h 86 * (some uses of thread operations are conditional on __isthreaded, but
215 extern int __isthreaded;
225 #define thr_enabled() (__isthreaded)
  /bionic/libc/tzcode/
localtime.c 68 if (__isthreaded)
74 if (__isthreaded)
    [all...]
  /bionic/libc/bionic/
pthread.c 307 __isthreaded = 1;
    [all...]

Completed in 185 milliseconds