Home
last modified time | relevance | path

Searched refs:pthread_setschedprio (Results 1 - 17 of 17) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_setschedprio.c22 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 Dpthread_setschedprio.c4 int pthread_setschedprio(pthread_t t, int prio) in pthread_setschedprio() function
/third_party/musl/src/thread/
H A Dpthread_setschedprio.c4 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 D1-1.c14 * 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 Dthread_pthrd_test.cpp356 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 D1-3.c21 * 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 Dpthread.h106 int pthread_setschedprio(pthread_t, int);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dpthread.h106 int pthread_setschedprio(pthread_t, int);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dpthread.h106 int pthread_setschedprio(pthread_t, int);
/third_party/musl/porting/liteos_m/user/include/
H A Dpthread.h99 int pthread_setschedprio(pthread_t, int);
/third_party/musl/libc-test/src/api/
H A Dpthread.c140 {int(*p)(pthread_t,int) = pthread_setschedprio;} in f()
/third_party/musl/porting/linux/user/include/
H A Dpthread.h129 int pthread_setschedprio(pthread_t, int);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dpthread.h170 int pthread_setschedprio(pthread_t, int);
/third_party/musl/include/
H A Dpthread.h104 int pthread_setschedprio(pthread_t, int);
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2779 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 Dmod.rs4050 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 Dstylo.hpp18036 extern int pthread_setschedprio (pthread_t __target_thread, int __prio)
[all...]

Completed in 48 milliseconds