Searched refs:findJobContextIdFromMap (Results 1 – 1 of 1) sorted by relevance
317 int jobRunningContext = findJobContextIdFromMap(pending, contextIdToJobMap); in assignJobsToContextsInternalLocked()334 int jobRunningContext = findJobContextIdFromMap(nextPending, contextIdToJobMap); in assignJobsToContextsInternalLocked()436 private static int findJobContextIdFromMap(JobStatus jobStatus, JobStatus[] map) { in findJobContextIdFromMap() method in JobConcurrencyManager