Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/locks.hfa

    r6ba6846 r07033ce  
    174174};
    175175
    176 static inline void ?{}(fast_lock & this) { this.owner = 0p; }
    177 
    178176static inline bool $try_lock(fast_lock & this, $thread * thrd) {
    179177    $thread * exp = 0p;
Note: See TracChangeset for help on using the changeset viewer.