Home
last modified time | relevance | path

Searched refs:getpid (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/lib/posix/options/
Dmulti_process.c9 pid_t getpid(void) in getpid() function
25 FUNC_ALIAS(getpid, _getpid, pid_t);
DKconfig.procN25 Select 'y' here and Zephyr will provide an alias for getpid() as _getpid().
Dclock.c291 if (pid != 0 && pid != getpid()) { in clock_getcpuclockid()
DKconfig.profile15 imply POSIX_MULTI_PROCESS # sleep(), getpid(), etc
/Zephyr-latest/include/zephyr/posix/
Dunistd.h67 pid_t getpid(void);
/Zephyr-latest/tests/posix/headers/src/
Dunistd_h.c251 zassert_not_null(getpid); in ZTEST()
/Zephyr-latest/drivers/i3c/
Di3c_common.c395 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()
Di3c_shell.c2274 SHELL_CMD_ARG(getpid, &dsub_i3c_device_attached_name,
/Zephyr-latest/lib/libc/newlib/
Dlibc-hooks.c291 __weak FUNC_ALIAS(_getpid, getpid, int);
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst328 getpid(), yes :ref:`†<posix_undefined_behaviour>`