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