Searched refs:cycleMs (Results 1 – 2 of 2) sorted by relevance
32 FastThread(const char *cycleMs, const char *loadUs);
41 FastThread::FastThread(const char *cycleMs, const char *loadUs) : Thread(false /*canCallJava*/) in FastThread() argument43 strlcpy(mCycleMs, cycleMs, sizeof(mCycleMs)); in FastThread()