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

Function U2K_JobQueue_WaitForJobGroupID

src/library/UnityHacks.cpp:675–679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

673}
674
675static void U2K_JobQueue_WaitForJobGroupID(JobQueue* /* or ujob_control_t* */ t , JobGroup* /* or ujob_handle_t */ x, int y, bool z)
676{
677 LOG(LL_TRACE, LCF_HACKS, "U2K_JobQueue_WaitForJobGroupID called with JobGroup %p, JobGroup tag %d and steal mode %d", x, y, z);
678 return orig::U2K_JobQueue_WaitForJobGroupID(t, x, y, z);
679}
680
681static int U6_job_completed(ujob_control_t* x, ujob_lane_t* y, ujob_job_t* z, ujob_handle_t a)
682{

Calls

no outgoing calls

Tested by

no test coverage detected