Home
last modified time | relevance | path

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

/Zephyr-latest/arch/posix/include/
Dposix_cheats.h131 #define pthread_join(...) zap_pthread_join(__VA_ARGS__) macro
/Zephyr-latest/lib/posix/options/
Dpthread.c1174 int pthread_join(pthread_t pthread, void **status) in pthread_join() function