Lines Matching +full:- +full:o
12 - start a helper thread to help with k_yield() tests
13 - start a thread to test thread related functionality
16 - Called by a higher priority thread when there is another thread
17 - Called by an equal priority thread when there is another thread
18 - Called by a lower priority thread when there is another thread
21 - Called from an ISR (interrupted a task)
22 - Called from an ISR (interrupted a thread)
23 - Called from a task
24 - Called from a thread
27 - Called from an ISR that interrupted a task
28 - Called from an ISR that interrupted a thread
29 - Called from a task
30 - Called from a thread
33 - Tickless Kernel: CPU to be woken up by a kernel timer (k_timer)
34 - Non-tickless kernel:
39 - 1. Count the number of calls to _tick_get_32() before a tick expires.
40 - 2. Once determined, call _tick_get_32() many more times than that
44 - Continuation irq_lock: unlock interrupts, loop and verify the tick
48 - Used when triggering an ISR to perform ISR context work.
52 - Use these routines to disable and enable timer interrupts so that they can
55 ---------------------------------------------------------------------------
64 ---------------------------------------------------------------------------
68 Problems caused by out-dated project information can be addressed by
75 # and restore pre-defined configuration info
77 ---------------------------------------------------------------------------
81 tc_start() - Test kernel CPU and thread routines
100 thread (q order: 2, t/o: 500) is running
101 got thread (q order: 2, t/o: 500) as expected
102 thread (q order: 3, t/o: 750) is running
103 got thread (q order: 3, t/o: 750) as expected
104 thread (q order: 0, t/o: 1000) is running
105 got thread (q order: 0, t/o: 1000) as expected
106 thread (q order: 6, t/o: 1250) is running
107 got thread (q order: 6, t/o: 1250) as expected
108 thread (q order: 1, t/o: 1500) is running
109 got thread (q order: 1, t/o: 1500) as expected
110 thread (q order: 4, t/o: 1750) is running
111 got thread (q order: 4, t/o: 1750) as expected
112 thread (q order: 5, t/o: 2000) is running
113 got thread (q order: 5, t/o: 2000) as expected
115 cancelling [q order: 0, t/o: 1000, t/o order: 0]
116 thread (q order: 3, t/o: 750) is running
117 got (q order: 3, t/o: 750, t/o order 1) as expected
118 thread (q order: 0, t/o: 1000) is running
119 got (q order: 0, t/o: 1000, t/o order 2) as expected
120 cancelling [q order: 3, t/o: 750, t/o order: 3]
121 cancelling [q order: 4, t/o: 1750, t/o order: 4]
122 thread (q order: 4, t/o: 1750) is running
123 got (q order: 4, t/o: 1750, t/o order 5) as expected
124 cancelling [q order: 6, t/o: 1250, t/o order: 6]
125 PASS - main.