Changeset 8d66610 for tests/concurrent
- Timestamp:
- May 21, 2021, 4:48:10 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
- Children:
- f1bce515
- Parents:
- 5407cdc (diff), 7404cdc (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- tests/concurrent
- Files:
-
- 2 added
- 1 edited
-
.expect/sleep.txt (added)
-
clib_tls.c (modified) (1 diff)
-
sleep.cfa (added)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/clib_tls.c
r5407cdc r8d66610 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.