Changes between Version 8 and Version 9 of Component/Vci Locks
- Timestamp:
- May 17, 2007, 11:29:45 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Locks
v8 v9 13 13 This way, a spin lock is implemented as a simple loop waiting to read 0, and the lock release is a simple write operation. 14 14 This components checks addresses for segmentation violation, and can be used as default target. 15 16 = Component definition = 17 18 Available in source:trunk/soclib/desc/soclib/vci_locks.sd 19 20 == Usage == 21 22 !VciLocks has no other parameter than VCI ones, it may be used like others, see [wiki:SoclibCc/VciParameters SoclibCc/VciParameters] 23 {{{ 24 Use( 'vci_locks', **vci_parameters ) 25 }}} 15 26 16 27 = !VciLocks CABA Implementation =