Changeset c46c999


Ignore:
Timestamp:
Nov 7, 2023, 8:45:07 AM (6 months ago)
Author:
caparson <caparson@…>
Branches:
master
Children:
0589e83, cce0807
Parents:
6b419ce
Message:

forgot to include in last push. Added a get_proc_count that doesn't need a cluster argument

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/kernel.hfa

    r6b419ce rc46c999  
    303303// gets the number of constructed processors on the cluster
    304304static inline unsigned get_proc_count( cluster & this ) { return this.procs.constructed; }
     305static inline unsigned get_proc_count() { return publicTLS_get( this_processor )->cltr->procs.constructed; }
    305306
    306307// set the number of internal processors
Note: See TracChangeset for help on using the changeset viewer.