Changeset 6b33e89 for libcfa/src/concurrency/invoke.h
- Timestamp:
- Apr 25, 2025, 7:39:09 AM (8 months ago)
- Branches:
- master
- Children:
- 65bd3c2
- Parents:
- b195498
- File:
-
- 1 edited
-
libcfa/src/concurrency/invoke.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/invoke.h
rb195498 r6b33e89 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 ug 30 21:27:51 202313 // Update Count : 6 012 // Last Modified On : Wed Apr 23 15:27:18 2025 13 // Update Count : 61 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.