Changeset ab5baab for libcfa/src/concurrency/thread.cfa
- Timestamp:
- Jun 2, 2021, 5:22:57 PM (2 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 96bfdde7, e014c6d
- Parents:
- e9ea53d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/thread.cfa
re9ea53d rab5baab 32 32 state = Start; 33 33 preempted = __NO_PREEMPTION; 34 corctx_flag = false; 34 35 curr_cor = &self_cor; 35 36 self_mon.owner = &this;
Note: See TracChangeset
for help on using the changeset viewer.