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

/bionic/benchmarks/
H A Dsemaphore_benchmark.cpp90 pthread_attr_setschedpolicy(&attr, SCHED_OTHER);
/bionic/libc/bionic/
H A Dpthread_attr.cpp72 int pthread_attr_setschedpolicy(pthread_attr_t* attr, int policy) { function
/bionic/libc/include/
H A Dpthread.h150 int pthread_attr_setschedpolicy(pthread_attr_t*, int) __nonnull((1));

Completed in 40 milliseconds