| | 1 | [wiki:Component SocLib Components General Index] |
| | 2 | |
| | 3 | = !VciMwmrController = |
| | 4 | |
| | 5 | == 1) Functional Description == |
| | 6 | |
| | 7 | This component implements the same service than [wiki:Component/VciMwmrController] except that the in-memory protocol on lock and status is not the same. |
| | 8 | |
| | 9 | The protocol uses a lock-free approach, exclusively using atomic operations. |
| | 10 | |
| | 11 | == 2) CABA Implementation == |
| | 12 | |
| | 13 | === CABA sources === |
| | 14 | |
| | 15 | * interface : source:trunk/soclib/soclib/module/internal_component/vci_mwmr_controller_lf/caba/source/include/vci_mwmr_controller_lf.h |
| | 16 | * implementation : source:trunk/soclib/soclib/module/internal_component/vci_mwmr_controller_lf/caba/source/src/vci_mwmr_controller_lf.cpp |