Account
Beamlib 3.3.4 This is the Beam C++ class library. |
Loading...
Searching...
No Matches
BSemaphore.h
Go to the documentation of this file.
Mutex class. Note these are recursive Mutexes and so you need to make sure the number of unlocks equa...
Definition BMutex.h:14
Bool wait(Bool v=1, BTimeout timeoutUs=BTimeoutForever)
Wait for the semaphore.
Definition BSemaphore.cpp:83
Bool take(BUInt v=1, BTimeout timeoutUs=BTimeoutForever)
Take for the semaphore.
Definition BSemaphore.cpp:143
BSemaphoreCount & operator=(const BSemaphoreCount &semaphore)
Definition BSemaphore.cpp:120
Bool wait(BUInt v=1, BTimeout timeoutUs=BTimeoutForever)
Wait for the semaphore.
Definition BSemaphore.cpp:135
Bool wait(BTimeout timeoutUs=BTimeoutForever)
Wait for the semaphore.
Definition BSemaphore.cpp:33
BSemaphore & operator=(const BSemaphore &semaphore)
Definition BSemaphore.cpp:19
Generated by