Changeset 1f45c7d for libcfa/src/concurrency/thread.cfa
- Timestamp:
- Jul 7, 2021, 6:24:22 PM (5 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
- Children:
- c86ee4c
- Parents:
- 943bfad
- File:
-
- 1 edited
-
libcfa/src/concurrency/thread.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/thread.cfa
r943bfad r1f45c7d 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.