Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/tests/posix/common/src/
Dpthread_key.c42 getval = pthread_getspecific(key); in thread_top()
78 getval = pthread_getspecific(keys[i]); in thread_func()
/Zephyr-Core-2.7.6/lib/posix/
Dpthread_key.c139 void *pthread_getspecific(pthread_key_t key) in pthread_getspecific() function
/Zephyr-Core-2.7.6/arch/posix/include/
Dposix_cheats.h197 #define pthread_getspecific(...) zap_pthread_getspecific(__VA_ARGS__) macro
/Zephyr-Core-2.7.6/include/posix/
Dpthread.h523 void *pthread_getspecific(pthread_key_t key);
/Zephyr-Core-2.7.6/doc/guides/portability/
Dposix.rst150 pthread_getspecific(),+