Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/test/unittest/remote_file_share/
H A Dremote_file_share_test.cpp161 char pthreadName[PATH_MAX]; variable
162 int ret = pthread_getname_np(pthread_self(), pthreadName, sizeof(pthreadName));
164 string pthreadNameStr = pthreadName;
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/innerkits/native/remote_file_share/src/
H A Dremote_file_share.cpp94 char pthreadName[PATH_MAX]; in GetProcessName() local
95 int ret = pthread_getname_np(pthread_self(), pthreadName, sizeof(pthreadName)); in GetProcessName()
100 std::string pthreadNameStr = pthreadName; in GetProcessName()