Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/1.0/default/
Dasync_fd_watcher.cc124 struct sched_param rt_params; in ThreadRoutine() local
125 rt_params.sched_priority = BT_RT_PRIORITY; in ThreadRoutine()
126 if (sched_setscheduler(gettid(), SCHED_FIFO, &rt_params)) { in ThreadRoutine()