Zephyr API Documentation 4.2.0-rc3
A Scalable Open Source RTOS
 4.2.0-rc3
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)