- File:
-
- 1 edited
-
libcfa/src/concurrency/kernel.hfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.hfa
rca0c311 r639e4fc 195 195 // Total number of processors 196 196 unsigned total; 197 198 // Number of processors constructed199 // incremented at construction time, total is incremented once the processor asyncronously registers200 unsigned constructed;201 197 202 198 // Total number of idle processors … … 301 297 static inline struct cluster * active_cluster () { return publicTLS_get( this_processor )->cltr; } 302 298 303 // gets the number of constructed processors on the cluster304 static inline unsigned get_proc_count( cluster & this ) { return this.procs.constructed; }305 306 299 // set the number of internal processors 307 300 // these processors are in addition to any explicitly declared processors
Note:
See TracChangeset
for help on using the changeset viewer.