Home
last modified time | relevance | path

Searched refs:pthread_attr_setschedparam (Results 1 - 25 of 49) sorted by relevance

12

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getschedparam/
H A D1-1.c13 * 3. Call pthread_attr_setschedparam with a sched param parameter
72 rc = pthread_attr_setschedparam(&attr, &param); in main()
74 printf(ERROR_PREFIX "pthread_attr_setschedparam\n"); in main()
90 rc = pthread_attr_setschedparam(&attr, &param); in main()
92 printf(ERROR_PREFIX "pthread_attr_setschedparam\n"); in main()
/third_party/ltp/testcases/open_posix_testsuite/functional/threads/schedule/
H A D1-2.c136 SAFE_PFUNC(pthread_attr_setschedparam(&high_attr, &param)); in main()
144 SAFE_PFUNC(pthread_attr_setschedparam(&low_attr, &param)); in main()
H A D1-1.c124 SAFE_PFUNC(pthread_attr_setschedparam(&high_attr, &param)); in main()
/third_party/musl/porting/liteos_m/user/src/thread/
H A Dpthread_attr_setschedparam.c4 _LIBC_TEXT_SECTION 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_a/user/src/thread/
H A 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/src/thread/
H A 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/
H A Dpthread_attr_setschedparam.c32 int ret = pthread_attr_setschedparam(&attr, &setparam); in pthread_attr_setschedparam_0100()
H A Dpthread_setschedprio.c42 ret = pthread_attr_setschedparam(attr, param); in setthreadproperty()
/third_party/musl/porting/liteos_m/user/include/
H A Dusr_lib_define.h48 #define pthread_attr_setschedparam b_pthread_attr_setschedparam macro
H A Dusr_lib_ops.h50 int (*pthread_attr_setschedparam)(pthread_attr_t *attr, const struct sched_param *param); member
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/speculative/
H A D3-2.c8 * pthread_attr_setschedparam()
22 #define FUNCTION "pthread_attr_setschedparam"
55 rc = pthread_attr_setschedparam(&attr, &param); in main()
58 "pthread_attr_setschedparam did not fail\n"); in main()
H A D3-1.c8 * pthread_attr_setschedparam()
22 #define FUNCTION "pthread_attr_setschedparam"
55 rc = pthread_attr_setschedparam(&attr, &param); in main()
58 "pthread_attr_setschedparam did not fail\n"); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/
H A D1-1.c8 * pthread_attr_setschedparam()
23 #define FUNCTION "pthread_attr_setschedparam"
65 rc = pthread_attr_setschedparam(&attr, &param); in main()
67 printf(ERROR_PREFIX "pthread_attr_setschedparam\n"); in main()
H A D1-2.c8 * pthread_attr_setschedparam()
24 #define FUNCTION "pthread_attr_setschedparam"
67 rc = pthread_attr_setschedparam(&attr, &param); in main()
69 printf(ERROR_PREFIX "pthread_attr_setschedparam\n"); in main()
H A D1-4.c76 rc = pthread_attr_setschedparam(&attr, &param); in main()
78 printf(ERROR_PREFIX "pthread_attr_setschedparam\n"); in main()
H A D1-3.c73 rc = pthread_attr_setschedparam(&attr, &param); in main()
75 printf(ERROR_PREFIX "pthread_attr_setschedparam\n"); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/
H A D2-2.c22 * add code pthread_attr_setschedparam(). Otherwise pthread_create()
83 rc = pthread_attr_setschedparam(&attr, &sp); in main()
85 printf(ERROR_PREFIX "pthread_attr_setschedparam"); in main()
/third_party/ltp/testcases/open_posix_testsuite/functional/threads/condvar/
H A Dpthread_cond_wait_2.c118 SAFE_PFUNC(pthread_attr_setschedparam(&high_attr, &param)); in main()
H A Dpthread_cond_wait_1.c118 SAFE_PFUNC(pthread_attr_setschedparam(&high_attr, &param)); in main()
/third_party/ltp/testcases/realtime/perf/latency/
H A Dpthread_cond_latency.c138 if (pthread_attr_setschedparam(&attr, &schparm) != 0) { in test_signal()
139 perror("pthread_attr_setschedparam"); in test_signal()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/
H A Dcommon.h101 func = "pthread_attr_setschedparam()"; in init_attr()
104 rc = pthread_attr_setschedparam(attr, &sp); in init_attr()
H A D2-1.c111 rc = pthread_attr_setschedparam(&attr, &sp); in create_thread()
113 FAIL_AND_EXIT("pthread_attr_setschedparam()", rc); in create_thread()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
H A D1-6.c90 ret = pthread_attr_setschedparam(attr, &sched_param); in init_attr()
92 fprintf(stderr, "pthread_attr_setschedparam(): %s\n", strerror(ret)); in init_attr()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getschedparam/
H A D1-3.c153 ret = pthread_attr_setschedparam(&ta, &sp); in main()
155 ERR_MSG("pthread_attr_setschedparam()", ret); in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
H A Dstress.c240 ret = pthread_attr_setschedparam(&ta[i], &sp); in main()

Completed in 9 milliseconds

12