Searched refs:getpid (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/lib/posix/options/ |
D | multi_process.c | 9 pid_t getpid(void) in getpid() function 25 FUNC_ALIAS(getpid, _getpid, pid_t);
|
D | Kconfig.procN | 25 Select 'y' here and Zephyr will provide an alias for getpid() as _getpid().
|
D | clock.c | 291 if (pid != 0 && pid != getpid()) { in clock_getcpuclockid()
|
D | Kconfig.profile | 15 imply POSIX_MULTI_PROCESS # sleep(), getpid(), etc
|
/Zephyr-latest/include/zephyr/posix/ |
D | unistd.h | 67 pid_t getpid(void);
|
/Zephyr-latest/tests/posix/headers/src/ |
D | unistd_h.c | 251 zassert_not_null(getpid); in ZTEST()
|
/Zephyr-latest/drivers/i3c/ |
D | i3c_common.c | 395 struct i3c_ccc_getpid getpid; in i3c_sec_get_basic_info() local 413 ret = i3c_ccc_do_getpid(&temp_desc, &getpid); in i3c_sec_get_basic_info() 418 *(uint64_t *)&id = sys_get_be48(getpid.pid); in i3c_sec_get_basic_info()
|
D | i3c_shell.c | 2274 SHELL_CMD_ARG(getpid, &dsub_i3c_device_attached_name,
|
/Zephyr-latest/lib/libc/newlib/ |
D | libc-hooks.c | 291 __weak FUNC_ALIAS(_getpid, getpid, int);
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 328 getpid(), yes :ref:`†<posix_undefined_behaviour>`
|