https://github.com/git/git
Raw File
Tip revision: 527b9d704d929a2fff2f9bf1c5e2856725c1416d authored by Junio C Hamano on 16 December 2009, 18:23:54 UTC
Git 1.6.5.7
Tip revision: 527b9d7
thread-utils.h
#ifndef THREAD_COMPAT_H
#define THREAD_COMPAT_H

extern int online_cpus(void);

#endif /* THREAD_COMPAT_H */
back to top