Home
last modified time | relevance | path

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

/Zephyr-latest/arch/posix/include/
Dposix_cheats.h146 #define pthread_create(...) zap_pthread_create(__VA_ARGS__) macro
/Zephyr-latest/lib/posix/options/
Dpthread.c584 int pthread_create(pthread_t *th, const pthread_attr_t *_attr, void *(*threadroutine)(void *), in pthread_create() function