/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_attr_setinheritsched.c | 34 int result = pthread_attr_getinheritsched(&attr, &result); in pthread_attr_setinheritsched_0100() 38 pthread_attr_getinheritsched(&attr, &result); in pthread_attr_setinheritsched_0100()
|
D | pthread_attr_get.c | 69 ret = pthread_attr_getinheritsched(&attr, &result); in pthread_attr_getinheritsched_0100() 76 ret = pthread_attr_getinheritsched(&attr, &result); in pthread_attr_getinheritsched_0100() 100 ret = pthread_attr_getinheritsched(&attr, &result); in pthread_attr_getinheritsched_0200()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getinheritsched/ |
D | coverage.txt | 1 This document defines the coverage for the pthread_attr_getinheritsched function:
|
D | 1-1.c | 34 rc = pthread_attr_getinheritsched(attr, &inheritsched); in verify_inheritsched()
|
/third_party/musl/porting/liteos_m/user/src/thread/ |
D | pthread_attr_get.c | 15 _LIBC_TEXT_SECTION int pthread_attr_getinheritsched(const pthread_attr_t *restrict a, int *restrict… in pthread_attr_getinheritsched() function
|
/third_party/musl/porting/liteos_m/user/include/ |
D | usr_lib_define.h | 45 #define pthread_attr_getinheritsched b_pthread_attr_getinheritsched macro
|
D | usr_lib.h | 9 USR_LIBC_FUNC_DEF(int, pthread_attr_getinheritsched, const pthread_attr_t *attr, int *inherit)
|
D | usr_lib_ops.h | 47 int (*pthread_attr_getinheritsched)(const pthread_attr_t *attr, int *inherit); member
|
D | pthread.h | 163 int pthread_attr_getinheritsched(const pthread_attr_t *__restrict, int *__restrict);
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/ |
D | 1-1.c | 34 rc = pthread_attr_getinheritsched(attr, &inheritsched); in verify_inheritsched()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_attr_get.c | 15 int pthread_attr_getinheritsched(const pthread_attr_t *restrict a, int *restrict inherit) in pthread_attr_getinheritsched() function
|
/third_party/musl/src/thread/ |
D | pthread_attr_get.c | 15 int pthread_attr_getinheritsched(const pthread_attr_t *restrict a, int *restrict inherit) in pthread_attr_getinheritsched() function
|
/third_party/musl/porting/liteos_m/user/hook/ |
D | los_usr_libc.c | 75 int pthread_attr_getinheritsched(const pthread_attr_t *attr, int *inherit) in pthread_attr_getinheritsched() function 77 return g_usrLibc->pthread_attr_getinheritsched(attr, inherit); in pthread_attr_getinheritsched()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
D | pthread_attr_test.cpp | 77 pthread_attr_getinheritsched(&pthreadAttrMusl, &inHeritSched);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | pthread.h | 170 int pthread_attr_getinheritsched(const pthread_attr_t *__restrict, int *__restrict);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | pthread.h | 170 int pthread_attr_getinheritsched(const pthread_attr_t *__restrict, int *__restrict);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | pthread.h | 170 int pthread_attr_getinheritsched(const pthread_attr_t *__restrict, int *__restrict);
|
/third_party/musl/libc-test/src/api/ |
D | pthread.c | 155 {int(*p)(const pthread_attr_t*restrict,int*restrict) = pthread_attr_getinheritsched;} in f()
|
/third_party/FreeBSD/lib/libc/include/ |
D | namespace.h | 92 #define pthread_attr_getinheritsched _pthread_attr_getinheritsched macro
|
/third_party/musl/include/ |
D | pthread.h | 317 int pthread_attr_getinheritsched(const pthread_attr_t *__restrict, int *__restrict);
|
/third_party/musl/porting/linux/user/include/ |
D | pthread.h | 328 int pthread_attr_getinheritsched(const pthread_attr_t *__restrict, int *__restrict);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | pthread.h | 214 int pthread_attr_getinheritsched(const pthread_attr_t *__restrict, int *__restrict);
|
/third_party/ltp/testcases/realtime/stress/pi-tests/ |
D | testpi-3.c | 285 if (pthread_attr_getinheritsched(&(thrd->attr), &inherit) != 0) { in startThread()
|
/third_party/musl/ |
D | libc.map.txt | 1351 pthread_attr_getinheritsched;
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 534 …nding='global-binding' visibility='default-visibility' alias='pthread_attr_getinheritsched' is-def… 2731 <!-- pthread_attr_getinheritsched --> 2732 …<elf-symbol name='pthread_attr_getinheritsched' type='func-type' binding='weak-binding' visibility…
|