Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_setschedparam.cpp48 int pthread_setschedprio(pthread_t t, int priority) { in pthread_setschedprio() function
/bionic/tests/headers/posix/
Dpthread_h.c201 FUNCTION(pthread_setschedprio, int (*f)(pthread_t, int)); in pthread_h()
/bionic/libc/include/
Dpthread.h325 int pthread_setschedprio(pthread_t __pthread, int __priority) __INTRODUCED_IN(28);
/bionic/libc/tools/
Dposix-2013.txt808 pthread_setschedprio
/bionic/tests/
Dpthread_test.cpp674 EXPECT_DEATH(pthread_setschedprio(dead_thread, 123), in TEST_F()
680 EXPECT_EQ(ESRCH, pthread_setschedprio(null_thread, 123)); in TEST_F()
2976 TEST(pthread, pthread_setschedprio) { in TEST() argument
2977 ASSERT_EQ(EINVAL, pthread_setschedprio(pthread_self(), INT_MIN)); in TEST()
/bionic/docs/
Dstatus.md152 * `pthread_attr_getinheritsched`/`pthread_attr_setinheritsched`/`pthread_setschedprio`
/bionic/libc/
Dlibc.map.txt1416 pthread_setschedprio;
/bionic/tools/versioner/platforms/
Dlibc.map.txt1416 pthread_setschedprio;