Changeset 127 in flair-src
- Timestamp:
- Jan 17, 2017, 2:53:36 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairCore/src/unexported/Semaphore_impl.h
r118 r127 23 23 namespace core { 24 24 class Semaphore; 25 class Object; 25 26 } 26 27 } … … 30 31 Semaphore_impl(flair::core::Semaphore *self, uint32_t initialValue); 31 32 ~Semaphore_impl(); 32 void GetSemaphore(void);33 voidReleaseSemaphore(void);33 bool GetSemaphore(flair::core::Time timeout = TIME_INFINITE); 34 bool ReleaseSemaphore(void); 34 35 #ifdef __XENO__ 35 36 RT_SEM semaphore;
Note:
See TracChangeset
for help on using the changeset viewer.