Changes in libcfa/src/concurrency/invoke.h [304de00:d3314ae]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/invoke.h
r304de00 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.