Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/common/src/
Dkey.c168 static int alloc_count_t0; in ZTEST() local
171 zassert_ok(pthread_create(&thread, NULL, setspecific_thread, &alloc_count_t0), in ZTEST()
174 printk("first thread allocated %d keys", alloc_count_t0); in ZTEST()
181 zassert_equal(alloc_count_t0, alloc_count_t1, in ZTEST()