Changeset 50b29d9 for libcfa/src/concurrency/thread.cfa
- Timestamp:
- Aug 9, 2021, 4:21:44 PM (18 months ago)
- Branches:
- enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- d874f59
- Parents:
- 4f89e7b (diff), 5438e41 (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
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/thread.cfa
r4f89e7b r50b29d9 34 34 preempted = __NO_PREEMPTION; 35 35 corctx_flag = false; 36 last_cpu = __kernel_getcpu(); 36 37 curr_cor = &self_cor; 37 38 self_mon.owner = &this;
Note: See TracChangeset
for help on using the changeset viewer.