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