Changeset 5bc81e9 for libcfa/src/concurrency/kernel
- Timestamp:
- Apr 23, 2024, 2:28:45 PM (17 months ago)
- Branches:
- master
- Children:
- 566cc33, bab42de
- Parents:
- 58e2ce34 (diff), 4a3eb1c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel/fwd.hfa
r58e2ce34 r5bc81e9 374 374 // since if that is the case, the oneshot was fulfilled (unparking this thread) 375 375 // and the oneshot should not be needed any more 376 __attribute__((unused)) struct oneshot * was = this.ptr;376 struct oneshot * was __attribute__((unused)) = this.ptr; // used in option verify 377 377 /* paranoid */ verifyf( was == future_FULFILLED, "Expected this.ptr to be 1p, was %p\n", was ); 378 378
Note:
See TracChangeset
for help on using the changeset viewer.