#include <TSemaphore_Win.h>
Public Member Functions | |
TSemaphore ()=default | |
~TSemaphore () | |
TBOOL | Create (TINT a_iInitCount, TINT a_iMaxCount) |
TBOOL | Destroy () |
TBOOL | Signal () |
TBOOL | Wait () |
TBOOL | Poll () |
Definition at line 5 of file TSemaphore_Win.h.
|
default |
TSemaphore::~TSemaphore | ( | ) |
Definition at line 14 of file TSemaphore_Win.cpp.
Definition at line 41 of file TSemaphore_Win.cpp.
TBOOL TSemaphore::Destroy | ( | ) |
Definition at line 36 of file TSemaphore_Win.cpp.
TBOOL TSemaphore::Poll | ( | ) |
Definition at line 19 of file TSemaphore_Win.cpp.
TBOOL TSemaphore::Signal | ( | ) |
Definition at line 30 of file TSemaphore_Win.cpp.
TBOOL TSemaphore::Wait | ( | ) |
Definition at line 24 of file TSemaphore_Win.cpp.