- File:
-
- 1 edited
-
libcfa/src/concurrency/mutex.hfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/mutex.hfa
r121be3e r58b6d1b 11 11 // Author : Thierry Delisle 12 12 // Created On : Fri May 25 01:24:09 2018 13 // Last Modified By : Peter A. Buhr14 // Last Modified On : Wed Dec 4 09:16:53 201915 // Update Count : 113 // Last Modified By : Thierry Delisle 14 // Last Modified On : Fri May 25 01:24:12 2018 15 // Update Count : 0 16 16 // 17 17 … … 110 110 111 111 static inline void ?{}(lock_scope(L) & this) { 112 this.locks = 0p;112 this.locks = NULL; 113 113 this.count = 0; 114 114 }
Note:
See TracChangeset
for help on using the changeset viewer.