FUNIT\-THREADS
Section: Frysk (8)
Updated: April 2008
Index
Return to Main Contents
NAME
funit-threads - creates lots and lots of threads
SYNOPSIS
-
funit-threads [--clone] [--block] [--loop] {pid} {signal} {seconds} {number-threads}
DESCRIPTION
A small slave program, used by
funit, as part of frysk's JUnit testsuite.
--clone
-
Each thread will repeatedly clone itself (default).
--block
-
Each thread will block.
--loop
-
Each thread will execute an infinite loop.
pid
-
Thread ID to send
signal
to once all threads have been created.
signal
-
The signal to send to
tid
once all threads have been started.
seconds
-
Number of seconds to wait before the program exits.
number-threads
-
Number of threads to create.
EXAMPLE
-
/usr/lib/frysk/funit-threads
SEE ALSO
frysk(7) funit(8)
BUGS
Report bugs to
m[blue]http:/sources.redhat.com/fryskm[]