pthread_testcancel method

void pthread_testcancel()

Implementation

void pthread_testcancel() {
  return _pthread_testcancel();
}