funit-threads

Langue: en

Version: April 2008 (fedora - 06/07/09)

Section: 8 (Commandes administrateur)

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[]