Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_attr.cpp48 attr->sched_priority = 0; in pthread_attr_init()
84 attr->sched_priority = param->sched_priority; in pthread_attr_setschedparam()
89 param->sched_priority = attr->sched_priority; in pthread_attr_getschedparam()
Dpthread_create.cpp123 param.sched_priority = thread->attr.sched_priority; in __init_thread()
/bionic/benchmarks/
Dsemaphore_benchmark.cpp143 param.sched_priority = 1; in BENCHMARK_F()
149 param.sched_priority = 0; in BENCHMARK_F()
/bionic/libc/include/bits/
Dpthread_types.h41 int32_t sched_priority; member
/bionic/libc/include/
Dsched.h41 int sched_priority; member