Ignore:
Timestamp:
Mar 22, 2021, 2:24:00 PM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
d27b6be
Parents:
5c2b454
Message:

Temporary hack to allow printing stats in memcached

File:
1 edited

Legend:

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

    r5c2b454 rd971c8d  
    2929        int cfathread_cluster_create(cfathread_cluster_t * cluster);
    3030        cfathread_cluster_t cfathread_cluster_self(void);
     31        int cfathread_cluster_print_stats(cfathread_cluster_t cluster);
    3132        int cfathread_cluster_add_worker(cfathread_cluster_t cluster, pthread_t* tid, void (*init_routine) (void *), void * arg);
    3233        int cfathread_cluster_pause (cfathread_cluster_t cluster);
Note: See TracChangeset for help on using the changeset viewer.