Home
last modified time | relevance | path

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

/Zephyr-latest/arch/posix/include/
Dposix_cheats.h130 #define pthread_exit(...) zap_pthread_exit(__VA_ARGS__) macro
/Zephyr-latest/lib/posix/options/
Dpthread.c1039 void pthread_exit(void *retval) in pthread_exit() function