Home
last modified time | relevance | path

Searched refs:pthread_setschedparam (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/bionic/
Dpthread_setschedparam.cpp38 int pthread_setschedparam(pthread_t t, int policy, const sched_param* param) { in pthread_setschedparam() function
/bionic/tests/headers/posix/
Dpthread_h.c200 FUNCTION(pthread_setschedparam, int (*f)(pthread_t, int, const struct sched_param*)); in pthread_h()
/bionic/libc/include/
Dpthread.h286 int pthread_setschedparam(pthread_t __pthread, int __policy, const struct sched_param* __param);
/bionic/tests/
Dpthread_test.cpp633 EXPECT_DEATH(pthread_setschedparam(dead_thread, policy, &param), in TEST_F()
641 EXPECT_EQ(ESRCH, pthread_setschedparam(null_thread, policy, &param)); in TEST_F()
2864 TEST(pthread, pthread_setschedparam) { in TEST() argument
2866 ASSERT_EQ(EINVAL, pthread_setschedparam(pthread_self(), INT_MIN, &p)); in TEST()
2917 int rc = pthread_setschedparam(pthread_self(), SCHED_FIFO, &param); in TEST()
2938 int rc = pthread_setschedparam(pthread_self(), SCHED_FIFO, &param); in TEST()
2960 int rc = pthread_setschedparam(pthread_self(), SCHED_FIFO | SCHED_RESET_ON_FORK, &param); in TEST()
/bionic/docs/
Dstatus.md279 `pthread_getschedparam`/`pthread_setschedparam`, `pthread_join`, and
297 * `pthread_getcpuclockid` and `pthread_getschedparam`/`pthread_setschedparam`
/bionic/libc/tools/
Dposix-2013.txt807 pthread_setschedparam
/bionic/tools/versioner/platforms/
Dlibc.map.txt827 pthread_setschedparam;
/bionic/libc/
Dlibc.map.txt827 pthread_setschedparam;
DAndroid.bp1221 "bionic/pthread_setschedparam.cpp",