Changeset 358e1152
- Timestamp:
- Apr 22, 2024, 11:34:10 PM (7 months ago)
- Branches:
- master
- Children:
- c0363be
- Parents:
- 02c80cdc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel/fwd.hfa
r02c80cdc r358e1152 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.