Changeset 8235415 for benchmark/readyQ
- Timestamp:
- Dec 17, 2020, 1:01:02 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:
- 94d93510
- Parents:
- 34687d3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/readyQ/locality.go
r34687d3 r8235415 33 33 func (this * Spot) put( ctx * GoCtx, data * [] uint64, share bool) (* [] uint64, bool) { 34 34 new := uintptr(unsafe.Pointer(ctx)) 35 old_d := ctx.d35 // old_d := ctx.d 36 36 var raw uintptr 37 37 for true {
Note: See TracChangeset
for help on using the changeset viewer.