Searched refs:WaitForPhase2List (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xsm/dist/
H A Dxsm.c65 List *WaitForPhase2List; variable in typeref:typename:List *
340 WaitForPhase2List = ListInit();
341 if (!WaitForPhase2List) nomem();
881 ListCount (WaitForPhase2List)) == ListCount (WaitForSaveDoneList));
931 ListFreeAllButHead (WaitForPhase2List);
972 if (ListCount (WaitForPhase2List) > 0)
998 return (ListCount (WaitForPhase2List) == ListCount (WaitForSaveDoneList));
1027 ListAddLast (WaitForPhase2List, (char *) client);
1077 else if (ListCount (WaitForPhase2List) > 0 && OkToEnterPhase2 ())
1128 ListSearchAndFreeOne (WaitForPhase2List, (cha
[all...]
H A Dxsm.h160 extern List *WaitForPhase2List;
H A Dsave.c496 for (cl = ListFirst (WaitForPhase2List); cl; cl = ListNext (cl))
509 ListFreeAllButHead (WaitForPhase2List);

Completed in 5 milliseconds