forked from sysprog21/fibdrv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fib_mutex.txt
112 lines (112 loc) · 8 KB
/
fib_mutex.txt
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
IN MAIN: Creating thread 0.
IN MAIN: Creating thread 1.
reading from /dev/fibonacci at ofset 0, returned the sequence 0.
reading from /dev/fibonacci at ofset 1, returned the sequence 1.
reading from /dev/fibonacci at ofset 2, returned the sequence 1.
reading from /dev/fibonacci at ofset 3, returned the sequence 2.
reading from /dev/fibonacci at ofset 4, returned the sequence 3.
reading from /dev/fibonacci at ofset 5, returned the sequence 5.
reading from /dev/fibonacci at ofset 6, returned the sequence 8.
reading from /dev/fibonacci at ofset 7, returned the sequence 13.
reading from /dev/fibonacci at ofset 8, returned the sequence 21.
reading from /dev/fibonacci at ofset 9, returned the sequence 34.
reading from /dev/fibonacci at ofset 10, returned the sequence 55.
reading from /dev/fibonacci at ofset 11, returned the sequence 89.
reading from /dev/fibonacci at ofset 12, returned the sequence 144.
reading from /dev/fibonacci at ofset 13, returned the sequence 233.
reading from /dev/fibonacci at ofset 14, returned the sequence 377.
reading from /dev/fibonacci at ofset 15, returned the sequence 610.
reading from /dev/fibonacci at ofset 16, returned the sequence 987.
reading from /dev/fibonacci at ofset 17, returned the sequence 1597.
reading from /dev/fibonacci at ofset 18, returned the sequence 2584.
reading from /dev/fibonacci at ofset 19, returned the sequence 4181.
reading from /dev/fibonacci at ofset 20, returned the sequence 6765.
reading from /dev/fibonacci at ofset 21, returned the sequence 10946.
reading from /dev/fibonacci at ofset 22, returned the sequence 17711.
IN MAIN: All threads are created.
reading from /dev/fibonacci at ofset 23, returned the sequence 28657.
reading from /dev/fibonacci at ofset 24, returned the sequence 46368.
reading from /dev/fibonacci at ofset 25, returned the sequence 75025.
reading from /dev/fibonacci at ofset 26, returned the sequence 121393.
reading from /dev/fibonacci at ofset 27, returned the sequence 196418.
reading from /dev/fibonacci at ofset 28, returned the sequence 317811.
reading from /dev/fibonacci at ofset 29, returned the sequence 514229.
reading from /dev/fibonacci at ofset 30, returned the sequence 832040.
reading from /dev/fibonacci at ofset 31, returned the sequence 1346269.
reading from /dev/fibonacci at ofset 32, returned the sequence 2178309.
reading from /dev/fibonacci at ofset 33, returned the sequence 3524578.
reading from /dev/fibonacci at ofset 34, returned the sequence 5702887.
reading from /dev/fibonacci at ofset 35, returned the sequence 9227465.
reading from /dev/fibonacci at ofset 36, returned the sequence 14930352.
reading from /dev/fibonacci at ofset 37, returned the sequence 24157817.
reading from /dev/fibonacci at ofset 38, returned the sequence 39088169.
reading from /dev/fibonacci at ofset 39, returned the sequence 63245986.
reading from /dev/fibonacci at ofset 40, returned the sequence 102334155.
reading from /dev/fibonacci at ofset 41, returned the sequence 165580141.
reading from /dev/fibonacci at ofset 42, returned the sequence 267914296.
reading from /dev/fibonacci at ofset 43, returned the sequence 433494437.
reading from /dev/fibonacci at ofset 44, returned the sequence 701408733.
reading from /dev/fibonacci at ofset 45, returned the sequence 1134903170.
reading from /dev/fibonacci at ofset 46, returned the sequence 1836311903.
reading from /dev/fibonacci at ofset 47, returned the sequence 2971215073.
reading from /dev/fibonacci at ofset 48, returned the sequence 4807526976.
reading from /dev/fibonacci at ofset 49, returned the sequence 7778742049.
reading from /dev/fibonacci at ofset 50, returned the sequence 12586269025.
reading from /dev/fibonacci at ofset 51, returned the sequence 20365011074.
reading from /dev/fibonacci at ofset 52, returned the sequence 32951280099.
reading from /dev/fibonacci at ofset 53, returned the sequence 53316291173.
reading from /dev/fibonacci at ofset 54, returned the sequence 86267571272.
reading from /dev/fibonacci at ofset 55, returned the sequence 139583862445.
reading from /dev/fibonacci at ofset 56, returned the sequence 225851433717.
reading from /dev/fibonacci at ofset 57, returned the sequence 365435296162.
reading from /dev/fibonacci at ofset 58, returned the sequence 591286729879.
reading from /dev/fibonacci at ofset 59, returned the sequence 956722026041.
reading from /dev/fibonacci at ofset 60, returned the sequence 1548008755920.
reading from /dev/fibonacci at ofset 61, returned the sequence 2504730781961.
reading from /dev/fibonacci at ofset 62, returned the sequence 4052739537881.
reading from /dev/fibonacci at ofset 63, returned the sequence 6557470319842.
reading from /dev/fibonacci at ofset 64, returned the sequence 10610209857723.
reading from /dev/fibonacci at ofset 65, returned the sequence 17167680177565.
reading from /dev/fibonacci at ofset 66, returned the sequence 27777890035288.
reading from /dev/fibonacci at ofset 67, returned the sequence 44945570212853.
reading from /dev/fibonacci at ofset 68, returned the sequence 72723460248141.
reading from /dev/fibonacci at ofset 69, returned the sequence 117669030460994.
reading from /dev/fibonacci at ofset 70, returned the sequence 190392490709135.
reading from /dev/fibonacci at ofset 71, returned the sequence 308061521170129.
reading from /dev/fibonacci at ofset 72, returned the sequence 498454011879264.
reading from /dev/fibonacci at ofset 73, returned the sequence 806515533049393.
reading from /dev/fibonacci at ofset 74, returned the sequence 1304969544928657.
reading from /dev/fibonacci at ofset 75, returned the sequence 2111485077978050.
reading from /dev/fibonacci at ofset 76, returned the sequence 3416454622906707.
reading from /dev/fibonacci at ofset 77, returned the sequence 5527939700884757.
reading from /dev/fibonacci at ofset 78, returned the sequence 8944394323791464.
reading from /dev/fibonacci at ofset 79, returned the sequence 14472334024676221.
reading from /dev/fibonacci at ofset 80, returned the sequence 23416728348467685.
reading from /dev/fibonacci at ofset 81, returned the sequence 37889062373143906.
reading from /dev/fibonacci at ofset 82, returned the sequence 61305790721611591.
reading from /dev/fibonacci at ofset 83, returned the sequence 99194853094755497.
reading from /dev/fibonacci at ofset 84, returned the sequence 160500643816367088.
reading from /dev/fibonacci at ofset 85, returned the sequence 259695496911122585.
reading from /dev/fibonacci at ofset 86, returned the sequence 420196140727489673.
reading from /dev/fibonacci at ofset 87, returned the sequence 679891637638612258.
reading from /dev/fibonacci at ofset 88, returned the sequence 1100087778366101931.
reading from /dev/fibonacci at ofset 89, returned the sequence 1779979416004714189.
reading from /dev/fibonacci at ofset 90, returned the sequence 2880067194370816120.
reading from /dev/fibonacci at ofset 91, returned the sequence 4660046610375530309.
reading from /dev/fibonacci at ofset 92, returned the sequence 7540113804746346429.
dev/fibonacci at ofset 41, returned the sequence 165580141.
reading from /dev/fibonacci at ofset 42, returned the sequence 267914296.
reading from /dev/fibonacci at ofset 43, returned the sequence 433494437.
reading from /dev/fibonacci at ofset 44, returned the sequence 701408733.
reading from /dev/fibonacci at ofset 45, returned the sequence 1134903170.
reading from /dev/fibonacci at ofset 46, returned the sequence 1836311903.
reading from /dev/fibonacci at ofset 47, returned the sequence 2971215073.
reading from /dev/fibonacci at ofset 48, returned the sequence 4807526976.
reading from /dev/fibonacci at ofset 49, returned the sequence 7778742049.
reading from /dev/fibonacci at ofset 50, returned the sequence 12586269025.
reading from /dev/fibonacci at ofset 51, returned the sequence 20365011074.
reading from /dev/fibonacci at ofset 52, returned the sequence 32951280099.
reading from /dev/fibonacci at ofset 53, returned the sequence 53316291173.
reading from /dev/fibonacci at ofset 54, returned the sequence 86267571272.
reading from /dev/fibonacci at ofset 55, returned the sequence 139583862445.
reading from /dev/fibonacci at ofset 56, ret