Ignore:
Timestamp:
Nov 9, 2017, 2:00:49 PM (7 years ago)
Author:
Bayard Gildas
Message:

Added timeout on SharedMem Read

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FlairCore/src/unexported/Semaphore_impl.h

    r127 r203  
    3131  Semaphore_impl(flair::core::Semaphore *self, uint32_t initialValue);
    3232  ~Semaphore_impl();
     33  bool TryGetSemaphore();
    3334  bool GetSemaphore(flair::core::Time timeout = TIME_INFINITE);
    3435  bool ReleaseSemaphore(void);
Note: See TracChangeset for help on using the changeset viewer.