Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/lib/posix/
DKconfig.key8 type-function = pthread_setspecific
Dkey.c160 int pthread_setspecific(pthread_key_t key, const void *value) in pthread_setspecific() function
/Zephyr-Core-3.5.0/tests/posix/common/src/
Dkey.c36 ret = pthread_setspecific(key, value); in thread_top()
71 ret = pthread_setspecific(keys[i], value); in thread_func()
/Zephyr-Core-3.5.0/tests/posix/headers/src/
Dpthread_h.c154 zassert_not_null(pthread_setspecific); in ZTEST()
/Zephyr-Core-3.5.0/arch/posix/include/
Dposix_cheats.h191 #define pthread_setspecific(...) zap_pthread_setspecific(__VA_ARGS__) macro
/Zephyr-Core-3.5.0/include/zephyr/posix/
Dpthread.h472 int pthread_setspecific(pthread_key_t key, const void *value);
/Zephyr-Core-3.5.0/doc/services/portability/
Dposix.rst178 pthread_setspecific(),yes