Changes in libcfa/src/bits/locks.hfa [6d1790c:e235429]
- File:
-
- 1 edited
-
libcfa/src/bits/locks.hfa (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/bits/locks.hfa
r6d1790c re235429 178 178 } 179 179 180 void ^?{}(single_sem & ) {}180 void ^?{}(single_sem & this) {} 181 181 182 182 bool wait(single_sem & this) { … … 234 234 } 235 235 236 void ^?{}(oneshot & ) {}236 void ^?{}(oneshot & this) {} 237 237 238 238 // Wait for the post, return immidiately if it already happened. … … 281 281 } 282 282 283 void ^?{}(future_t & ) {}283 void ^?{}(future_t & this) {} 284 284 285 285 // check if the future is available
Note:
See TracChangeset
for help on using the changeset viewer.