pthread_getconcurrency method

int pthread_getconcurrency()

Implementation

int pthread_getconcurrency() {
  return _pthread_getconcurrency();
}