Searched defs:WorkList (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/onbld/Scm/
H A DWorkSpace.py447 class WorkList(object): class in inherits:object
451 Internally, the WorkList is stored in .hg/cdm/worklist as a list
459 '''Load the WorkList for the specified WorkSpace from disk.'''
471 '''A WorkList object is true if it was loaded from disk,
478 '''List of pathnames contained in the WorkList
485 WorkList as they are in the working copy
492 '''Add FNAME to the WorkList.
498 '''Write the WorkList out to disk.
519 '''Read in the WorkList from disk.
528 '''Empty the WorkList
[all...]
/illumos-gate/usr/src/tools/onbld/hgext/
H A Dcdm.py107 from onbld.Scm.WorkSpace import WorkSpace, WorkList namespace
1378 wl = WorkList(wslist[repo])
1403 # into the WorkList with only the destination name
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c2122 /* Has the WorkList reached the limit? */
2450 ** full -- (optional) to be set 'true' if WorkList is full
2452 ** messages in this queue not added to WorkList
2457 ** the number of requests in WorkList however).
2460 ** prepares available work into WorkList
2471 static WORK *WorkList = NULL; /* list of unsort work */ variable
2472 static int WorkListSize = 0; /* current max size of WorkList */
2473 static int WorkListCount = 0; /* # of work items in WorkList */
2623 "WorkList for %s maxed out at %d",
2637 w = &WorkList[w
[all...]

Completed in 56 milliseconds