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

/xsrc/external/mit/libSM/dist/src/
H A DSMlibint.h213 typedef struct _SmcInteractWait { struct
216 struct _SmcInteractWait *next;
217 } _SmcInteractWait; typedef in typeref:struct:_SmcInteractWait
302 _SmcInteractWait *interact_waits;
H A Dsm_client.c343 _SmcInteractWait *ptr = smcConn->interact_waits;
344 _SmcInteractWait *next;
503 _SmcInteractWait *wait, *ptr;
505 if ((wait = malloc (sizeof (_SmcInteractWait))) == NULL)
H A Dsm_process.c401 _SmcInteractWait *next = smcConn->interact_waits->next;

Completed in 4 milliseconds