Process synchronization structure. More...
#include <ngcppAPP.hpp>
Public Member Functions | |
| ngcpp_thr_t () | |
| Constructor. | |
| ngcpp_thr_t (const ngcpp_thr_t &other) | |
| Copy constructor. | |
| ngcpp_thr_t & | operator= (const ngcpp_thr_t &other) |
| Operator =. | |
| virtual | ~ngcpp_thr_t () |
| Destructor. | |
Public Attributes | |
| ngcbSEM * | semSync |
| ngcbSEM * | semAck |
| pthread_t | thid |
| int | idx |
Process synchronization structure.
|
inline |
Constructor.
|
inline |
Copy constructor.
|
inlinevirtual |
Destructor.
|
inline |
Operator =.
| int ngcpp_thr_t::idx |
| ngcbSEM* ngcpp_thr_t::semAck |
| ngcbSEM* ngcpp_thr_t::semSync |
| pthread_t ngcpp_thr_t::thid |