swh:1:snp:47f1e8bb459169b0feb652a9c3d9cbabd8526d4a
Raw File
Tip revision: 492b10766f499b60bdc867c253f36d274ac51538 authored by Junio C Hamano on 27 June 2010, 19:01:12 UTC
Git 1.7.2-rc0
Tip revision: 492b107
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