-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdoTest2.expected
67 lines (57 loc) · 1.79 KB
/
doTest2.expected
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Starting tests...
Initial thread returns from Yield(SELF)
Initial thread returns from Yield(0)
Initial thread returns from Yield(ANY)
Initial thread returns from Yield(INVALID)
Initial thread returns from Yield(INVALID2)
Made it to hello() in called thread
Message: World
Thread returns from first yield
Thread returns from second yield
Made it to hello() in called thread
Message: Hello from thread 0
Thread returns from first yield
Thread returns from second yield
Made it to hello() in called thread
Message: Hello from thread 1
Thread returns from first yield
Thread returns from second yield
Made it to hello() in called thread
Message: Hello from thread 2
Thread returns from first yield
Thread returns from second yield
Made it to hello() in called thread
Message: Hello from thread 3
Thread returns from first yield
Thread returns from second yield
Made it to hello() in called thread
Message: Hello from thread 4
Thread returns from first yield
Thread returns from second yield
Made it to hello() in called thread
Message: Hello from thread 5
Thread returns from first yield
Thread returns from second yield
Made it to hello() in called thread
Message: Hello from thread 6
Thread returns from first yield
Thread returns from second yield
Made it to hello() in called thread
Message: Hello from thread 7
Thread returns from first yield
Thread returns from second yield
Made it to hello() in called thread
Message: Hello from thread 8
Thread returns from first yield
Thread returns from second yield
Made it to hello() in called thread
Message: Hello from thread 9
Thread returns from first yield
Thread returns from second yield
Creating 1023 threads
Running 1023 threads
Creating 1023 threads
Destorying 512 threads, running the rest
Trying some destroys even though I'm the only thread
Testing destroy self
Done.