Home
last modified time | relevance | path

Searched refs:destroy_called (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/lib/net_buf/buf/src/
Dmain.c65 static int destroy_called; variable
79 destroy_called++; in buf_destroy()
88 destroy_called++; in fixed_destroy()
97 destroy_called++; in var_destroy()
122 zassert_equal(destroy_called, ARRAY_SIZE(bufs), in ZTEST()
146 destroy_called = 0; in ZTEST()
148 zassert_equal(destroy_called, bufs_pool.buf_count, in ZTEST()
165 destroy_called = 0; in test_3_thread()
167 zassert_equal(destroy_called, bufs_pool.buf_count, in test_3_thread()
216 destroy_called = 0; in ZTEST()
[all …]