SUNphi
1.0
|
Basic functionalities of threads. More...
#include <pthread.h>
#include <thread>
Go to the source code of this file.
Macros | |
#define | ALLOWS_ALL_THREADS_TO_PRINT_FOR_THIS_SCOPE(LOGGER) |
Makes all thread print for current scope. | |
Variables | |
constexpr bool | DEBUG_THREADS |
States that we want to debug threads. More... | |
constexpr int | SUNphi::masterThreadId |
Thread id of master thread. More... | |
Basic functionalities of threads.
Definition in file Thread.hpp.
constexpr bool DEBUG_THREADS |
States that we want to debug threads.
Definition at line 17 of file Thread.hpp.
constexpr int SUNphi::masterThreadId |