Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/kernel/private.hfa

    rc18bf9e rf870e257  
    109109//-----------------------------------------------------------------------------
    110110// Processor
    111 void main(processorCtx_t &);
    112 static inline coroutine$* get_coroutine(processorCtx_t & this) { return &this.self; }
     111void main(processorCtx_t *);
    113112
    114113void * __create_pthread( pthread_t *, void * (*)(void *), void * );
Note: See TracChangeset for help on using the changeset viewer.