wibble 1.1
Namespaces | Macros | Functions
thread.cpp File Reference
#include <wibble/sys/thread.h>
#include <sstream>
#include <unistd.h>
Include dependency graph for thread.cpp:

Namespaces

namespace  wibble
 
namespace  wibble::sys
 

Macros

#define _BSD_SOURCE
 

Functions

void wibble::sys::sleep (int secs)
 Portable version of sleep.
 
void wibble::sys::usleep (int usecs)
 Portable version of usleep.
 

Macro Definition Documentation

◆ _BSD_SOURCE

#define _BSD_SOURCE