Home
last modified time | relevance | path

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

/test/xts/acts/kernel_lite/process_posix/src/
DActsProcessApiTest.cpp160 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);
[all …]