Revision 1c18a14b637aac5bc0a64441c5884ef8755ba7bf authored by Junio C Hamano on 18 March 2014, 20:51:07 UTC, committed by Junio C Hamano on 18 March 2014, 20:51:07 UTC
* jc/no-need-for-env-in-sh-scripts:
  *.sh: drop useless use of "env"
2 parent s 006f678 + 6eca18c
Raw File
thread-utils.h
#ifndef THREAD_COMPAT_H
#define THREAD_COMPAT_H

#ifndef NO_PTHREADS
#include <pthread.h>

extern int online_cpus(void);
extern int init_recursive_mutex(pthread_mutex_t*);

#endif
#endif /* THREAD_COMPAT_H */
back to top