roo_threads
API Documentation for roo_threads
Loading...
Searching...
No Matches

Counting and binary semaphores. More...

Collaboration diagram for Semaphore:

Data Structures

class  roo_threads::doc::counting_semaphore< LeastMaxValue >
 

Typedefs

using roo_threads::doc::binary_semaphore = counting_semaphore< 1 >
 Semaphore with maximum count of one.
 

Detailed Description

Counting and binary semaphores.

Typedef Documentation

◆ binary_semaphore

Semaphore with maximum count of one.

Definition at line 44 of file semaphore_api.h.