|
Motr
M0
|

Go to the source code of this file.
Data Structures | |
| struct | thr_args |
| struct | cnc_cntrl_block |
Macros | |
| #define | __MOTR_ISCSERVICE_UT_COMMON_H__ |
Enumerations | |
| enum | { THR_NR = 5 } |
Functions | |
| M0_INTERNAL void | cc_block_init (struct cnc_cntrl_block *cc_block, size_t size, void(*t_data_init)(void *, int)) |
| M0_INTERNAL void | cc_block_launch (struct cnc_cntrl_block *cc_block, void(*t_op)(void *)) |
| M0_INTERNAL void cc_block_init | ( | struct cnc_cntrl_block * | cc_block, |
| size_t | size, | ||
| void(*)(void *, int) | t_data_init | ||
| ) |
| M0_INTERNAL void cc_block_launch | ( | struct cnc_cntrl_block * | cc_block, |
| void(*)(void *) | t_op | ||
| ) |