Staging
v0.5.1
https://github.com/git/git
Revision 5d417842efeafb6e109db7574196901c4e95d273 authored by Junio C Hamano on 31 December 2012, 22:24:22 UTC, committed by Junio C Hamano on 31 December 2012, 22:25:57 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 3b73c7d
Raw File
Tip revision: 5d417842efeafb6e109db7574196901c4e95d273 authored by Junio C Hamano on 31 December 2012, 22:24:22 UTC
Git 1.8.1
Tip revision: 5d41784
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