- File:
-
- 1 edited
-
libcfa/src/concurrency/kernel.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.cfa
r4479890 r202c80b 684 684 685 685 static void idle_sleep(processor * this, io_future_t & future, iovec & iov) { 686 /* paranoid */ verify( this->idle_wctx.evfd != 1 ); 687 /* paranoid */ verify( this->idle_wctx.evfd != 2 ); 688 686 689 // Tell everyone we are ready to go do sleep 687 690 for() { … … 901 904 void print_stats_now( cluster & this, int flags ) { 902 905 crawl_cluster_stats( this ); 903 __print_stats( this.stats, this.print_stats, "Cluster", this.name, (void*)&this );906 __print_stats( this.stats, flags, "Cluster", this.name, (void*)&this ); 904 907 } 905 908 #endif
Note:
See TracChangeset
for help on using the changeset viewer.