1
0

pthread_testcancel.c 98 B

123456
  1. #include "pthread_impl.h"
  2. void pthread_testcancel()
  3. {
  4. if (libc.testcancel) libc.testcancel();
  5. }