Ignore:
Timestamp:
Mar 23, 2021, 9:19:47 PM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
98d9ce9
Parents:
f9c3100 (diff), e825c9d (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 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/clib/cfathread.h

    rf9c3100 r1f55a75  
    1313// Update Count     :
    1414//
    15 
    16 #include "stddef.h"
    17 #include "invoke.h"
    1815
    1916#if defined(__cforall) || defined(__cplusplus)
     
    3229        int cfathread_cluster_create(cfathread_cluster_t * cluster);
    3330        cfathread_cluster_t cfathread_cluster_self(void);
     31        int cfathread_cluster_print_stats(cfathread_cluster_t cluster);
    3432        int cfathread_cluster_add_worker(cfathread_cluster_t cluster, pthread_t* tid, void (*init_routine) (void *), void * arg);
    3533        int cfathread_cluster_pause (cfathread_cluster_t cluster);
Note: See TracChangeset for help on using the changeset viewer.