Changes between Version 9 and Version 10 of user_libraries
- Timestamp:
- Dec 2, 2014, 5:49:49 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
user_libraries
v9 v10 13 13 This library contains user-level 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_atomic Atomic library] ===18 19 This library contains functions used to make atomic access to shared variables in a multi-task parallel application.20 15 These functions do not use system calls. 21 16