pthread_is_threaded_np method

int pthread_is_threaded_np()

Implementation

int pthread_is_threaded_np() {
  return _pthread_is_threaded_np();
}