Searched refs:mThreadName (Results 1 – 2 of 2) sorted by relevance
26 mThreadName = name; in start()90 if (!mThreadName.empty()) { in workerThread()91 std::string compliantName(mThreadName.substr(0, 15)); in workerThread()
80 std::string mThreadName; variable