dodo  0.0.1
A C++ library to create containerized Linux services
thread.cpp File Reference
#include <iostream>
#include <cstring>
#include <unistd.h>
#include <sys/syscall.h>
#include "threads/thread.hpp"
#include "common/util.hpp"
Include dependency graph for thread.cpp:

Go to the source code of this file.

Namespaces

 dodo
 A C++ platform interface to lean Linux services tailored for containerized deployment.
 
 dodo::threads
 Interface for Thread programming.
 

Detailed Description

Implements the dodo::threads::Thread class.

Definition in file thread.cpp.