Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: bd01c6de67715586f7527115bb4f74e7929b3b66 authored by Junio C Hamano on 02 December 2010, 20:18:49 UTC
Git 1.7.1.3
Tip revision: bd01c6d
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