| 673 | } |
| 674 | |
| 675 | static 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 | |
| 681 | static int U6_job_completed(ujob_control_t* x, ujob_lane_t* y, ujob_job_t* z, ujob_handle_t a) |
| 682 | { |
no outgoing calls
no test coverage detected