Home
last modified time | relevance | path

Searched refs:setparam (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dpthreadndk1.cpp148 sched_param setparam; in PThreadAttrGetSchedParam() local
150 setparam.sched_priority = testSchedPriority; in PThreadAttrGetSchedParam()
152 pthread_attr_setschedparam(&attr, &setparam); in PThreadAttrGetSchedParam()
320 sched_param setparam; in PThreadAttrSetSchedParam() local
322 setparam.sched_priority = testSchedPriority; in PThreadAttrSetSchedParam()
324 int ret = pthread_attr_setschedparam(&attr, &setparam); in PThreadAttrSetSchedParam()
H A Dpthreadndk.cpp373 struct sched_param setparam; in testAttrSetSchedParam() local
383 err = pthread_attr_setschedparam(&attr, &setparam); in testAttrSetSchedParam()

Completed in 8 milliseconds