Searched refs:pthread_setschedprio (Results 1 - 17 of 17) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | pthread_setschedprio.c | 22 int ret = pthread_setschedprio(pthread_self(), 10); in Thread1() 30 int ret = pthread_setschedprio(pthread_self(), 1000); in Thread2()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
H A D | pthread_setschedprio.c | 4 int pthread_setschedprio(pthread_t t, int prio) in pthread_setschedprio() function
|
/third_party/musl/src/thread/ |
H A D | pthread_setschedprio.c | 4 int pthread_setschedprio(pthread_t t, int prio) in pthread_setschedprio() function
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedprio/ |
H A D | 1-1.c | 14 * pthread_setschedprio(), or pthread_create() call affecting the 20 /* Set the sched parameter with pthread_setschedprio then get */ 52 rc = pthread_setschedprio(pthread_self(), priority + 1); in a_thread_func() 54 printf("Error at pthread_setschedprio: rc=%d\n", rc); in a_thread_func()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
H A D | thread_pthrd_test.cpp | 356 EXPECT_DEATH(pthread_setschedprio(deadThread, 10), ".*"); in HWTEST_F() 367 EXPECT_DEATH(pthread_setschedprio(nullThread, 10), ".*"); in HWTEST_F() 377 EXPECT_EQ(EINVAL, pthread_setschedprio(pthread_self(), 1000)); in HWTEST_F()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getschedparam/ |
H A D | 1-3.c | 21 * set with pthread_setschedparam, pthread_setschedprio or 28 * -> change the param with pthread_setschedprio & check the result. 205 ret = pthread_setschedprio(child, sp.sched_priority); in main() 207 ERR_MSG("pthread_setschedprio()", ret); in main()
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | pthread.h | 106 int pthread_setschedprio(pthread_t, int);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | pthread.h | 106 int pthread_setschedprio(pthread_t, int);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | pthread.h | 106 int pthread_setschedprio(pthread_t, int);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | pthread.h | 99 int pthread_setschedprio(pthread_t, int);
|
/third_party/musl/libc-test/src/api/ |
H A D | pthread.c | 140 {int(*p)(pthread_t,int) = pthread_setschedprio;} in f()
|
/third_party/musl/porting/linux/user/include/ |
H A D | pthread.h | 129 int pthread_setschedprio(pthread_t, int);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | pthread.h | 170 int pthread_setschedprio(pthread_t, int);
|
/third_party/musl/include/ |
H A D | pthread.h | 104 int pthread_setschedprio(pthread_t, int);
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 2779 pub fn pthread_setschedprio(native: ::pthread_t, priority: ::c_int) -> ::c_int; in pthread_setschedprio() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 4050 pub fn pthread_setschedprio(native: ::pthread_t, priority: ::c_int) -> ::c_int; in pthread_setschedprio() functions
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 18036 extern int pthread_setschedprio (pthread_t __target_thread, int __prio) [all...] |
Completed in 48 milliseconds