Lines Matching refs:thisThread
160 pthread_t thisThread; variable
163 thisThread = pthread_self();
165 (unsigned int)thisThread, (unsigned int)thisThread);
167 returnVal = pthread_setname_np(thisThread, "funcThreadName");
169 "--> returnVal:='%d'\n", thisThread, thisThread, returnVal);
172 << "ErrInfo: pthread_setname_np thread:='" << thisThread
173 << "(0x" << thisThread << ")' *name:='funcThreadName', "
183 pthread_t thisThread; variable
186 thisThread = pthread_self();
188 (unsigned int)thisThread, (unsigned int)thisThread);
190 returnVal = pthread_setname_np(thisThread, "funcThreadNamelongName");
192 "--> returnVal:='%d'\n", thisThread, thisThread, returnVal);
195 << "ErrInfo: pthread_setname_np thread:='" << thisThread
196 << "(0x" << thisThread << ")' *name:='funcThreadNamelongName',"
199 << "ErrInfo: pthread_setname_np thread:='" << thisThread
200 << "(0x" << thisThread << ")' *name:='funcThreadNamelongName',"