commit | b051bcee25f9947e7fa8de765002f95d0c70abac | [log] [tgz] |
---|---|---|
author | Chris Friedt <cfriedt@tenstorrent.com> | Thu May 23 13:51:14 2024 -0400 |
committer | David Leach <david.leach@nxp.com> | Tue Jun 04 16:27:12 2024 -0500 |
tree | dbbd756b0c6b31ed13417ac4e5353e8444359392 | |
parent | 2e429f1b9d8094a5aab5dd9bbdd3e9b462745d77 [diff] |
posix: move getpid() to Kconfig.procN and doc MULTI_PROCESS Create a Kconfig option for POSIX_MULTI_PROCESS Option Group and mark it as experimental. Currently, Zephyr has two functions that belong to this Option Group: - sleep() - getpid() Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>