Changeset d3314ae
- Timestamp:
- Mar 26, 2021, 5:58:45 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- f4ec5e45
- Parents:
- cd26abf
- File:
- 
      - 1 edited
 
 - 
          
  libcfa/src/concurrency/invoke.h (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      libcfa/src/concurrency/invoke.hrcd26abf rd3314ae 225 225 226 226 static inline $thread * volatile & ?`next ( $thread * this ) __attribute__((const)) { 227 return this->seqable. back;227 return this->seqable.next; 228 228 } 229 229 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  