Changeset 121be3e for libcfa/src/concurrency/invoke.h
- Timestamp:
- Dec 4, 2019, 11:25:00 AM (3 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr
- Children:
- 1a3040c
- Parents:
- 1d60da8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/invoke.h
r1d60da8 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.