Searched refs:pthread_setschedparam (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/bionic/ |
D | pthread_setschedparam.cpp | 38 int pthread_setschedparam(pthread_t t, int policy, const sched_param* param) { in pthread_setschedparam() function
|
/bionic/tests/headers/posix/ |
D | pthread_h.c | 200 FUNCTION(pthread_setschedparam, int (*f)(pthread_t, int, const struct sched_param*)); in pthread_h()
|
/bionic/libc/include/ |
D | pthread.h | 302 int pthread_setschedparam(pthread_t __pthread, int __policy, const struct sched_param* _Nonnull __p…
|
/bionic/tests/ |
D | pthread_test.cpp | 659 EXPECT_DEATH(pthread_setschedparam(dead_thread, policy, ¶m), in TEST_F() 667 EXPECT_EQ(ESRCH, pthread_setschedparam(null_thread, policy, ¶m)); in TEST_F() 2971 TEST(pthread, pthread_setschedparam) { in TEST() argument 2973 ASSERT_EQ(EINVAL, pthread_setschedparam(pthread_self(), INT_MIN, &p)); in TEST() 3024 int rc = pthread_setschedparam(pthread_self(), SCHED_FIFO, ¶m); in TEST() 3045 int rc = pthread_setschedparam(pthread_self(), SCHED_FIFO, ¶m); in TEST() 3067 int rc = pthread_setschedparam(pthread_self(), SCHED_FIFO | SCHED_RESET_ON_FORK, ¶m); in TEST()
|
/bionic/docs/ |
D | status.md | 344 `pthread_getschedparam`/`pthread_setschedparam`, `pthread_join`, and 362 * `pthread_getcpuclockid` and `pthread_getschedparam`/`pthread_setschedparam`
|
/bionic/libc/tools/ |
D | posix-2013.txt | 807 pthread_setschedparam
|
/bionic/libc/ |
D | libc.map.txt | 827 pthread_setschedparam;
|
D | Android.bp | 919 "bionic/pthread_setschedparam.cpp",
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 827 pthread_setschedparam;
|