Searched refs:WorkList (Results 1 – 3 of 3) sorted by relevance
2471 static WORK *WorkList = NULL; /* list of unsort work */ variable2637 w = &WorkList[wn];2919 (WorkList == NULL && wn > 0);2969 if (WorkList == NULL || wc <= 0)2986 qsort((char *) WorkList, wc, sizeof(*WorkList), workcmpf1);2996 if (!WorkList[i].w_lock)3001 w = &WorkList[i];3004 if (WorkList[i].w_host == NULL &&3006 WorkList[i].w_lock = true;3007 else if (WorkList[i].w_host != NULL &&[all …]
447 class WorkList(object): class956 wl = WorkList(self)
107 from onbld.Scm.WorkSpace import WorkSpace, WorkList1378 wl = WorkList(wslist[repo])