Home
last modified time | relevance | path

Searched refs:schparm (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/realtime/perf/latency/
Dpthread_cond_latency.c116 struct sched_param schparm; in test_signal() local
124 schparm.sched_priority = prio; in test_signal()
125 if (sched_setscheduler(getpid(), SCHED_FIFO, &schparm) != 0) { in test_signal()
138 if (pthread_attr_setschedparam(&attr, &schparm) != 0) { in test_signal()
Dpthread_cond_many.c107 struct sched_param schparm; in create_thread_() local
119 schparm.sched_priority = prio; in create_thread_()
120 if (sched_setscheduler(getpid(), SCHED_FIFO, &schparm) != 0) { in create_thread_()
129 if (pthread_attr_setschedparam(&attr, &schparm) != 0) { in create_thread_()