Home
last modified time | relevance | path

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

/bionic/libc/include/sys/
Dlimits.h164 #define _POSIX_THREADS 1 /* we support threads */ macro
/bionic/libc/unistd/
Dsysconf.c307 #ifdef _POSIX_THREADS in sysconf()
308 case _SC_THREADS: return _POSIX_THREADS; in sysconf()