Changeset b2fc7ad9
- Timestamp:
- Apr 28, 2021, 5:04:34 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- c993b15
- Parents:
- b7fd2db6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/ready_queue.cfa
rb7fd2db6 rb2fc7ad9 131 131 /*paranoid*/ verify((((uintptr_t)&data[i]) % cache_line_size) == 0); 132 132 proc->id = i; 133 return; 133 134 } 134 135 }
Note: See TracChangeset
for help on using the changeset viewer.