Changeset e1990f1 for libcfa/src/concurrency/kernel.hfa
- Timestamp:
- Dec 6, 2019, 3:15:35 PM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- e307e12
- Parents:
- 924c5ce (diff), dab98b3e (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
-
libcfa/src/concurrency/kernel.hfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.hfa
r924c5ce re1990f1 10 10 // Created On : Tue Jan 17 12:27:26 2017 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Nov 28 21:24:12201913 // Update Count : 1 712 // Last Modified On : Wed Dec 4 07:54:51 2019 13 // Update Count : 18 14 14 // 15 15 … … 89 89 static inline void ?{}(FinishAction & this) { 90 90 this.action_code = No_Action; 91 this.thrd = NULL;92 this.lock = NULL;91 this.thrd = 0p; 92 this.lock = 0p; 93 93 } 94 94 static inline void ^?{}(FinishAction &) {}
Note:
See TracChangeset
for help on using the changeset viewer.