Lines Matching refs:cond

80     [thread zephyr_app_main] done is 0 which is < 20 so waiting on cond
141 [thread 0] done is now 1. Signalling cond.
142 [thread zephyr_app_main] wake - cond was signalled.
143 [thread zephyr_app_main] done is 1 which is < 20 so waiting on cond
144 [thread 1] done is now 2. Signalling cond.
145 [thread zephyr_app_main] wake - cond was signalled.
146 [thread zephyr_app_main] done is 2 which is < 20 so waiting on cond
147 [thread 2] done is now 3. Signalling cond.
148 [thread zephyr_app_main] wake - cond was signalled.
149 [thread zephyr_app_main] done is 3 which is < 20 so waiting on cond
150 [thread 3] done is now 4. Signalling cond.
151 [thread zephyr_app_main] wake - cond was signalled.
152 [thread zephyr_app_main] done is 4 which is < 20 so waiting on cond
153 [thread 4] done is now 5. Signalling cond.
154 [thread zephyr_app_main] wake - cond was signalled.
155 [thread zephyr_app_main] done is 5 which is < 20 so waiting on cond
156 [thread 5] done is now 6. Signalling cond.
157 [thread zephyr_app_main] wake - cond was signalled.
158 [thread zephyr_app_main] done is 6 which is < 20 so waiting on cond
159 [thread 6] done is now 7. Signalling cond.
160 [thread zephyr_app_main] wake - cond was signalled.
161 [thread zephyr_app_main] done is 7 which is < 20 so waiting on cond
162 [thread 7] done is now 8. Signalling cond.
163 [thread zephyr_app_main] wake - cond was signalled.
164 [thread zephyr_app_main] done is 8 which is < 20 so waiting on cond
165 [thread 8] done is now 9. Signalling cond.
166 [thread zephyr_app_main] wake - cond was signalled.
167 [thread zephyr_app_main] done is 9 which is < 20 so waiting on cond
168 [thread 9] done is now 10. Signalling cond.
169 [thread zephyr_app_main] wake - cond was signalled.
170 [thread zephyr_app_main] done is 10 which is < 20 so waiting on cond
171 [thread 10] done is now 11. Signalling cond.
172 [thread zephyr_app_main] wake - cond was signalled.
173 [thread zephyr_app_main] done is 11 which is < 20 so waiting on cond
174 [thread 11] done is now 12. Signalling cond.
175 [thread zephyr_app_main] wake - cond was signalled.
176 [thread zephyr_app_main] done is 12 which is < 20 so waiting on cond
177 [thread 12] done is now 13. Signalling cond.
178 [thread zephyr_app_main] wake - cond was signalled.
179 [thread zephyr_app_main] done is 13 which is < 20 so waiting on cond
180 [thread 13] done is now 14. Signalling cond.
181 [thread zephyr_app_main] wake - cond was signalled.
182 [thread zephyr_app_main] done is 14 which is < 20 so waiting on cond
183 [thread 14] done is now 15. Signalling cond.
184 [thread zephyr_app_main] wake - cond was signalled.
185 [thread zephyr_app_main] done is 15 which is < 20 so waiting on cond
186 [thread 15] done is now 16. Signalling cond.
187 [thread zephyr_app_main] wake - cond was signalled.
188 [thread zephyr_app_main] done is 16 which is < 20 so waiting on cond
189 [thread 16] done is now 17. Signalling cond.
190 [thread zephyr_app_main] wake - cond was signalled.
191 [thread zephyr_app_main] done is 17 which is < 20 so waiting on cond
192 [thread 17] done is now 18. Signalling cond.
193 [thread zephyr_app_main] wake - cond was signalled.
194 [thread zephyr_app_main] done is 18 which is < 20 so waiting on cond
195 [thread 18] done is now 19. Signalling cond.
196 [thread zephyr_app_main] wake - cond was signalled.
197 [thread zephyr_app_main] done is 19 which is < 20 so waiting on cond
198 [thread 19] done is now 20. Signalling cond.
199 [thread zephyr_app_main] wake - cond was signalled.