Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/kernel/include/
Dpthread.h247 struct pthread_cleanup_buffer { struct
248 struct pthread_cleanup_buffer *prev; /**< Pointer to the buffer to be cleaned*/ argument
253 void pthread_cleanup_push_inner(struct pthread_cleanup_buffer *, void (*)(void *), void *); argument