Home
last modified time | relevance | path

Searched defs:pthread_setspecific (Results 1 – 2 of 2) sorted by relevance

/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