- Timestamp:
- Jan 27, 2017, 1:06:46 PM (8 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:
- 0a86a30, 0c92c9f
- Parents:
- ad56482
- Location:
- src/libcfa/concurrency
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/invoke.c
rad56482 r0157ca7 1 // -*- Mode: C FA-*-1 // -*- Mode: C -*- 2 2 // 3 3 // Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo … … 29 29 30 30 extern void __suspend_no_inline__F___1(void); 31 extern void __signal_termination__F_P 9sthread_h__1(struct thread*);31 extern void __signal_termination__F_P7sthread__1(struct thread*); 32 32 33 33 void CtxInvokeCoroutine( … … 72 72 main( this ); 73 73 74 __signal_termination__F_P 9sthread_h__1(thrd);74 __signal_termination__F_P7sthread__1(thrd); 75 75 76 76 //Final suspend, should never return -
src/libcfa/concurrency/invoke.h
rad56482 r0157ca7 1 // -*- Mode: C FA-*-1 // -*- Mode: C -*- 2 2 // 3 3 // Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo
Note: See TracChangeset
for help on using the changeset viewer.