Ignore:
File:
1 edited

Legend:

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

    rca0c311 r639e4fc  
    195195        // Total number of processors
    196196        unsigned total;
    197 
    198     // Number of processors constructed
    199     //  incremented at construction time, total is incremented once the processor asyncronously registers
    200         unsigned constructed;
    201197
    202198        // Total number of idle processors
     
    301297static inline struct cluster   * active_cluster  () { return publicTLS_get( this_processor )->cltr; }
    302298
    303 // gets the number of constructed processors on the cluster
    304 static inline unsigned get_proc_count( cluster & this ) { return this.procs.constructed; }
    305 
    306299// set the number of internal processors
    307300// these processors are in addition to any explicitly declared processors
Note: See TracChangeset for help on using the changeset viewer.