|
CAEN Utility
2.0.2
Utilities for CAEN projects
|
TODO. More...
Functions | |
| int32_t | c_condition_init (c_condition_t *cond) |
| int32_t | c_condition_destroy (c_condition_t *cond) |
| int32_t | c_condition_lock (c_condition_t *cond) |
| int32_t | c_condition_unlock (c_condition_t *cond) |
| int32_t | c_condition_wait (c_condition_t *cond, int32_t ms) |
| int32_t | c_condition_signal_one (c_condition_t *cond) |
| int32_t | c_condition_broadcast (c_condition_t *cond) |
TODO.
| int32_t c_condition_init | ( | c_condition_t * | cond | ) |
Definition at line 414 of file CAENThread.c.
| int32_t c_condition_destroy | ( | c_condition_t * | cond | ) |
Definition at line 427 of file CAENThread.c.
| int32_t c_condition_lock | ( | c_condition_t * | cond | ) |
Definition at line 439 of file CAENThread.c.
| int32_t c_condition_unlock | ( | c_condition_t * | cond | ) |
Definition at line 448 of file CAENThread.c.
| int32_t c_condition_wait | ( | c_condition_t * | cond, |
| int32_t | ms | ||
| ) |
Definition at line 457 of file CAENThread.c.
| int32_t c_condition_signal_one | ( | c_condition_t * | cond | ) |
Definition at line 501 of file CAENThread.c.
| int32_t c_condition_broadcast | ( | c_condition_t * | cond | ) |