- File:
-
- 1 edited
-
libcfa/src/concurrency/clib/cfathread.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/clib/cfathread.h
rd971c8d rf03e11d 13 13 // Update Count : 14 14 // 15 16 #include "stddef.h" 17 #include "invoke.h" 15 18 16 19 #if defined(__cforall) || defined(__cplusplus) … … 29 32 int cfathread_cluster_create(cfathread_cluster_t * cluster); 30 33 cfathread_cluster_t cfathread_cluster_self(void); 31 int cfathread_cluster_print_stats(cfathread_cluster_t cluster);32 34 int cfathread_cluster_add_worker(cfathread_cluster_t cluster, pthread_t* tid, void (*init_routine) (void *), void * arg); 33 35 int cfathread_cluster_pause (cfathread_cluster_t cluster);
Note:
See TracChangeset
for help on using the changeset viewer.