Document -B<n>[/<m>], -M<n> and -C<n> variants of -B, -M and -C
[git/srabbelier.git] / thread-utils.h
blob1727a03333b80f2a01ca029162a4b511480a86e8
1 #ifndef THREAD_COMPAT_H
2 #define THREAD_COMPAT_H
4 extern int online_cpus(void);
5 extern int init_recursive_mutex(pthread_mutex_t*);
7 #endif /* THREAD_COMPAT_H */