Changeset 8d66610 for tests/concurrent


Ignore:
Timestamp:
May 21, 2021, 4:48:10 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
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.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

Location:
tests/concurrent
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrent/clib_tls.c

    r5407cdc r8d66610  
    33#include <clib/cfathread.h>
    44#include <bits/defs.hfa>
     5#include <time_t.hfa>
    56
    67extern "C" {
    78void _exit(int status);
    89}
     10
     11Duration default_preemption(){
     12        return 0;
     13}
     14
    915
    1016thread_local int checkval = 0xBAADF00D;
Note: See TracChangeset for help on using the changeset viewer.