Home
last modified time | relevance | path

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

/third_party/musl/src/thread/
Dpthread_cleanup_push.c7 weak_alias(dummy, __do_cleanup_pop);
18 __do_cleanup_pop(cb); in _pthread_cleanup_pop()
Dpthread_create.c187 void __do_cleanup_pop(struct __ptcb *cb) in __do_cleanup_pop() function
/third_party/musl/porting/uniproton/kernel/src/internal/
Dpthread_impl.h88 hidden void __do_cleanup_pop(struct pthread_cleanup_buffer *);
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dpthread_impl.h88 hidden void __do_cleanup_pop(struct pthread_cleanup_buffer *);
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dpthread_impl.h91 hidden void __do_cleanup_pop(struct pthread_cleanup_buffer *);
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h137 hidden void __do_cleanup_pop(struct __ptcb *);
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h151 hidden void __do_cleanup_pop(struct __ptcb *);
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h203 hidden void __do_cleanup_pop(struct __ptcb *);
/third_party/musl/src/internal/
Dpthread_impl.h187 hidden void __do_cleanup_pop(struct __ptcb *);
/third_party/musl/src/thread/liteos_a/
Dpthread_create.c173 void __do_cleanup_pop(struct __ptcb *cb) in __do_cleanup_pop() function
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_create.c173 void __do_cleanup_pop(struct __ptcb *cb) in __do_cleanup_pop() function
/third_party/musl/src/thread/linux/
Dpthread_create.c280 void __do_cleanup_pop(struct __ptcb *cb) in __do_cleanup_pop() function
/third_party/musl/porting/linux/user/src/thread/
Dpthread_create.c280 void __do_cleanup_pop(struct __ptcb *cb) in __do_cleanup_pop() function