Searched refs:pthreadNameStr (Results 1 – 2 of 2) sorted by relevance
100 std::string pthreadNameStr = pthreadName; in GetProcessName() local101 LOGI("RemoteFileShare::GetProcessName, thread name is %{public}s", pthreadNameStr.c_str()); in GetProcessName()102 return pthreadNameStr; in GetProcessName()
164 string pthreadNameStr = pthreadName; variable171 ret = pthread_setname_np(pthread_self(), pthreadNameStr.c_str());