MCPcopy Create free account
hub / github.com/clementgallet/libTAS / U5_AsyncReadManagerThreaded_WaitDone

Function U5_AsyncReadManagerThreaded_WaitDone

src/library/UnityHacks.cpp:1189–1193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1187static bool async_read_complete = true;
1188
1189static 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
1195static void U6_AsyncReadManagerThreaded_Request(AsyncReadManagerThreaded *t, AsyncReadCommand *c)
1196{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected