Searched refs:sysconf (Results 1 – 13 of 13) sorted by relevance
/Zephyr-latest/tests/posix/single_process/src/ |
D | sysconf.c | 17 ret = sysconf(_SC_VERSION); in ZTEST() 21 ret = sysconf(_SC_MEMLOCK_RANGE); in ZTEST() 25 ret = sysconf(_SC_SEMAPHORES); in ZTEST()
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.proc1 | 11 Select 'y' here to use confstr(), environ, errno, getenv(), setenv(), sysconf(), uname(), 27 The sysconf() function is implemented compile-time constant via macros. This is the option 28 with the least overhead. The downside is that sysconf() is not an addressable function. 33 The sysconf() function is implemented as a large integer-integer array. The advantage if this 34 option is that all sysconf() options can be queried and that the sysconf() symbol is
|
D | sysconf.c | 17 long sysconf(int x) in sysconf() function
|
D | CMakeLists.txt | 115 sysconf.c
|
D | Kconfig.deprecated | 151 bool "Support for sysconf() [DEPRECATED]"
|
/Zephyr-latest/include/zephyr/posix/ |
D | unistd.h | 75 #define sysconf(x) (long)CONCAT(__z_posix_sysconf, x) macro 77 long sysconf(int opt);
|
/Zephyr-latest/soc/snps/arc_iot/ |
D | CMakeLists.txt | 7 sysconf.c
|
D | sysconf.c | 16 #define sysconf_reg_ptr ((sysconf_reg_t *)(DT_REG_ADDR(DT_NODELABEL(sysconf))))
|
/Zephyr-latest/dts/arc/synopsys/ |
D | arc_iot.dtsi | 36 sysconf: system-configuration@f000a000 { label 37 compatible = "snps,arc-iot-sysconf";
|
/Zephyr-latest/include/zephyr/posix/sys/ |
D | sysconf.h | 297 #define sysconf(x) (long)CONCAT(__z_posix_sysconf, x) macro
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 521 sysconf(),yes
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.6.rst | 1182 * Added compile-time-constant sysconf() implementation.
|
D | release-notes-3.2.rst | 1146 * :dtcompatible:`snps,arc-iot-sysconf`
|