Searched refs:thisThread (Results 1 – 1 of 1) sorted by relevance
160 pthread_t thisThread; variable163 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:='" << thisThread173 << "(0x" << thisThread << ")' *name:='funcThreadName', "183 pthread_t thisThread; variable186 thisThread = pthread_self();188 (unsigned int)thisThread, (unsigned int)thisThread);[all …]