|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
#include <zephyr/posix/posix_types.h>#include <zephyr/posix/sys/confstr.h>#include <zephyr/posix/sys/stat.h>#include <zephyr/posix/sys/sysconf.h>#include "posix_features.h"Go to the source code of this file.
Functions | |
| int | getentropy (void *buffer, size_t length) |
| pid_t | getpid (void) |
| unsigned | sleep (unsigned int seconds) |
| int | usleep (useconds_t useconds) |
| long | sysconf (int opt) |
| int getentropy | ( | void * | buffer, |
| size_t | length | ||
| ) |
| pid_t getpid | ( | void | ) |
| long sysconf | ( | int | opt | ) |
| int usleep | ( | useconds_t | useconds | ) |