Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dkey.c100 int pthread_key_create(pthread_key_t *key, in pthread_key_create() function
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h191 #define pthread_key_create(...) zap_pthread_key_create(__VA_ARGS__) macro