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