blob: 45df6a4acf33b419d29983708f3185ba71a6bbc7 [file] [log] [blame]
Mark Sleeb32f3c62007-03-05 04:48:48 +00001service ThreadsTest {
Mark Sleec416a272007-03-05 05:40:37 +00002 i32 threadOne(1: i32 sleep=15),
3 i32 threadTwo(2: i32 sleep=15),
4 i32 threadThree(3: i32 sleep=15),
5 i32 threadFour(4: i32 sleep=15)
Mark Sleeb32f3c62007-03-05 04:48:48 +00006
Mark Sleec416a272007-03-05 05:40:37 +00007 i32 stop();
Mark Sleeb32f3c62007-03-05 04:48:48 +00008
9}