Home
last modified time | relevance | path

Searched defs:pthread_setschedparam (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/libc/bionic/
H A Dpthread_setschedparam.cpp38 int pthread_setschedparam(pthread_t t, int policy, const sched_param* param) { in pthread_setschedparam() function
/aosp12/bionic/tests/
H A Dpthread_test.cpp2863 TEST(pthread, pthread_setschedparam) { in TEST() argument