Changeset 54db6ba
- Timestamp:
- May 15, 2019, 2:59:12 PM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 23f99e1
- Parents:
- be567e9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/tls-fetch_add.c
rbe567e9 r54db6ba 6 6 #define thread_local _Thread_local 7 7 8 volatile thread_localbool value;8 thread_local volatile bool value; 9 9 10 10 void __attribute__((noinline)) do_call() {
Note: See TracChangeset
for help on using the changeset viewer.