Changeset d60a4c2 for libcfa/src/concurrency/mutex_stmt.hfa
- Timestamp:
- Jan 11, 2025, 5:48:46 PM (8 months ago)
- Branches:
- master
- Children:
- f886608
- Parents:
- 7d65715f (diff), 32a119e9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/mutex_stmt.hfa
r7d65715f rd60a4c2 30 30 forall(L & | is_lock(L)) { 31 31 static inline void * __get_mutexstmt_lock_ptr( L & this ) { return &this; } 32 static inline L __get_mutexstmt_lock_type( L & this) {}33 static inline L __get_mutexstmt_lock_type( L * this) {}32 static inline L __get_mutexstmt_lock_type( L & ) {} 33 static inline L __get_mutexstmt_lock_type( L * ) {} 34 34 }
Note:
See TracChangeset
for help on using the changeset viewer.