Changes in tests/concurrent/clib_tls.c [090a7c5:1bcbf02]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/clib_tls.c
r090a7c5 r1bcbf02 14 14 15 15 16 thread_localint checkval = 0xBAADF00D;16 __thread int checkval = 0xBAADF00D; 17 17 18 18 void init(void * ) {
Note:
See TracChangeset
for help on using the changeset viewer.