Home
last modified time | relevance | path

Searched refs:pthread_setschedprio (Results 1 – 23 of 23) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_setschedprio.c22 int ret = pthread_setschedprio(pthread_self(), 10); in Thread1()
30 int ret = pthread_setschedprio(pthread_self(), 1000); in Thread2()
Dtest_src_functionalext_supplement_thread.gni49 "pthread_setschedprio",
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedprio/
Dcoverage.txt1 This document defines the coverage for the pthread_setschedprio() function:
D1-1.c52 rc = pthread_setschedprio(pthread_self(), priority + 1); in a_thread_func()
/third_party/musl/src/thread/
Dpthread_setschedprio.c4 int pthread_setschedprio(pthread_t t, int prio) in pthread_setschedprio() function
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_setschedprio.c4 int pthread_setschedprio(pthread_t t, int prio) in pthread_setschedprio() function
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
Dthread_pthrd_test.cpp356 EXPECT_DEATH(pthread_setschedprio(deadThread, 10), ".*");
367 EXPECT_DEATH(pthread_setschedprio(nullThread, 10), ".*");
377 EXPECT_EQ(EINVAL, pthread_setschedprio(pthread_self(), 1000));
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getschedparam/
D1-3.c205 ret = pthread_setschedprio(child, sp.sched_priority); in main()
/third_party/musl/porting/liteos_m/user/include/
Dpthread.h99 int pthread_setschedprio(pthread_t, int);
/third_party/musl/include/
Dpthread.h102 int pthread_setschedprio(pthread_t, int);
/third_party/musl/ndk_musl_include/
Dpthread.h106 int pthread_setschedprio(pthread_t, int);
/third_party/musl/porting/uniproton/kernel/include/
Dpthread.h106 int pthread_setschedprio(pthread_t, int);
/third_party/musl/porting/liteos_m/kernel/include/
Dpthread.h106 int pthread_setschedprio(pthread_t, int);
/third_party/musl/libc-test/src/api/
Dpthread.c140 {int(*p)(pthread_t,int) = pthread_setschedprio;} in f()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpthread.h106 int pthread_setschedprio(pthread_t, int);
/third_party/musl/porting/linux/user/include/
Dpthread.h114 int pthread_setschedprio(pthread_t, int);
/third_party/musl/porting/liteos_a/kernel/include/
Dpthread.h170 int pthread_setschedprio(pthread_t, int);
/third_party/musl/
Dlibc.map.txt1439 pthread_setschedprio;
Dmusl_src.gni1467 "src/thread/pthread_setschedprio.c",
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt3160 pthread_setschedprio
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs2779 pub fn pthread_setschedprio(native: ::pthread_t, priority: ::c_int) -> ::c_int; in pthread_setschedprio() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs4050 pub fn pthread_setschedprio(native: ::pthread_t, priority: ::c_int) -> ::c_int; in pthread_setschedprio() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp18036 extern int pthread_setschedprio (pthread_t __target_thread, int __prio)