Zephyr API Documentation 4.0.0
A Scalable Open Source RTOS
 4.0.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
unistd.h File Reference

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)
 

Function Documentation

◆ getentropy()

int getentropy ( void * buffer,
size_t length )

◆ getpid()

pid_t getpid ( void )

◆ sleep()

unsigned sleep ( unsigned int seconds)

◆ sysconf()

long sysconf ( int opt)

◆ usleep()

int usleep ( useconds_t useconds)