Changeset 55ad35c
- Timestamp:
 - Jul 12, 2021, 12:17:27 PM (4 years ago)
 - Branches:
 - ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
 - Children:
 - 4ae968e
 - Parents:
 - b7763da
 - File:
 - 
      
- 1 edited
 
- 
          
  libcfa/src/concurrency/locks.hfa (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
libcfa/src/concurrency/locks.hfa
rb7763da r55ad35c 274 274 this.yield_count = yield_count; 275 275 } 276 static inline void ?{}( linear_backoff_then_block_lock & this ) { this{4, 1024, 16, 0}; 277 printf("lock_ctor: %p\n", &this); } 276 static inline void ?{}( linear_backoff_then_block_lock & this ) { this{4, 1024, 16, 0}; } 278 277 static inline void ^?{}( linear_backoff_then_block_lock & this ) {} 278 //static inline void ?{}( linear_backoff_then_block_lock & this, linear_backoff_then_block_lock & this2 ) = void; 279 static inline void ?=?( linear_backoff_then_block_lock & this, linear_backoff_then_block_lock & this2 ) = void; 279 280 280 281 static inline bool internal_try_lock(linear_backoff_then_block_lock & this, size_t & compare_val) with(this) {  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.