Changeset c46c999
- Timestamp:
- Nov 7, 2023, 8:45:07 AM (13 months ago)
- Branches:
- master
- Children:
- 0589e83, cce0807
- Parents:
- 6b419ce
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.hfa
r6b419ce rc46c999 303 303 // gets the number of constructed processors on the cluster 304 304 static 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; } 305 306 306 307 // set the number of internal processors
Note: See TracChangeset
for help on using the changeset viewer.