- File:
-
- 1 edited
-
src/libcfa/concurrency/invoke.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/invoke.h
reb2e723 r596f987b 35 35 }; 36 36 37 struct thread_h {38 struct coroutine c;39 };40 41 37 #endif //_INVOKE_H_ 42 38 #else //! defined(__CFA_INVOKE_PRIVATE__) … … 52 48 // assembler routines that performs the context switch 53 49 extern void CtxInvokeStub( void ); 54 void CtxSwitch( void * from, void * to ) asm ("CtxSwitch"); 55 void CtxGet( void * this ) asm ("CtxGet"); 50 void CtxSwitch( void *from, void *to ) asm ("CtxSwitch"); 56 51 57 52 #endif //_INVOKE_PRIVATE_H_
Note:
See TracChangeset
for help on using the changeset viewer.