Sign in
plan9port
/
plan9
/
24c02865d8fcc97d1fb5cb9281810d8074aa5eb1
/
.
/
src
/
libthread
/
test
/
tdaemon.c
blob: 5ac9768ff8dbbdbfa9edbb4f744eb116e8ed5b61 [
file
] [
log
] [
blame
]
#include
<u.h>
#include
<libc.h>
#include
<thread.h>
void
threadmain
(
int
argc
,
char
**
argv
)
{
threaddaemonize
();
sleep
(
5
*
1000
);
print
(
"still running\n"
);
}