Staging
v0.5.1
https://github.com/git/git
Revision 35936f8fc38a214cc7d2595070641d39a541dfb1 authored by Junio C Hamano on 25 April 2014, 17:03:41 UTC, committed by Junio C Hamano on 25 April 2014, 17:03:41 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 1697bf3
Raw File
Tip revision: 35936f8fc38a214cc7d2595070641d39a541dfb1 authored by Junio C Hamano on 25 April 2014, 17:03:41 UTC
Git 2.0-rc1
Tip revision: 35936f8
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