| 53 | } |
| 54 | |
| 55 | int ThreadBase::getNumberOfProcessorsOnHost() { |
| 56 | return sysconf(_SC_NPROCESSORS_CONF); |
| 57 | } |
| 58 | |
| 59 | // ========================================================================= |
| 60 | // -- Other member functions ----------------------------------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected