repo.or.cz
/
git
/
jrn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cvsimport: partial whitespace cleanup
[git/jrn.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 */