FRI-OS
Classes | Namespaces
thread.hpp File Reference

Wrapper around POSIX threads. More...

#include <frios/posix/error.hpp>
#include <frios/posix/threads/thread_attr.hpp>
#include <cassert>
#include <pthread.h>
Include dependency graph for thread.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  thread
 Wrapper around a POSIX thread. More...
 
struct  thread::create_error
 Exception class for thread creation errors. More...
 

Namespaces

 frios
 Namespace for the FRI-OS project.
 
 frios::posix
 Namespace for the POSIX-related declarations.
 

Detailed Description

Wrapper around POSIX threads.