Searched refs:pthread_attr_setschedparam (Results 1 - 3 of 3) sorted by relevance

/bionic/benchmarks/
H A Dsemaphore_benchmark.cpp89 pthread_attr_setschedparam(&attr, &param);
/bionic/libc/bionic/
H A Dpthread_attr.cpp82 int pthread_attr_setschedparam(pthread_attr_t* attr, const sched_param* param) { function
/bionic/libc/include/
H A Dpthread.h149 int pthread_attr_setschedparam(pthread_attr_t*, const struct sched_param*) __nonnull((1, 2));

Completed in 61 milliseconds