Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/common/src/
Dkey.c147 static void *setspecific_thread(void *count) in setspecific_thread() function
171 zassert_ok(pthread_create(&thread, NULL, setspecific_thread, &alloc_count_t0), in ZTEST()
176 zassert_ok(pthread_create(&thread, NULL, setspecific_thread, &alloc_count_t1), in ZTEST()