#include <DCDT_Defs.h>
Public Member Functions | |
DCDT_Condition () | |
~DCDT_Condition () | |
void | wait () |
void | signal () |
void | lock () |
void | unlock () |
Private Attributes | |
pthread_cond_t | myCond |
pthread_mutex_t | myMutexCond |
|
Definition at line 188 of file DCDT_Defs.h. |
|
Definition at line 192 of file DCDT_Defs.h. |
|
Definition at line 203 of file DCDT_Defs.h. Referenced by DCDT_PostOffice_SLWBU::AddMsg(), DCDT_PostOffice_SLWDC::CleanupList(), DCDT_PostOffice_SLWDC::ReadLastMsg(), DCDT_PostOffice_SLWBU::ReadLastMsg(), DCDT_PostOffice_SLWDC::ReadNextMsg(), and DCDT_PostOffice_SLWBU::ReadNextMsg(). |
|
Definition at line 200 of file DCDT_Defs.h. Referenced by DCDT_PostOffice_SLWBU::AddMsg(), and DCDT_PostOffice_SLWDC::CleanupList(). |
|
Definition at line 207 of file DCDT_Defs.h. Referenced by DCDT_PostOffice_SLWBU::AddMsg(), DCDT_PostOffice_SLWDC::CleanupList(), DCDT_PostOffice_SLWDC::ReadLastMsg(), DCDT_PostOffice_SLWBU::ReadLastMsg(), DCDT_PostOffice_SLWDC::ReadNextMsg(), and DCDT_PostOffice_SLWBU::ReadNextMsg(). |
|
Definition at line 196 of file DCDT_Defs.h. Referenced by DCDT_PostOffice_SLWDC::ReadLastMsg(), DCDT_PostOffice_SLWBU::ReadLastMsg(), DCDT_PostOffice_SLWDC::ReadNextMsg(), and DCDT_PostOffice_SLWBU::ReadNextMsg(). |
|
Definition at line 212 of file DCDT_Defs.h. |
|
Definition at line 213 of file DCDT_Defs.h. |