Changes in / [466b1c9:a927662]


Ignore:
File:
1 edited

Legend:

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

    r466b1c9 ra927662  
    4646//-----------------------------------------------------------------------------
    4747// Public coroutine API
    48 static inline void suspend(void);
     48static inline void suspend();
    4949
    5050forall(dtype T | is_coroutine(T))
     
    7171
    7272// Suspend implementation inlined for performance
    73 static inline void suspend(void) {
     73static inline void suspend() {
    7474        // optimization : read TLS once and reuse it
    7575        // Safety note: this is preemption safe since if
Note: See TracChangeset for help on using the changeset viewer.