pthread_getconcurrency.c 66 B

123456
  1. #include <pthread.h>
  2. int pthread_getconcurrency()
  3. {
  4. return 0;
  5. }