cpp-pthread
(v1.7.3)
Simple C++ wrapper to pthread functions.
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
Pages
include
pthread
pthread.hpp
1
//
2
// cpp_pthread.hpp
3
// cpp_pthread
4
//
5
// Created by herbert koelman on 18/03/2016.
6
//
7
//
8
14
#ifndef pthread_pthread_hpp
15
#define pthread_pthread_hpp
16
17
// must be include as first hearder file of each source code file (see IBM's
18
// recommandation for more info p.285 §8.3.1).
19
#include <pthread.h>
20
21
#include "pthread/config.h"
22
#include "pthread/mutex.hpp"
23
#include "pthread/read_write_lock.hpp"
24
#include "pthread/lock_guard.hpp"
25
#include "pthread/condition_variable.hpp"
26
#include "pthread/thread.hpp"
27
#include "
pthread/sync_queue.hpp
"
28
#include "pthread/exceptions.hpp"
29
34
namespace
pthread
{
35
37
extern
"C"
const
char
*
cpp_pthread_version
();
38
39
}
40
#endif
/* pthread_pthread_hpp */
pthread::cpp_pthread_version
const char * cpp_pthread_version()
Definition:
pthread.cpp:17
sync_queue.hpp
pthread
Definition:
condition_variable.hpp:22
Generated by
1.8.8