Changeset 1b033b8 for libcfa/src/concurrency/kernel.cfa
- Timestamp:
- Nov 13, 2020, 11:32:15 AM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- ac12f1f
- Parents:
- 0989e79
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.cfa
r0989e79 r1b033b8 742 742 743 743 void print_stats_now( cluster & this, int flags ) { 744 __print_stats( this.stats, this.print_stats, true, this.name, (void*)&this ); 744 __print_stats( this.stats, this.print_stats, "Cluster", this.name, (void*)&this ); 745 } 746 747 extern int __print_alarm_stats; 748 void print_alarm_stats() { 749 __print_alarm_stats = -1; 745 750 } 746 751 #endif
Note: See TracChangeset
for help on using the changeset viewer.