Changeset 8f5576d5 for libcfa/src/concurrency
- Timestamp:
- Mar 26, 2021, 6:01:38 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 3bd5ca7
- Parents:
- c51124b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/locks.hfa
rc51124b r8f5576d5 233 233 }; 234 234 235 void ?{}(mcs_node & this) { this.next = 0p; }235 static inline void ?{}(mcs_node & this) { this.next = 0p; } 236 236 237 237 static inline mcs_node * volatile & ?`next ( mcs_node * node ) {
Note: See TracChangeset
for help on using the changeset viewer.