Changes in libcfa/src/concurrency/invoke.h [6b33e89:55b060d]
- File:
-
- 1 edited
-
libcfa/src/concurrency/invoke.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/invoke.h
r6b33e89 r55b060d 10 10 // Created On : Tue Jan 17 12:27:26 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed A pr 23 15:27:18 202513 // Update Count : 6 112 // Last Modified On : Wed Aug 30 21:27:51 2023 13 // Update Count : 60 14 14 // 15 15 … … 259 259 } 260 260 261 static inline thread$ * volatile & next( thread$ * this ) {261 static inline thread$ * volatile & ?`next ( thread$ * this ) { 262 262 return this->user_link.next; 263 263 }
Note:
See TracChangeset
for help on using the changeset viewer.