Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_attr.cpp47 attr->sched_priority = 0; in pthread_attr_init()
83 attr->sched_priority = param->sched_priority; in pthread_attr_setschedparam()
88 param->sched_priority = attr->sched_priority; in pthread_attr_getschedparam()
Dpthread_create.cpp105 param.sched_priority = thread->attr.sched_priority; in __init_thread()
/bionic/libc/include/machine/
Dpthread_types.h42 int32_t sched_priority; member
/bionic/benchmarks/
Dsemaphore_benchmark.cpp126 param.sched_priority = 1; in Run()
131 param.sched_priority = 0; in Run()
/bionic/libc/include/
Dsched.h41 int sched_priority; member