Changes between Version 7 and Version 8 of library_locks
- Timestamp:
- Dec 5, 2014, 2:53:27 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_locks
v7 v8 10 10 Each lock (giet_lock_t object) occupies a complete 64 bytes cache line to avoid false sharing. 11 11 12 The lock being shared by several tasks, should be defined as a global variable of type '''user_lock_t'''in the application code.12 The '''user_lock_t''' being shared by several tasks, should be defined as a global variable in the application code. 13 13 It is possible to control precisely the placement of a specific lock on a specific physical memory bank by defining a specific vseg in the application mapping. 14 14