| 50 | (defined(__arm__) || defined(__aarch64__)) && defined(__ANDROID__)*/ |
| 51 | |
| 52 | unsigned int OMPScheduler::num_threads() const |
| 53 | { |
| 54 | return _num_threads; |
| 55 | } |
| 56 | |
| 57 | void OMPScheduler::set_num_threads(unsigned int num_threads) |
| 58 | { |
no outgoing calls
no test coverage detected