/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getschedparam/ |
D | 1-1.c | 72 rc = pthread_attr_setschedparam(&attr, ¶m); in main() 90 rc = pthread_attr_setschedparam(&attr, ¶m); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/functional/threads/schedule/ |
D | 1-2.c | 136 SAFE_PFUNC(pthread_attr_setschedparam(&high_attr, ¶m)); in main() 144 SAFE_PFUNC(pthread_attr_setschedparam(&low_attr, ¶m)); in main()
|
D | 1-1.c | 124 SAFE_PFUNC(pthread_attr_setschedparam(&high_attr, ¶m)); in main()
|
/third_party/musl/src/thread/ |
D | pthread_attr_setschedparam.c | 3 int pthread_attr_setschedparam(pthread_attr_t *restrict a, const struct sched_param *restrict param) in pthread_attr_setschedparam() function
|
/third_party/musl/porting/liteos_m/user/src/thread/ |
D | pthread_attr_setschedparam.c | 4 _LIBC_TEXT_SECTION int pthread_attr_setschedparam(pthread_attr_t *restrict a, const struct sched_pa… in pthread_attr_setschedparam() function
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_attr_setschedparam.c | 3 int pthread_attr_setschedparam(pthread_attr_t *restrict a, const struct sched_param *restrict param) in pthread_attr_setschedparam() function
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_attr_setschedparam.c | 32 int ret = pthread_attr_setschedparam(&attr, &setparam); in pthread_attr_setschedparam_0100()
|
D | pthread_setschedprio.c | 42 ret = pthread_attr_setschedparam(attr, param); in setthreadproperty()
|
D | test_src_functionalext_supplement_thread.gni | 65 "pthread_attr_setschedparam",
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/ |
D | coverage.txt | 1 This document defines the coverage for the pthread_attr_setschedparam function:
|
D | 1-2.c | 67 rc = pthread_attr_setschedparam(&attr, ¶m); in main()
|
D | 1-1.c | 65 rc = pthread_attr_setschedparam(&attr, ¶m); in main()
|
D | 1-3.c | 73 rc = pthread_attr_setschedparam(&attr, ¶m); in main()
|
D | 1-4.c | 76 rc = pthread_attr_setschedparam(&attr, ¶m); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/speculative/ |
D | 3-1.c | 55 rc = pthread_attr_setschedparam(&attr, ¶m); in main()
|
D | 3-2.c | 55 rc = pthread_attr_setschedparam(&attr, ¶m); in main()
|
/third_party/musl/porting/liteos_m/user/include/ |
D | usr_lib_define.h | 48 #define pthread_attr_setschedparam b_pthread_attr_setschedparam macro
|
D | usr_lib.h | 12 USR_LIBC_FUNC_DEF(int, pthread_attr_setschedparam, pthread_attr_t *attr, const struct sched_param *…
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/ |
D | 2-2.c | 83 rc = pthread_attr_setschedparam(&attr, &sp); in main()
|
/third_party/gstreamer/gstreamer/tests/examples/streams/ |
D | testrtpool.c | 67 if ((res = pthread_attr_setschedparam (&attr, ¶m)) != 0) in default_push()
|
/third_party/musl/porting/liteos_m/user/hook/ |
D | los_usr_libc.c | 90 int pthread_attr_setschedparam(pthread_attr_t *attr, const struct sched_param *param) in pthread_attr_setschedparam() function 92 return g_usrLibc->pthread_attr_setschedparam(attr, param); in pthread_attr_setschedparam()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/ |
D | common.h | 104 rc = pthread_attr_setschedparam(attr, &sp); in init_attr()
|
/third_party/ltp/testcases/open_posix_testsuite/functional/threads/condvar/ |
D | pthread_cond_wait_2.c | 118 SAFE_PFUNC(pthread_attr_setschedparam(&high_attr, ¶m)); in main()
|
D | pthread_cond_wait_1.c | 118 SAFE_PFUNC(pthread_attr_setschedparam(&high_attr, ¶m)); in main()
|
/third_party/ltp/testcases/realtime/perf/latency/ |
D | pthread_cond_latency.c | 138 if (pthread_attr_setschedparam(&attr, &schparm) != 0) { in test_signal()
|