Home
last modified time | relevance | path

Searched refs:pthread_attr_getschedparam (Results 1 - 24 of 24) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_attr_setschedparam.c36 ret = pthread_attr_getschedparam(&attr, &getparam); in pthread_attr_setschedparam_0100()
H A Dpthread_attr_get.c374 ret = pthread_attr_getschedparam(&attr, &getparam); in pthread_attr_getschedparam_0100()
/third_party/musl/porting/liteos_m/user/src/thread/
H A Dpthread_attr_get.c21 _LIBC_TEXT_SECTION int pthread_attr_getschedparam(const pthread_attr_t *restrict a, struct sched_param *restrict param) in pthread_attr_getschedparam() function
/third_party/musl/porting/liteos_m/user/include/
H A Dusr_lib_define.h49 #define pthread_attr_getschedparam b_pthread_attr_getschedparam macro
H A Dusr_lib_ops.h51 int (*pthread_attr_getschedparam)(const pthread_attr_t *attr, struct sched_param *param); member
H A Dpthread.h161 int pthread_attr_getschedparam(const pthread_attr_t *__restrict, struct sched_param *__restrict);
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_attr_get.c21 int pthread_attr_getschedparam(const pthread_attr_t *restrict a, struct sched_param *restrict param) in pthread_attr_getschedparam() function
/third_party/musl/src/thread/
H A Dpthread_attr_get.c21 int pthread_attr_getschedparam(const pthread_attr_t *restrict a, struct sched_param *restrict param) in pthread_attr_getschedparam() function
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getschedparam/
H A D1-1.c8 * Test pthread_attr_getschedparam()
14 * 4. Call pthread_attr_getschedparam to get the sched param
24 #define FUNCTION "pthread_attr_getschedparam"
36 rc = pthread_attr_getschedparam(attr, &param); in verify_param()
38 printf(ERROR_PREFIX "pthread_attr_getschedparam\n"); in verify_param()
/third_party/musl/porting/liteos_m/user/hook/
H A Dlos_usr_libc.c95 int pthread_attr_getschedparam(const pthread_attr_t *attr, struct sched_param *param) in pthread_attr_getschedparam() function
97 return g_usrLibc->pthread_attr_getschedparam(attr, param); in pthread_attr_getschedparam()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
H A D3-2.c546 pthread_attr_getschedparam(& in main()
758 pthread_attr_getschedparam(& in main()
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h93 #define pthread_attr_getschedparam _pthread_attr_getschedparam macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dpthread.h168 int pthread_attr_getschedparam(const pthread_attr_t *__restrict, struct sched_param *__restrict);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dpthread.h168 int pthread_attr_getschedparam(const pthread_attr_t *__restrict, struct sched_param *__restrict);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dpthread.h168 int pthread_attr_getschedparam(const pthread_attr_t *__restrict, struct sched_param *__restrict);
/third_party/musl/libc-test/src/api/
H A Dpthread.c59 {int(*p)(const pthread_attr_t*restrict,struct sched_param*restrict) = pthread_attr_getschedparam;} in f()
/third_party/rust/crates/libc/src/unix/newlib/horizon/
H A Dmod.rs221 pub fn pthread_attr_getschedparam( in pthread_attr_getschedparam() functions
/third_party/musl/porting/linux/user/include/
H A Dpthread.h341 int pthread_attr_getschedparam(const pthread_attr_t *__restrict, struct sched_param *__restrict);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dpthread.h212 int pthread_attr_getschedparam(const pthread_attr_t *__restrict, struct sched_param *__restrict);
/third_party/ltp/testcases/realtime/stress/pi-tests/
H A Dtestpi-3.c276 if (pthread_attr_getschedparam(&(thrd->attr), &schedp) != 0) { in startThread()
/third_party/musl/include/
H A Dpthread.h315 int pthread_attr_getschedparam(const pthread_attr_t *__restrict, struct sched_param *__restrict);
/third_party/musl/Benchmark/musl/
H A Dlibc_pthread.cpp679 perror("pthread_attr_setschedparam pthread_attr_getschedparam"); in Bm_function_pthread_attr_getschedparam()
683 if (pthread_attr_getschedparam(&attr, &getparam) != 0) { in Bm_function_pthread_attr_getschedparam()
684 perror("pthread_attr_getschedparam proc"); in Bm_function_pthread_attr_getschedparam()
723 perror("pthread_attr_setschedparam pthread_attr_getschedparam"); in Bm_function_pthread_attr_setschedparam()
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5228 pub fn pthread_attr_getschedparam( in pthread_attr_getschedparam() functions
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp17912 extern int pthread_attr_getschedparam (const pthread_attr_t *__restrict __attr,
[all...]

Completed in 54 milliseconds