- File:
-
- 1 edited
-
libcfa/src/concurrency/kernel/private.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel/private.hfa
rc18bf9e rf870e257 109 109 //----------------------------------------------------------------------------- 110 110 // Processor 111 void main(processorCtx_t &); 112 static inline coroutine$* get_coroutine(processorCtx_t & this) { return &this.self; } 111 void main(processorCtx_t *); 113 112 114 113 void * __create_pthread( pthread_t *, void * (*)(void *), void * );
Note:
See TracChangeset
for help on using the changeset viewer.