DuneNvme
1.0.0
This is a simple NVMe test environment that allows experimentation with the low level PCIe NVMe interfaces as available on a Xilinx FPGA environment.
|
Semaphore class. More...
#include <BeamLibBasic.h>
Public Member Functions | |
BSemaphore (const BSemaphore &semaphore) | |
Bool | wait (BTimeout timeoutUs=BTimeoutForever) |
Wait for the semaphore. | |
void | set () |
Set the semaphore. | |
int | getValue () const |
BSemaphore & | operator= (const BSemaphore &semaphore) |
Semaphore class.