| 1187 | static bool async_read_complete = true; |
| 1188 | |
| 1189 | static void U5_AsyncReadManagerThreaded_WaitDone(AsyncReadManagerThreaded *t, AsyncReadCommand *c) |
| 1190 | { |
| 1191 | LOGTRACE(LCF_HACKS | LCF_FILEIO); |
| 1192 | return orig::U5_AsyncReadManagerThreaded_WaitDone(t, c); |
| 1193 | } |
| 1194 | |
| 1195 | static void U6_AsyncReadManagerThreaded_Request(AsyncReadManagerThreaded *t, AsyncReadCommand *c) |
| 1196 | { |
no outgoing calls
no test coverage detected