pthread_testcancel.c 89 B

1234567
  1. #include "pthread_impl.h"
  2. void pthread_testcancel()
  3. {
  4. CANCELPT_BEGIN;
  5. CANCELPT_END;
  6. }