repo.or.cz
/
git
/
mingw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix missing 'does' in man-page for 'git checkout'
[git/mingw.git]
/
thread-utils.h
blob
1727a03333b80f2a01ca029162a4b511480a86e8
1
#ifndef THREAD_COMPAT_H
2
#define THREAD_COMPAT_H
3
4
extern
int
online_cpus
(
void
);
5
extern
int
init_recursive_mutex
(
pthread_mutex_t
*);
6
7
#endif
/* THREAD_COMPAT_H */