| 244 | /************************************************************************/ |
| 245 | |
| 246 | static void *PosixTestThread(void *pData) |
| 247 | |
| 248 | { |
| 249 | (void)pData; |
| 250 | TestThread(); |
| 251 | return nullptr; |
| 252 | } |
| 253 | #endif |
| 254 | |
| 255 | /************************************************************************/ |
nothing calls this directly
no test coverage detected