Changes in benchmark/readyQ/locality.rs [5d369c7:3d19ae6]
- File:
-
- 1 edited
-
benchmark/readyQ/locality.rs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/readyQ/locality.rs
r5d369c7 r3d19ae6 53 53 // ================================================== 54 54 struct MyCtx { 55 _p1: [16]u64, 55 56 s: sync::Semaphore, 56 57 d: MyDataPtr, 57 58 ttid: ThreadId, 58 59 _id: usize, 60 _p2: [16]u64, 59 61 } 60 62
Note:
See TracChangeset
for help on using the changeset viewer.