![]() |
|
PhoenixThread
1.0.0
Tools to ease parallel programming in C++
|
Handles signal with boolean an mutex. More...
Public Attributes | |
| std::mutex | currentMutex |
| Mutex of the class to avoid conflict manipulation between threads. | |
| int | expectedSignal |
| Signal we want to check. | |
| bool | isSignalRecieved |
| True if the signal has been recived, false otherwise. | |
Handles signal with boolean an mutex.
Definition at line 13 of file SignalCatcher.cpp.
| std::mutex SignalHandler::currentMutex |
Mutex of the class to avoid conflict manipulation between threads.
Definition at line 15 of file SignalCatcher.cpp.
| int SignalHandler::expectedSignal |
Signal we want to check.
Definition at line 17 of file SignalCatcher.cpp.
Referenced by phoenix_addSignalCatcher().
| bool SignalHandler::isSignalRecieved |
True if the signal has been recived, false otherwise.
Definition at line 19 of file SignalCatcher.cpp.
Referenced by phoenix_addSignalCatcher().