Changeset d1ecd39
- Timestamp:
- Jul 6, 2021, 12:36:17 PM (2 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- acb38ce9
- Parents:
- 8ee4475
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/locks.hfa
r8ee4475 rd1ecd39 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 ) {} 279 278
Note: See TracChangeset
for help on using the changeset viewer.