|
Blender V4.3
|
#include <semaphore.h>
Public Member Functions | |
| thread_counting_semaphore (const int count) | |
| thread_counting_semaphore (const thread_counting_semaphore &)=delete | |
| void | acquire () |
| void | release () |
Protected Attributes | |
| thread_mutex | mutex |
| thread_condition_variable | condition |
| int | count |
Definition at line 17 of file semaphore.h.
|
inlineexplicit |
Definition at line 19 of file semaphore.h.
|
delete |
|
inline |
|
inline |
|
protected |
Definition at line 41 of file semaphore.h.
|
protected |
Definition at line 42 of file semaphore.h.
|
protected |
Definition at line 40 of file semaphore.h.