Home
last modified time | relevance | path

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

/Zephyr-latest/lib/libc/common/source/thrd/
Dtss.c29 return pthread_getspecific(key); in tss_get()
/Zephyr-latest/tests/posix/common/src/
Dkey.c29 zassert_equal(pthread_getspecific(key), value, "set and retrieved values are different"); in thread_top()
44 zassert_equal(pthread_getspecific(keys[i]), value, in thread_func()
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c110 zassert_not_null(pthread_getspecific); in ZTEST()
/Zephyr-latest/lib/posix/options/
Dkey.c243 void *pthread_getspecific(pthread_key_t key) in pthread_getspecific() function
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h194 #define pthread_getspecific(...) zap_pthread_getspecific(__VA_ARGS__) macro
/Zephyr-latest/include/zephyr/posix/
Dpthread.h463 void *pthread_getspecific(pthread_key_t key);
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst587 pthread_getspecific(),yes