- File:
-
- 1 edited
-
libcfa/src/concurrency/locks.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/locks.hfa
r6ba6846 r07033ce 174 174 }; 175 175 176 static inline void ?{}(fast_lock & this) { this.owner = 0p; }177 178 176 static inline bool $try_lock(fast_lock & this, $thread * thrd) { 179 177 $thread * exp = 0p;
Note:
See TracChangeset
for help on using the changeset viewer.