Searched refs:workerTid (Results 1 – 1 of 1) sorted by relevance
673 pid_t workerTid = mWorker->getTid(); in initInstance() local674 if (workerTid > 0) { in initInstance()693 if (sched_setscheduler(workerTid, SCHED_FIFO | SCHED_RESET_ON_FORK, ¶m) != 0) { in initInstance()697 LOG(WARNING) << __func__ << ": invalid worker tid: " << workerTid; in initInstance()