Changes in tests/concurrent/clib_tls.c [a5e7233:090a7c5]
- File:
-
- 1 edited
-
tests/concurrent/clib_tls.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/clib_tls.c
ra5e7233 r090a7c5 3 3 #include <clib/cfathread.h> 4 4 #include <bits/defs.hfa> 5 #include <time_t.hfa> 5 6 6 7 extern "C" { 7 8 void _exit(int status); 8 9 } 10 11 Duration default_preemption(){ 12 return 0; 13 } 14 9 15 10 16 thread_local int checkval = 0xBAADF00D;
Note:
See TracChangeset
for help on using the changeset viewer.