OpenGrok
Cross Reference: pth_exit2.c
xref
: /
external
/
valgrind
/
main
/
none
/
tests
/
pth_exit2.c
Home
|
History
|
Annotate
|
Download
|
only in
tests
1
#
include
<
pthread.h
>
2
3
int
main
()
4
{
5
pthread_exit
(
0
);
6
}
7