Changeset 108
- Timestamp:
- Jun 30, 2017, 9:28:36 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/generic/hal_atomic.h
r23 r108 72 72 * @ ptr : pointer on the shared variable 73 73 * @ old : expected value for the shared variable 74 * @ new : value to be writ en if success74 * @ new : value to be written if success 75 75 * @ return true if (current == old) and (access is atomic) 76 76 ****************************************************************************************/ … … 84 84 ***************************************************************************************** 85 85 * @ ptr : pointer on the shared variable 86 * @ val : value to be writ en if success86 * @ val : value to be written if success 87 87 * @ return true if (current == 0) and (access is atomic) 88 88 ****************************************************************************************/
Note: See TracChangeset
for help on using the changeset viewer.