Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/include/posix/
Dpthread.h444 static inline pthread_t pthread_self(void) in pthread_self() function
/Zephyr-Core-2.7.6/arch/posix/include/
Dposix_cheats.h132 #define pthread_self(...) zap_pthread_self(__VA_ARGS__) macro