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

Function U5_JobQueue_HasJobGroupIDCompleted

src/library/UnityHacks.cpp:589–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587}
588
589static bool U5_JobQueue_HasJobGroupIDCompleted(JobQueue* t, JobGroup* x, int y)
590{
591 LOG(LL_TRACE, LCF_HACKS, "U5_JobQueue_WaitForJobGroupID called with JobGroup %p, JobGroup tag %d", x, y);
592 return orig::U5_JobQueue_HasJobGroupIDCompleted(t, x, y);
593}
594
595static void U2K_BackgroundJobQueue_ScheduleJobInternal(BackgroundJobQueue *t, void (*x)(void*), void* y, BackgroundJobQueue_JobFence* z, JobQueue_JobQueuePriority a)
596{

Calls

no outgoing calls

Tested by

no test coverage detected