Changeset 090a7c5
- Timestamp:
- May 20, 2021, 1:22:08 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 7404cdc
- Parents:
- c21f5a9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/clib_tls.c
rc21f5a9 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.