Lines Matching full:count
43 int count; in ZTEST() local
46 count = 0; in ZTEST()
50 count++; in ZTEST()
54 zassert_equal(count, 2, "Wrong number of timer objects"); in ZTEST()
57 count = 0; in ZTEST()
61 count++; in ZTEST()
65 zassert_equal(count, 2, "Wrong number of mem_slab objects"); in ZTEST()
68 count = 0; in ZTEST()
72 count++; in ZTEST()
76 zassert_equal(count, 2, "Wrong number of semaphore objects"); in ZTEST()
79 count = 0; in ZTEST()
83 count++; in ZTEST()
87 zassert_equal(count, 2, "Wrong number of mutex objects"); in ZTEST()
90 count = 0; in ZTEST()
94 count++; in ZTEST()
98 zassert_equal(count, 2, "Wrong number of stack objects"); in ZTEST()
101 count = 0; in ZTEST()
105 count++; in ZTEST()
109 zassert_equal(count, 2, "Wrong number of message queue objects"); in ZTEST()
112 count = 0; in ZTEST()
116 count++; in ZTEST()
120 zassert_equal(count, 2, "Wrong number of mbox objects"); in ZTEST()
123 count = 0; in ZTEST()
127 count++; in ZTEST()
131 zassert_equal(count, 2, "Wrong number of pipe objects"); in ZTEST()
134 count = 0; in ZTEST()
138 count++; in ZTEST()
142 zassert_equal(count, 2, "Wrong number of queue objects"); in ZTEST()
145 count = 0; in ZTEST()
149 count++; in ZTEST()
153 zassert_equal(count, 2, "Wrong number of queue objects"); in ZTEST()