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