Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/common/src/
Dkey.c28 zassert_ok(pthread_setspecific(key, value), "pthread_setspecific failed"); in thread_top()
43 zassert_ok(pthread_setspecific(keys[i], value), "pthread_setspecific failed"); in thread_func()
156 if (pthread_setspecific(key, &value) == ENOMEM) { in setspecific_thread()
/Zephyr-latest/lib/libc/common/source/thrd/
Dtss.c34 switch (pthread_setspecific(key, val)) { in tss_set()
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c155 zassert_not_null(pthread_setspecific); in ZTEST()
/Zephyr-latest/lib/posix/options/
Dkey.c168 int pthread_setspecific(pthread_key_t key, const void *value) in pthread_setspecific() function
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h193 #define pthread_setspecific(...) zap_pthread_setspecific(__VA_ARGS__) macro
/Zephyr-latest/include/zephyr/posix/
Dpthread.h462 int pthread_setspecific(pthread_key_t key, const void *value);
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst603 pthread_setspecific(),yes