#include <tcharm_impl.h>
Public Member Functions | |
TCharmSemaphore () | |
TCharmSemaphore (int id_) | |
Data Fields | |
int | id |
void * | data |
CthThread | thread |
Definition at line 133 of file tcharm_impl.h.
TCharm::TCharmSemaphore::TCharmSemaphore | ( | ) | [inline] |
TCharm::TCharmSemaphore::TCharmSemaphore | ( | int | id_ | ) | [inline] |
Definition at line 136 of file tcharm_impl.h.
Referenced by TCharm::getSema(), TCharm::semaGet(), TCharm::semaGets(), TCharm::semaPeek(), TCharm::semaPut(), and TCharmSemaphore().
Definition at line 137 of file tcharm_impl.h.
Referenced by TCharm::getSema(), TCharm::semaPut(), and TCharmSemaphore().