Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_attr_setschedpolicy.c4 _LIBC_TEXT_SECTION int pthread_attr_setschedpolicy(pthread_attr_t *a, int policy) in pthread_attr_setschedpolicy() function
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_attr_setschedpolicy.c3 int pthread_attr_setschedpolicy(pthread_attr_t *a, int policy) in pthread_attr_setschedpolicy() function
/third_party/musl/src/thread/
Dpthread_attr_setschedpolicy.c3 int pthread_attr_setschedpolicy(pthread_attr_t *a, int policy) in pthread_attr_setschedpolicy() function
/third_party/musl/porting/liteos_m/user/include/
Dusr_lib_define.h46 #define pthread_attr_setschedpolicy b_pthread_attr_setschedpolicy macro
Dusr_lib_ops.h48 int (*pthread_attr_setschedpolicy)(pthread_attr_t *attr, int policy); member
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c80 int pthread_attr_setschedpolicy(pthread_attr_t *attr, int policy) in pthread_attr_setschedpolicy() function