Home
last modified time | relevance | path

Searched refs:_POSIX_THREADS (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/sys/
Dlimits.h164 #define _POSIX_THREADS 1 /* we support threads */ macro
/bionic/libc/include/
Dstdio.h412 #ifndef _POSIX_THREADS
421 #ifndef _POSIX_THREADS
430 #ifndef _POSIX_THREADS
/bionic/libc/unistd/
Dsysconf.c234 #ifdef _POSIX_THREADS in sysconf()
235 case _SC_THREADS: return _POSIX_THREADS; in sysconf()