https://github.com/git/git
Raw File
Tip revision: 779e3a8f8b77f4316bb61a8d67b49462b3893632 authored by Junio C Hamano on 22 December 2008, 03:20:21 UTC
GIT 1.6.1-rc4
Tip revision: 779e3a8
thread-utils.h
#ifndef THREAD_COMPAT_H
#define THREAD_COMPAT_H

extern int online_cpus(void);

#endif /* THREAD_COMPAT_H */
back to top