Searched refs:_CS_GNU_LIBPTHREAD_VERSION (Results 1 – 13 of 13) sorted by relevance
/third_party/python/Python/ |
D | thread.c | 191 && 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/ |
D | testpi-0.c | 88 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/ |
D | confstr01.c | 68 {_CS_GNU_LIBPTHREAD_VERSION, "GNU_LIBPTHREAD_VERSION"},
|
/third_party/musl/ndk_musl_include/ |
D | unistd.h | 413 #define _CS_GNU_LIBPTHREAD_VERSION 3 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | unistd.h | 450 #define _CS_GNU_LIBPTHREAD_VERSION 3 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | unistd.h | 426 #define _CS_GNU_LIBPTHREAD_VERSION 3 macro
|
/third_party/musl/porting/linux/user/include/ |
D | unistd.h | 453 #define _CS_GNU_LIBPTHREAD_VERSION 3 macro
|
/third_party/musl/porting/liteos_a/user/include/ |
D | unistd.h | 450 #define _CS_GNU_LIBPTHREAD_VERSION 3 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | unistd.h | 426 #define _CS_GNU_LIBPTHREAD_VERSION 3 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | unistd.h | 426 #define _CS_GNU_LIBPTHREAD_VERSION 3 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | unistd.h | 432 #define _CS_GNU_LIBPTHREAD_VERSION 3 macro
|
/third_party/musl/include/ |
D | unistd.h | 432 #define _CS_GNU_LIBPTHREAD_VERSION 3 macro
|
/third_party/python/Modules/ |
D | posixmodule.c | 11631 #ifdef _CS_GNU_LIBPTHREAD_VERSION 11632 {"CS_GNU_LIBPTHREAD_VERSION", _CS_GNU_LIBPTHREAD_VERSION},
|