Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/interfaces/innerkits/native/remote_file_share/src/
H A Dremote_file_share.cpp100 std::string pthreadNameStr = pthreadName; in GetProcessName() local
101 LOGI("RemoteFileShare::GetProcessName, thread name is %{public}s", pthreadNameStr.c_str()); in GetProcessName()
102 return pthreadNameStr; in GetProcessName()
/ohos5.0/foundation/filemanagement/app_file_service/test/unittest/remote_file_share/
H A Dremote_file_share_test.cpp164 string pthreadNameStr = pthreadName; variable
171 ret = pthread_setname_np(pthread_self(), pthreadNameStr.c_str());