Changeset 39fea2f for src/libcfa/concurrency/invoke.c
- Timestamp:
- Sep 19, 2017, 3:11:44 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 47b5b63, 764e009
- Parents:
- e06be49
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/invoke.c
re06be49 r39fea2f 28 28 29 29 extern void __suspend_internal(void); 30 extern void __leave_coroutine(void); 30 31 extern void __leave_thread_monitor( struct thread_desc * this ); 31 32 extern void disable_interrupts(); … … 52 53 53 54 //Final suspend, should never return 54 __ suspend_internal();55 __leave_coroutine(); 55 56 abortf("Resumed dead coroutine"); 56 57 }
Note: See TracChangeset
for help on using the changeset viewer.