forked from arceos-org/arceos-staging
-
Notifications
You must be signed in to change notification settings - Fork 0
/
expect_info_smp4_rr.out
82 lines (81 loc) · 1.97 KB
/
expect_info_smp4_rr.out
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
smp = 4
build_mode = release
log_level = info
CPU 0 started
Found physcial memory regions:
.text (READ | EXECUTE | RESERVED)
.rodata (READ | RESERVED)
.data .tdata .tbss .percpu (READ | WRITE | RESERVED)
.percpu (READ | WRITE | RESERVED)
boot stack (READ | WRITE | RESERVED)
.bss (READ | WRITE | RESERVED)
free memory (READ | WRITE | FREE)
Initialize global memory allocator...
Initialize platform devices...
Initialize scheduling...
use Round-robin scheduler.
Initialize interrupt handlers...
Hello, main task!
main task sleep for 1\.[0-9]\+s
tick 0
task 0 sleep 1 seconds (0) ...
task 1 sleep 2 seconds (0) ...
task 2 sleep 3 seconds (0) ...
task 3 sleep 4 seconds (0) ...
task 4 sleep 5 seconds (0) ...
tick 1
task 0 actual sleep 1\.[0-9]\+s seconds (0).
task 0 sleep 1 seconds (1) ...
tick 2
tick 3
task 1 actual sleep 2\.[0-9]\+s seconds (0).
task 1 sleep 2 seconds (1) ...
task 0 actual sleep 1\.[0-9]\+s seconds (1).
task 0 sleep 1 seconds (2) ...
tick 4
tick 5
task 2 actual sleep 3\.[0-9]\+s seconds (0).
task 2 sleep 3 seconds (1) ...
task 0 actual sleep 1\.[0-9]\+s seconds (2).
tick 6
tick 7
task 3 actual sleep 4\.[0-9]\+s seconds (0).
task 3 sleep 4 seconds (1) ...
task 1 actual sleep 2\.[0-9]\+s seconds (1).
task 1 sleep 2 seconds (2) ...
tick 8
tick 9
task 4 actual sleep 5\.[0-9]\+s seconds (0).
task 4 sleep 5 seconds (1) ...
tick 10
tick 11
task 2 actual sleep 3\.[0-9]\+s seconds (1).
task 2 sleep 3 seconds (2) ...
task 1 actual sleep 2\.[0-9]\+s seconds (2).
tick 12
tick 13
tick 14
tick 15
task 3 actual sleep 4\.[0-9]\+s seconds (1).
task 3 sleep 4 seconds (2) ...
tick 16
tick 17
task 2 actual sleep 3\.[0-9]\+s seconds (2).
tick 18
tick 19
task 4 actual sleep 5\.[0-9]\+s seconds (1).
task 4 sleep 5 seconds (2) ...
tick 20
tick 21
tick 22
tick 23
task 3 actual sleep 4\.[0-9]\+s seconds (2).
tick 24
tick 25
tick 26
tick 27
tick 28
tick 29
task 4 actual sleep 5\.[0-9]\+s seconds (2).
Sleep tests run OK!
Shutting down...