- Timestamp:
- Aug 31, 2022, 11:55:47 AM (2 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation
- Children:
- 594e1db
- Parents:
- e5c04b9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/basic/tls_fetch_add.c
re5c04b9 r1bcbf02 7 7 // thread_local Boolean. This means the entire protocol is just to "mov" instructions making it extremely cheap. 8 8 9 _ Thread_localvolatile bool value;9 __thread volatile bool value; 10 10 11 11 void __attribute__((noinline)) do_call() {
Note: See TracChangeset
for help on using the changeset viewer.