Home
last modified time | relevance | path

Searched refs:__pthread_cleanup (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.6.0/lib/posix/options/
Dpthread.c54 struct __pthread_cleanup { struct
207 static inline void __z_pthread_cleanup_init(struct __pthread_cleanup *c, void (*routine)(void *arg), in __z_pthread_cleanup_init()
210 *c = (struct __pthread_cleanup){ in __z_pthread_cleanup_init()
220 struct __pthread_cleanup *const c = (struct __pthread_cleanup *)cleanup; in __z_pthread_cleanup_push()
236 struct __pthread_cleanup *c = NULL; in __z_pthread_cleanup_pop()
244 c = CONTAINER_OF(node, struct __pthread_cleanup, node); in __z_pthread_cleanup_pop()