Changeset 126 in flair-src for trunk/lib/FlairCore/src/Semaphore.h
- Timestamp:
- Jan 17, 2017, 10:47:02 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairCore/src/Semaphore.h
r118 r126 51 51 * 52 52 * Lock the semaphore. 53 * 53 * 54 * \param timeout The timeout, in nanoseconds. 54 55 */ 55 void GetSemaphore(void) const;56 bool GetSemaphore(Time timeout = TIME_INFINITE) const; 56 57 57 58 /*! … … 61 62 * 62 63 */ 63 voidReleaseSemaphore(void) const;64 bool ReleaseSemaphore(void) const; 64 65 65 66 private:
Note:
See TracChangeset
for help on using the changeset viewer.