- File:
-
- 1 edited
-
libcfa/src/concurrency/kernel/cluster.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel/cluster.cfa
rc18bf9e r1a567d0 49 49 50 50 // returns the maximum number of processors the RWLock support 51 __attribute__((weak)) unsigned __max_processors() libcfa_public{51 __attribute__((weak)) unsigned __max_processors() { 52 52 const char * max_cores_s = getenv("CFA_MAX_PROCESSORS"); 53 53 if(!max_cores_s) {
Note:
See TracChangeset
for help on using the changeset viewer.