| 587 | } |
| 588 | |
| 589 | static 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 | |
| 595 | static void U2K_BackgroundJobQueue_ScheduleJobInternal(BackgroundJobQueue *t, void (*x)(void*), void* y, BackgroundJobQueue_JobFence* z, JobQueue_JobQueuePriority a) |
| 596 | { |
no outgoing calls
no test coverage detected