- File:
-
- 1 edited
-
src/libcfa/concurrency/invoke.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/invoke.h
rb58a5772 r80d9e49 45 45 46 46 // assembler routines that performs the context switch 47 extern void CtxInvokeStub( void );47 extern void coInvokeStub( void ); 48 48 void CtxSwitch( void *from, void *to ) asm ("CtxSwitch"); 49 49
Note:
See TracChangeset
for help on using the changeset viewer.