Changeset 34b8cb7 for libcfa/src/concurrency/kernel/startup.cfa
- Timestamp:
- Nov 19, 2021, 11:23:17 AM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- b14ec5f
- Parents:
- 3df86cc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel/startup.cfa
r3df86cc r34b8cb7 584 584 // Cluster 585 585 static void ?{}(__cluster_proc_list & this) { 586 this. lock= 0;586 this.fd = 0; 587 587 this.idle = 0; 588 588 this.total = 0;
Note: See TracChangeset
for help on using the changeset viewer.