Orocos Real-Time Toolkit  2.9.0
Functions
fosi.cpp File Reference
#include "fosi.h"
#include <stdarg.h>

Go to the source code of this file.

Functions

unsigned int sleep (unsigned int s)
 
int usleep (unsigned int us)
 
int setenv (const char *name, const char *value, int overwrite)
 

Function Documentation

int setenv ( const char *  name,
const char *  value,
int  overwrite 
)

Definition at line 64 of file fosi.cpp.

unsigned int sleep ( unsigned int  s)

Definition at line 51 of file fosi.cpp.

int usleep ( unsigned int  us)

Definition at line 58 of file fosi.cpp.

References win32_nanosleep().

Referenced by RTT::os::rtai_thread_wrapper().