Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_attr_setscope.c3 int pthread_attr_setscope(pthread_attr_t *a, int scope) in pthread_attr_setscope() function
/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_attr_setscope.c4 _LIBC_TEXT_SECTION int pthread_attr_setscope(pthread_attr_t *a, int scope) in pthread_attr_setscope() function
/third_party/musl/src/thread/
Dpthread_attr_setscope.c3 int pthread_attr_setscope(pthread_attr_t *a, int scope) in pthread_attr_setscope() function
/third_party/musl/porting/liteos_m/user/include/
Dusr_lib_define.h42 #define pthread_attr_setscope b_pthread_attr_setscope macro
Dusr_lib_ops.h44 int (*pthread_attr_setscope)(pthread_attr_t *attr, int scope); member
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c60 int pthread_attr_setscope(pthread_attr_t *attr, int scope) in pthread_attr_setscope() function