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

/bionic/libc/bionic/
H A Dpthread_getschedparam.cpp34 int pthread_getschedparam(pthread_t t, int* policy, sched_param* param) { function
/bionic/libc/include/
H A Dpthread.h179 int pthread_getschedparam(pthread_t, int*, struct sched_param*) __nonnull((2, 3));
/bionic/tests/
H A Dpthread_test.cpp485 ASSERT_EQ(ESRCH, pthread_getschedparam(dead_thread, &policy, &param));
/bionic/libc/
H A DAndroid.mk568 bionic/pthread_getschedparam.cpp \

Completed in 163 milliseconds