Home
last modified time | relevance | path

Searched defs:pthread_once (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/posix/
Dposix_types.h136 struct pthread_once { struct
142 typedef struct pthread_once pthread_once_t; argument
/Zephyr-Core-3.7.0/arch/posix/include/
Dposix_cheats.h129 #define pthread_once(...) zap_pthread_once(__VA_ARGS__) macro
/Zephyr-Core-3.7.0/lib/posix/options/
Dpthread.c976 int pthread_once(pthread_once_t *once, void (*init_func)(void)) in pthread_once() function