Searched refs:pthread_setschedprio (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/bionic/ |
D | pthread_setschedparam.cpp | 48 int pthread_setschedprio(pthread_t t, int priority) { in pthread_setschedprio() function
|
/bionic/tests/headers/posix/ |
D | pthread_h.c | 201 FUNCTION(pthread_setschedprio, int (*f)(pthread_t, int)); in pthread_h()
|
/bionic/libc/include/ |
D | pthread.h | 325 int pthread_setschedprio(pthread_t __pthread, int __priority) __INTRODUCED_IN(28);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 808 pthread_setschedprio
|
/bionic/tests/ |
D | pthread_test.cpp | 674 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/ |
D | status.md | 152 * `pthread_attr_getinheritsched`/`pthread_attr_setinheritsched`/`pthread_setschedprio`
|
/bionic/libc/ |
D | libc.map.txt | 1416 pthread_setschedprio;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1416 pthread_setschedprio;
|