Searched refs:pthread_getschedparam (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/bionic/ |
D | pthread_getschedparam.cpp | 36 int pthread_getschedparam(pthread_t t, int* policy, sched_param* param) { in pthread_getschedparam() function
|
/bionic/tests/headers/posix/ |
D | pthread_h.c | 138 FUNCTION(pthread_getschedparam, int (*f)(pthread_t, int*, struct sched_param*)); in pthread_h()
|
/bionic/libc/include/ |
D | pthread.h | 168 int pthread_getschedparam(pthread_t __pthread, int* __policy, struct sched_param* __param);
|
/bionic/tests/ |
D | pthread_test.cpp | 616 EXPECT_DEATH(pthread_getschedparam(dead_thread, &policy, ¶m), in TEST_F() 624 EXPECT_EQ(ESRCH, pthread_getschedparam(null_thread, &policy, ¶m)); in TEST_F() 2930 ASSERT_EQ(0, pthread_getschedparam(t, &actual_policy, &actual_param)); in TEST() 2952 ASSERT_EQ(0, pthread_getschedparam(t, &actual_policy, &actual_param)); in TEST() 2973 ASSERT_EQ(0, pthread_getschedparam(t, &actual_policy, &actual_param)); in TEST()
|
/bionic/docs/ |
D | status.md | 279 `pthread_getschedparam`/`pthread_setschedparam`, `pthread_join`, and 297 * `pthread_getcpuclockid` and `pthread_getschedparam`/`pthread_setschedparam`
|
/bionic/libc/tools/ |
D | posix-2013.txt | 762 pthread_getschedparam
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 789 pthread_getschedparam;
|
/bionic/libc/ |
D | libc.map.txt | 789 pthread_getschedparam;
|
D | Android.bp | 1209 "bionic/pthread_getschedparam.cpp",
|