PhoenixThread  1.0.0
Tools to ease parallel programming in C++
Loading...
Searching...
No Matches
SignalHandler Struct Reference

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.
 

Detailed Description

Handles signal with boolean an mutex.

Definition at line 13 of file SignalCatcher.cpp.

Member Data Documentation

◆ currentMutex

std::mutex SignalHandler::currentMutex

Mutex of the class to avoid conflict manipulation between threads.

Definition at line 15 of file SignalCatcher.cpp.

◆ expectedSignal

int SignalHandler::expectedSignal

Signal we want to check.

Definition at line 17 of file SignalCatcher.cpp.

Referenced by phoenix_addSignalCatcher().

◆ isSignalRecieved

bool SignalHandler::isSignalRecieved

True if the signal has been recived, false otherwise.

Definition at line 19 of file SignalCatcher.cpp.

Referenced by phoenix_addSignalCatcher().


The documentation for this struct was generated from the following file: