Changeset 525b5ef for benchmark/basic/ttst_lock.c
- Timestamp:
- Jan 13, 2020, 12:49:14 PM (3 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation
- Children:
- 768bd556
- Parents:
- a21dec4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/basic/ttst_lock.c
ra21dec4 r525b5ef 3 3 4 4 #include "bench.h" 5 6 // Does a "lock xchg" on entry but a simple "mov" on exit => cheaper as 0 contention. While it has much more code, the 7 // bulk is never run. 5 8 6 9 #define CALIGN __attribute__(( aligned (CACHE_ALIGN) ))
Note: See TracChangeset
for help on using the changeset viewer.