Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
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)