Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_cancel.c7 _LIBC_TEXT_SECTION int pthread_cancel(pthread_t t) in pthread_cancel() function
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_cancel.c75 int pthread_cancel(pthread_t t) in pthread_cancel() function
/third_party/musl/src/thread/
Dpthread_cancel.c87 int pthread_cancel(pthread_t t) in pthread_cancel() function
/third_party/musl/porting/liteos_m/user/include/
Dusr_lib_define.h60 #define pthread_cancel b_pthread_cancel macro
Dusr_lib_ops.h62 int (*pthread_cancel)(pthread_t thread); member
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c151 int pthread_cancel(pthread_t thread) in pthread_cancel() function