Home
last modified time | relevance | path

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

/aosp12/bionic/libc/bionic/
H A Dpthread_setschedparam.cpp48 int pthread_setschedprio(pthread_t t, int priority) { in pthread_setschedprio() function
/aosp12/bionic/tests/
H A Dpthread_test.cpp2868 TEST(pthread, pthread_setschedprio) { in TEST() argument