Searched refs:pthread_setschedparam (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/bionic/
H A Dpthread_setschedparam.cpp34 int pthread_setschedparam(pthread_t t, int policy, const sched_param* param) { function
/bionic/libc/include/
H A Dpthread.h250 int pthread_setschedparam(pthread_t, int, const struct sched_param*) __nonnull((3));
/bionic/tests/
H A Dpthread_test.cpp494 ASSERT_EQ(ESRCH, pthread_setschedparam(dead_thread, policy, &param));
/bionic/libc/
H A DAndroid.mk579 bionic/pthread_setschedparam.cpp \

Completed in 4411 milliseconds