Mercurial > nand-ecoscentric
comparison host/tools/ecostest/common/eCosTest.cpp @ 126:518f42066aba ecos-sw-2000-09-19
Merge from eCos master repository on 2000-09-19-06:25:26-BST
| author | jlarmour |
|---|---|
| date | Tue, 19 Sep 2000 05:53:51 +0000 |
| parents | c37d3a9e1b28 |
| children | 9b55e9c69693 |
comparison
equal
deleted
inserted
replaced
| 125:b4407dc7f59d | 126:518f42066aba |
|---|---|
| 254 | 254 |
| 255 m_Status=NotStarted; | 255 m_Status=NotStarted; |
| 256 | 256 |
| 257 TRACE(_T("LocalThreadFunc - target=%s\n"),(LPCTSTR)m_ep.PlatformName()); | 257 TRACE(_T("LocalThreadFunc - target=%s\n"),(LPCTSTR)m_ep.PlatformName()); |
| 258 // Acquire a port (our caller may have done this for us) | 258 // Acquire a port (our caller may have done this for us) |
| 259 VTRACE(_T("LocalThreadFunc():Tring to acquire a port\n")); | 259 VTRACE(_T("LocalThreadFunc():Trying to acquire a port\n")); |
| 260 if(0==m_pResource){ | 260 if(0==m_pResource){ |
| 261 for(;;){ | 261 for(;;){ |
| 262 m_pResource=CTestResource::GetResource(m_ep); | 262 m_pResource=CTestResource::GetResource(m_ep); |
| 263 if(m_pResource||Cancelled==Status()){ | 263 if(m_pResource||Cancelled==Status()){ |
| 264 break; | 264 break; |
