Changes between Version 5 and Version 6 of user_libraries
- Timestamp:
- Nov 13, 2014, 12:31:45 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
user_libraries
v5 v6 11 11 === [wiki:library_locks Spin_lock user library] === 12 12 13 This library contains functions used to provide13 This library contains functions used to get 14 14 exclusive access to a shared ressource in a multi-task parallel application. 15 These functions do not use system calls. 16 17 === [wiki:library_locks Atomic user library] === 18 19 This library contains functions used to make aatomic access to shared variables in a multi-task parallel application. 15 20 These functions do not use system calls. 16 21