- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/exception.cfa
rc960331 r342be43 10 10 // Created On : Mon Aug 17 10:41:00 2020 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : Wed Oct 28 14:34:00 202013 // Update Count : 112 // Last Modified On : Tue Aug 25 14:41:00 2020 13 // Update Count : 0 14 14 // 15 15 16 #define __cforall_thread__ 16 extern "C" { 17 // use this define to make unwind.h play nice, definitely a hack 18 #define HIDE_EXPORTS 19 #include <unwind.h> 20 #undef HIDE_EXPORTS 17 21 22 extern void __cfactx_thrd_leave(); 23 } 24 25 #include "invoke.h" 18 26 #include "exception.hfa" 19 20 27 #include "coroutine.hfa" 21 28 22 29 extern struct $thread * mainThread; 23 extern "C" {24 extern void __cfactx_thrd_leave();25 }26 30 27 31 // Common pattern for all the stop functions, wait until the end then act.
Note:
See TracChangeset
for help on using the changeset viewer.