/third_party/ltp/testcases/kernel/syscalls/sysconf/ |
D | sysconf01.c | 135 test_sysconf(_SC_AIO_PRIO_DELTA_MAX); in main()
|
/third_party/musl/src/conf/ |
D | sysconf.c | 53 [_SC_AIO_PRIO_DELTA_MAX] = JT_ZERO, /* ?? */ in sysconf()
|
/third_party/musl/porting/linux/user/src/conf/ |
D | sysconf.c | 53 [_SC_AIO_PRIO_DELTA_MAX] = JT_ZERO, /* ?? */ in sysconf()
|
/third_party/musl/ndk_musl_include/ |
D | unistd.h | 292 #define _SC_AIO_PRIO_DELTA_MAX 25 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | unistd.h | 329 #define _SC_AIO_PRIO_DELTA_MAX 25 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | unistd.h | 305 #define _SC_AIO_PRIO_DELTA_MAX 25 macro
|
/third_party/musl/porting/linux/user/include/ |
D | unistd.h | 332 #define _SC_AIO_PRIO_DELTA_MAX 25 macro
|
/third_party/musl/porting/liteos_a/user/include/ |
D | unistd.h | 329 #define _SC_AIO_PRIO_DELTA_MAX 25 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | unistd.h | 305 #define _SC_AIO_PRIO_DELTA_MAX 25 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | unistd.h | 305 #define _SC_AIO_PRIO_DELTA_MAX 25 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | unistd.h | 311 #define _SC_AIO_PRIO_DELTA_MAX 25 macro
|
/third_party/musl/include/ |
D | unistd.h | 311 #define _SC_AIO_PRIO_DELTA_MAX 25 macro
|
/third_party/musl/libc-test/src/api/ |
D | unistd.c | 137 C(_SC_AIO_PRIO_DELTA_MAX) in f()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 873 _SC_AIO_PRIO_DELTA_MAX
|
D | fuchsia.txt | 1040 _SC_AIO_PRIO_DELTA_MAX
|
D | dragonfly.txt | 1109 _SC_AIO_PRIO_DELTA_MAX
|
D | freebsd.txt | 1385 _SC_AIO_PRIO_DELTA_MAX
|
D | apple.txt | 1692 _SC_AIO_PRIO_DELTA_MAX
|
D | linux.txt | 2739 _SC_AIO_PRIO_DELTA_MAX
|
D | android.txt | 2708 _SC_AIO_PRIO_DELTA_MAX
|
/third_party/rust/crates/libc/src/unix/hermit/ |
D | mod.rs | 741 pub const _SC_AIO_PRIO_DELTA_MAX: ::c_int = 36; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 739 pub const _SC_AIO_PRIO_DELTA_MAX: ::c_int = 25; constant
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 1176 pub const _SC_AIO_PRIO_DELTA_MAX: ::c_int = 44; constant
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1116 pub const _SC_AIO_PRIO_DELTA_MAX: ::c_int = 44; constant
|
/third_party/rust/crates/nix/src/ |
D | unistd.rs | 2154 AIO_PRIO_DELTA_MAX = libc::_SC_AIO_PRIO_DELTA_MAX,
|