/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_setschedprio.c | 22 int ret = pthread_setschedprio(pthread_self(), 10); in Thread1() 30 int ret = pthread_setschedprio(pthread_self(), 1000); in Thread2()
|
D | test_src_functionalext_supplement_thread.gni | 49 "pthread_setschedprio",
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedprio/ |
D | coverage.txt | 1 This document defines the coverage for the pthread_setschedprio() function:
|
D | 1-1.c | 52 rc = pthread_setschedprio(pthread_self(), priority + 1); in a_thread_func()
|
/third_party/musl/src/thread/ |
D | pthread_setschedprio.c | 4 int pthread_setschedprio(pthread_t t, int prio) in pthread_setschedprio() function
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_setschedprio.c | 4 int pthread_setschedprio(pthread_t t, int prio) in pthread_setschedprio() function
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
D | thread_pthrd_test.cpp | 356 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/ |
D | 1-3.c | 205 ret = pthread_setschedprio(child, sp.sched_priority); in main()
|
/third_party/musl/porting/liteos_m/user/include/ |
D | pthread.h | 99 int pthread_setschedprio(pthread_t, int);
|
/third_party/musl/include/ |
D | pthread.h | 102 int pthread_setschedprio(pthread_t, int);
|
/third_party/musl/ndk_musl_include/ |
D | pthread.h | 106 int pthread_setschedprio(pthread_t, int);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | pthread.h | 106 int pthread_setschedprio(pthread_t, int);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | pthread.h | 106 int pthread_setschedprio(pthread_t, int);
|
/third_party/musl/libc-test/src/api/ |
D | pthread.c | 140 {int(*p)(pthread_t,int) = pthread_setschedprio;} in f()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | pthread.h | 106 int pthread_setschedprio(pthread_t, int);
|
/third_party/musl/porting/linux/user/include/ |
D | pthread.h | 114 int pthread_setschedprio(pthread_t, int);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | pthread.h | 170 int pthread_setschedprio(pthread_t, int);
|
/third_party/musl/ |
D | libc.map.txt | 1439 pthread_setschedprio;
|
D | musl_src.gni | 1467 "src/thread/pthread_setschedprio.c",
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux.txt | 3160 pthread_setschedprio
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 2779 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/ |
D | mod.rs | 4050 pub fn pthread_setschedprio(native: ::pthread_t, priority: ::c_int) -> ::c_int; in pthread_setschedprio() function
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 18036 extern int pthread_setschedprio (pthread_t __target_thread, int __prio)
|