Ignore:
File:
1 edited

Legend:

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

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