- Timestamp:
- May 15, 2019, 4:13:44 PM (7 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:
- 54e41b3, 8a5530c, e0d19f8
- Parents:
- 3648d98 (diff), 1e97287 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
benchmark/tls-fetch_add.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/tls-fetch_add.c
r3648d98 r89c2f7c9 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.