pthread_yield_np method

void pthread_yield_np()

Implementation

void pthread_yield_np() {
  return _pthread_yield_np();
}