Ignore:
Timestamp:
Dec 21, 2020, 1:55:24 PM (3 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
Children:
3d19ae6, d411769c
Parents:
5d369c7 (diff), 276a94d7 (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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • tests/unified_locking/locks.cfa

    r5d369c7 r7b1f6d4  
    11#include <stdio.h>
    22#include "locks.hfa"
    3 
    4 #include "kernel_private.hfa"
    5 #include <stdlib.h>
    6 
    7 #include <kernel.hfa>
    83#include <stdlib.hfa>
    94#include <thread.hfa>
     
    224219int main() {
    225220        processor p[2];
     221        wait( c_s, 1`ns );
    226222        printf("Start Test 1: multi acquisition lock and condition variable single wait/notify\n");
    227223        {
Note: See TracChangeset for help on using the changeset viewer.