Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/coroutine.hfa

    rc18bf9e reaf269d  
    113113
    114114extern void __stack_prepare( __stack_info_t * this, size_t size /* ignored if storage already allocated */);
     115extern void __stack_clean  ( __stack_info_t * this );
     116
    115117
    116118// Suspend implementation inlined for performance
Note: See TracChangeset for help on using the changeset viewer.