/third_party/musl/src/conf/ |
D | sysconf.c | 81 [_SC_THREAD_SAFE_FUNCTIONS] = VER, in sysconf()
|
/third_party/musl/porting/linux/user/src/conf/ |
D | sysconf.c | 81 [_SC_THREAD_SAFE_FUNCTIONS] = VER, in sysconf()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | unistd.h | 335 #define _SC_THREAD_SAFE_FUNCTIONS 68 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | unistd.h | 335 #define _SC_THREAD_SAFE_FUNCTIONS 68 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | unistd.h | 341 #define _SC_THREAD_SAFE_FUNCTIONS 68 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | unistd.h | 335 #define _SC_THREAD_SAFE_FUNCTIONS 68 macro
|
/third_party/musl/porting/liteos_a/user/include/ |
D | unistd.h | 359 #define _SC_THREAD_SAFE_FUNCTIONS 68 macro
|
/third_party/musl/include/ |
D | unistd.h | 341 #define _SC_THREAD_SAFE_FUNCTIONS 68 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | unistd.h | 359 #define _SC_THREAD_SAFE_FUNCTIONS 68 macro
|
/third_party/musl/ndk_musl_include/ |
D | unistd.h | 322 #define _SC_THREAD_SAFE_FUNCTIONS 68 macro
|
/third_party/musl/porting/linux/user/include/ |
D | unistd.h | 341 #define _SC_THREAD_SAFE_FUNCTIONS 68 macro
|
/third_party/musl/libc-test/src/api/ |
D | unistd.c | 207 C(_SC_THREAD_SAFE_FUNCTIONS) in f()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 938 _SC_THREAD_SAFE_FUNCTIONS
|
D | fuchsia.txt | 1108 _SC_THREAD_SAFE_FUNCTIONS
|
D | netbsd.txt | 1128 _SC_THREAD_SAFE_FUNCTIONS
|
D | dragonfly.txt | 1172 _SC_THREAD_SAFE_FUNCTIONS
|
D | freebsd.txt | 1447 _SC_THREAD_SAFE_FUNCTIONS
|
D | apple.txt | 1756 _SC_THREAD_SAFE_FUNCTIONS
|
D | linux.txt | 2802 _SC_THREAD_SAFE_FUNCTIONS
|
D | android.txt | 2784 _SC_THREAD_SAFE_FUNCTIONS
|
/third_party/rust/crates/libc/src/unix/hermit/ |
D | mod.rs | 755 pub const _SC_THREAD_SAFE_FUNCTIONS: ::c_int = 49; constant
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 1235 pub const _SC_THREAD_SAFE_FUNCTIONS: ::c_int = 103; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 769 pub const _SC_THREAD_SAFE_FUNCTIONS: ::c_int = 68; constant
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1160 pub const _SC_THREAD_SAFE_FUNCTIONS: ::c_int = 91; constant
|
/third_party/rust/crates/nix/src/ |
D | unistd.rs | 2424 _POSIX_THREAD_SAFE_FUNCTIONS = libc::_SC_THREAD_SAFE_FUNCTIONS,
|