Ignore:
File:
1 edited

Legend:

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

    rd971c8d rf03e11d  
    1313// Update Count     :
    1414//
     15
     16#include "stddef.h"
     17#include "invoke.h"
    1518
    1619#if defined(__cforall) || defined(__cplusplus)
     
    2932        int cfathread_cluster_create(cfathread_cluster_t * cluster);
    3033        cfathread_cluster_t cfathread_cluster_self(void);
    31         int cfathread_cluster_print_stats(cfathread_cluster_t cluster);
    3234        int cfathread_cluster_add_worker(cfathread_cluster_t cluster, pthread_t* tid, void (*init_routine) (void *), void * arg);
    3335        int cfathread_cluster_pause (cfathread_cluster_t cluster);
Note: See TracChangeset for help on using the changeset viewer.