Searched refs:pthreadName (Results 1 – 2 of 2) sorted by relevance
161 char pthreadName[PATH_MAX]; variable162 int ret = pthread_getname_np(pthread_self(), pthreadName, sizeof(pthreadName));164 string pthreadNameStr = pthreadName;
94 char pthreadName[PATH_MAX]; in GetProcessName() local95 int ret = pthread_getname_np(pthread_self(), pthreadName, sizeof(pthreadName)); in GetProcessName()100 std::string pthreadNameStr = pthreadName; in GetProcessName()