Changeset 254ad1b for libcfa/src/concurrency/thread.cfa
- Timestamp:
- Apr 24, 2021, 7:24:09 PM (3 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- a76efc8, cfff639
- Parents:
- 734908c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/thread.cfa
r734908c r254ad1b 134 134 /* paranoid */ verify( this_thrd->context.SP ); 135 135 136 __schedule_thread( this_thrd );136 schedule_thread$( this_thrd ); 137 137 enable_interrupts(); 138 138 }
Note: See TracChangeset
for help on using the changeset viewer.