Changes in libcfa/src/concurrency/invoke.h [27f5f71:121be3e]
- File:
-
- 1 edited
-
libcfa/src/concurrency/invoke.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/invoke.h
r27f5f71 r121be3e 10 10 // Created On : Tue Jan 17 12:27:26 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Nov 28 22:34:07201913 // Update Count : 4 112 // Last Modified On : Wed Dec 4 08:05:32 2019 13 // Update Count : 43 14 14 // 15 15 … … 208 208 209 209 static inline void ?{}(__monitor_group_t & this) { 210 (this.data){ NULL};210 (this.data){0p}; 211 211 (this.size){0}; 212 212 (this.func){NULL};
Note:
See TracChangeset
for help on using the changeset viewer.