swh:1:snp:47f1e8bb459169b0feb652a9c3d9cbabd8526d4a
Raw File
Tip revision: 9db41eba4259126dbe1c68e2207d342d11f14745 authored by Junio C Hamano on 15 December 2010, 19:40:40 UTC
Git 1.7.1.4
Tip revision: 9db41eb
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