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/
H A DActsProcessApiTest.cpp160 pthread_t thisThread; in HWTEST_F() local
163 thisThread = pthread_self(); in HWTEST_F()
165 (unsigned int)thisThread, (unsigned int)thisThread); in HWTEST_F()
167 returnVal = pthread_setname_np(thisThread, "funcThreadName"); in HWTEST_F()
169 "--> returnVal:='%d'\n", thisThread, thisThread, returnVal); in HWTEST_F()
172 << "ErrInfo: pthread_setname_np thread:='" << thisThread in HWTEST_F()
173 << "(0x" << thisThread << ")' *name:='funcThreadName', " in HWTEST_F()
183 pthread_t thisThread; in HWTEST_F() local
[all...]

Completed in 1 milliseconds