CAEN Utility  2.0.2
Utilities for CAEN projects
Condition functions.

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)
 

Detailed Description

TODO.

Function Documentation

◆ c_condition_init()

int32_t c_condition_init ( c_condition_t cond)

Definition at line 414 of file CAENThread.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ c_condition_destroy()

int32_t c_condition_destroy ( c_condition_t cond)

Definition at line 427 of file CAENThread.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ c_condition_lock()

int32_t c_condition_lock ( c_condition_t cond)

Definition at line 439 of file CAENThread.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ c_condition_unlock()

int32_t c_condition_unlock ( c_condition_t cond)

Definition at line 448 of file CAENThread.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ c_condition_wait()

int32_t c_condition_wait ( c_condition_t cond,
int32_t  ms 
)

Definition at line 457 of file CAENThread.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ c_condition_signal_one()

int32_t c_condition_signal_one ( c_condition_t cond)

Definition at line 501 of file CAENThread.c.

◆ c_condition_broadcast()

int32_t c_condition_broadcast ( c_condition_t cond)

Definition at line 519 of file CAENThread.c.

Here is the caller graph for this function: