1FUNIT-THREADS(8) Frysk FUNIT-THREADS(8)
2
3
4
6 funit-threads - creates lots and lots of threads
7
9 funit-threads [--clone] [--block] [--loop] {pid} {signal} {seconds}
10 {number-threads}
11
13 A small slave program, used by funit, as part of frysk´s JUnit
14 testsuite.
15
16 --clone
17 Each thread will repeatedly clone itself (default).
18
19 --block
20 Each thread will block.
21
22 --loop
23 Each thread will execute an infinite loop.
24
25 pid
26 Thread ID to send signal to once all threads have been created.
27
28 signal
29 The signal to send to tid once all threads have been started.
30
31 seconds
32 Number of seconds to wait before the program exits.
33
34 number-threads
35 Number of threads to create.
36
38 /usr/lib/frysk/funit-threads
39
41 frysk(7) funit(8)
42
44 Report bugs to http:/sources.redhat.com/frysk
45
46
47
48Frysk 0.4-28.fc14 April 2008 FUNIT-THREADS(8)