Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 2850c1a882ff78e181d0e44b54b595e6b272a02b authored by Junio C Hamano on 02 December 2010, 22:28:01 UTC
Git 1.7.2.4
Tip revision: 2850c1a
thread-utils.h
#ifndef THREAD_COMPAT_H
#define THREAD_COMPAT_H

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

#endif /* THREAD_COMPAT_H */
back to top