Home
last modified time | relevance | path

Searched refs:pthread_attr_setschedparam (Results 1 – 25 of 60) sorted by relevance

123

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getschedparam/
D1-1.c72 rc = pthread_attr_setschedparam(&attr, &param); in main()
90 rc = pthread_attr_setschedparam(&attr, &param); in main()
/third_party/ltp/testcases/open_posix_testsuite/functional/threads/schedule/
D1-2.c136 SAFE_PFUNC(pthread_attr_setschedparam(&high_attr, &param)); in main()
144 SAFE_PFUNC(pthread_attr_setschedparam(&low_attr, &param)); in main()
D1-1.c124 SAFE_PFUNC(pthread_attr_setschedparam(&high_attr, &param)); in main()
/third_party/musl/src/thread/
Dpthread_attr_setschedparam.c3 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/
Dpthread_attr_setschedparam.c4 _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/
Dpthread_attr_setschedparam.c3 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/
Dpthread_attr_setschedparam.c32 int ret = pthread_attr_setschedparam(&attr, &setparam); in pthread_attr_setschedparam_0100()
Dpthread_setschedprio.c42 ret = pthread_attr_setschedparam(attr, param); in setthreadproperty()
Dtest_src_functionalext_supplement_thread.gni65 "pthread_attr_setschedparam",
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/
Dcoverage.txt1 This document defines the coverage for the pthread_attr_setschedparam function:
D1-2.c67 rc = pthread_attr_setschedparam(&attr, &param); in main()
D1-1.c65 rc = pthread_attr_setschedparam(&attr, &param); in main()
D1-3.c73 rc = pthread_attr_setschedparam(&attr, &param); in main()
D1-4.c76 rc = pthread_attr_setschedparam(&attr, &param); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/speculative/
D3-1.c55 rc = pthread_attr_setschedparam(&attr, &param); in main()
D3-2.c55 rc = pthread_attr_setschedparam(&attr, &param); in main()
/third_party/musl/porting/liteos_m/user/include/
Dusr_lib_define.h48 #define pthread_attr_setschedparam b_pthread_attr_setschedparam macro
Dusr_lib.h12 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/
D2-2.c83 rc = pthread_attr_setschedparam(&attr, &sp); in main()
/third_party/gstreamer/gstreamer/tests/examples/streams/
Dtestrtpool.c67 if ((res = pthread_attr_setschedparam (&attr, &param)) != 0) in default_push()
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c90 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/
Dcommon.h104 rc = pthread_attr_setschedparam(attr, &sp); in init_attr()
/third_party/ltp/testcases/open_posix_testsuite/functional/threads/condvar/
Dpthread_cond_wait_2.c118 SAFE_PFUNC(pthread_attr_setschedparam(&high_attr, &param)); in main()
Dpthread_cond_wait_1.c118 SAFE_PFUNC(pthread_attr_setschedparam(&high_attr, &param)); in main()
/third_party/ltp/testcases/realtime/perf/latency/
Dpthread_cond_latency.c138 if (pthread_attr_setschedparam(&attr, &schparm) != 0) { in test_signal()

123