Searched refs:sched_priority (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/include/bits/
H A Dpthread_types.h42 int32_t sched_priority; member in struct:__anon23
/bionic/libc/bionic/
H A Dpthread_attr.cpp47 attr->sched_priority = 0;
83 attr->sched_priority = param->sched_priority;
88 param->sched_priority = attr->sched_priority;
H A Dpthread_create.cpp99 param.sched_priority = thread->attr.sched_priority;
/bionic/benchmarks/
H A Dsemaphore_benchmark.cpp138 param.sched_priority = 1;
144 param.sched_priority = 0;
/bionic/libc/include/
H A Dsched.h41 int sched_priority; member in struct:sched_param

Completed in 134 milliseconds