libctru
v2.4.1
|
A light semaphore. More...
#include <synchronization.h>
Data Fields | |
s32 | current_count |
The current release count of the semaphore. | |
s16 | num_threads_acq |
Number of threads concurrently acquiring the semaphore. | |
s16 | max_count |
The maximum release count of the semaphore. | |
A light semaphore.