Lines Matching full:thread
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
22 - Called from an ISR (interrupted a thread)
24 - Called from a thread
28 - Called from an ISR that interrupted a thread
30 - Called from a thread
81 tc_start() - Test kernel CPU and thread routines
89 Testing k_is_in_isr() from a preemptible thread
90 Spawning a thread from a task
91 Thread to test k_current_get() and k_is_in_isr()
92 Thread to test k_yield()
94 Thread busy waiting for 20000 usecs
95 Thread busy waiting completed
97 thread sleeping for 50 milliseconds
98 thread back from sleep
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
116 thread (q order: 3, t/o: 750) is running
118 thread (q order: 0, t/o: 1000) is running
122 thread (q order: 4, t/o: 1750) is running