Changeset 833ba13 for libcfa/src/bits
- Timestamp:
- Dec 2, 2020, 12:31:56 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- ddcedfe
- Parents:
- 3d0560d (diff), a25f64b (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/bits/locks.hfa
r3d0560d r833ba13 178 178 } 179 179 180 void ^?{}(single_sem & this) {}180 void ^?{}(single_sem &) {} 181 181 182 182 bool wait(single_sem & this) { … … 234 234 } 235 235 236 void ^?{}(oneshot & this) {}236 void ^?{}(oneshot &) {} 237 237 238 238 // Wait for the post, return immidiately if it already happened. … … 281 281 } 282 282 283 void ^?{}(future_t & this) {}283 void ^?{}(future_t &) {} 284 284 285 285 // check if the future is available
Note: See TracChangeset
for help on using the changeset viewer.