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.h302 int pthread_setschedparam(pthread_t __pthread, int __policy, const struct sched_param* _Nonnull __p…
/bionic/tests/
Dpthread_test.cpp659 EXPECT_DEATH(pthread_setschedparam(dead_thread, policy, &param), in TEST_F()
667 EXPECT_EQ(ESRCH, pthread_setschedparam(null_thread, policy, &param)); 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, &param); in TEST()
3045 int rc = pthread_setschedparam(pthread_self(), SCHED_FIFO, &param); in TEST()
3067 int rc = pthread_setschedparam(pthread_self(), SCHED_FIFO | SCHED_RESET_ON_FORK, &param); in TEST()
/bionic/docs/
Dstatus.md344 `pthread_getschedparam`/`pthread_setschedparam`, `pthread_join`, and
362 * `pthread_getcpuclockid` and `pthread_getschedparam`/`pthread_setschedparam`
/bionic/libc/tools/
Dposix-2013.txt807 pthread_setschedparam
/bionic/libc/
Dlibc.map.txt827 pthread_setschedparam;
DAndroid.bp919 "bionic/pthread_setschedparam.cpp",
/bionic/tools/versioner/platforms/
Dlibc.map.txt827 pthread_setschedparam;