OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WaitForPhase2List
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/xsm/dist/
xsm.c
65
List *
WaitForPhase2List
;
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
, (char *) client)
[
all
...]
xsm.h
160
extern List *
WaitForPhase2List
;
save.c
496
for (cl = ListFirst (
WaitForPhase2List
); cl; cl = ListNext (cl))
509
ListFreeAllButHead (
WaitForPhase2List
);
Completed in 6 milliseconds
Indexes created Wed Jul 22 00:25:13 UTC 2026