Home
last modified time | relevance | path

Searched refs:_CS_GNU_LIBPTHREAD_VERSION (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Python/
Dthread.c191 && defined(_CS_GNU_LIBPTHREAD_VERSION)) in PyThread_GetInfo()
229 && defined(_CS_GNU_LIBPTHREAD_VERSION)) in PyThread_GetInfo()
231 len = confstr(_CS_GNU_LIBPTHREAD_VERSION, buffer, sizeof(buffer)); in PyThread_GetInfo()
/third_party/ltp/testcases/realtime/func/pi-tests/
Dtestpi-0.c88 n = confstr(_CS_GNU_LIBPTHREAD_VERSION, NULL, (size_t) 0); in main()
92 confstr(_CS_GNU_LIBPTHREAD_VERSION, pathbuf, n); in main()
/third_party/ltp/testcases/kernel/syscalls/confstr/
Dconfstr01.c68 {_CS_GNU_LIBPTHREAD_VERSION, "GNU_LIBPTHREAD_VERSION"},
/third_party/musl/ndk_musl_include/
Dunistd.h413 #define _CS_GNU_LIBPTHREAD_VERSION 3 macro
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h450 #define _CS_GNU_LIBPTHREAD_VERSION 3 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h426 #define _CS_GNU_LIBPTHREAD_VERSION 3 macro
/third_party/musl/porting/linux/user/include/
Dunistd.h453 #define _CS_GNU_LIBPTHREAD_VERSION 3 macro
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h450 #define _CS_GNU_LIBPTHREAD_VERSION 3 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h426 #define _CS_GNU_LIBPTHREAD_VERSION 3 macro
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h426 #define _CS_GNU_LIBPTHREAD_VERSION 3 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h432 #define _CS_GNU_LIBPTHREAD_VERSION 3 macro
/third_party/musl/include/
Dunistd.h432 #define _CS_GNU_LIBPTHREAD_VERSION 3 macro
/third_party/python/Modules/
Dposixmodule.c11631 #ifdef _CS_GNU_LIBPTHREAD_VERSION
11632 {"CS_GNU_LIBPTHREAD_VERSION", _CS_GNU_LIBPTHREAD_VERSION},