repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git]
/
tools
/
lib
/
lockdep
/
tests
/
AA.c
blob
18211a5f354fe53e2a0650fe1ca9150956fd5b7a
1
#include <liblockdep/mutex.h>
2
3
int
main
(
void
)
4
{
5
pthread_mutex_t a
;
6
7
pthread_mutex_init
(&
a
,
NULL
);
8
9
pthread_mutex_lock
(&
a
);
10
pthread_mutex_lock
(&
a
);
11
12
return
0
;
13
}