Searched refs:alloc_count_t0 (Results 1 – 1 of 1) sorted by relevance
168 static int alloc_count_t0; in ZTEST() local171 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()