Searched refs:hTmpThread (Results 1 - 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/io/disktest/
H A Dthreading.c153 hThread_t hTmpThread; local
155 hTmpThread = spawnThread(function, test);
157 if (ISTHREADVALID(hTmpThread)) {
170 test->env->pThreads->hThread = hTmpThread;
184 hThread_t hTmpThread; local
186 hTmpThread = spawnThread(function, test);
188 if (ISTHREADVALID(hTmpThread)) {
189 test->hThread = hTmpThread;
214 hThread_t hTmpThread; local
217 hTmpThread
[all...]

Completed in 185 milliseconds