funit-threads — creates lots and lots of threads
funit-threads [
--clone
] [
--block
] [
--loop
] {
pid
} {
signal
} {
seconds
} {
number-threads
}
A small slave program, used by funit, as
part of frysk's JUnit testsuite.
--cloneEach thread will repeatedly clone itself (default).
--blockEach thread will block.
--loopEach thread will execute an infinite loop.
pidThread ID to
send signal to once all threads
have been created.
signalThe signal to send
to tid once all threads have been
started.
secondsNumber of seconds to wait before the program exits.
number-threadsNumber of threads to create.