HomeSort by: relevance | last modified time | path
    Searched refs:phase2_wait (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/libSM/dist/src/
sm_client.c 188 smcConn->phase2_wait = NULL;
354 if (smcConn->phase2_wait)
355 free (smcConn->phase2_wait);
583 if (smcConn->phase2_wait)
584 wait = smcConn->phase2_wait;
596 smcConn->phase2_wait = wait;
sm_process.c 373 if (!smcConn->phase2_wait)
384 (*smcConn->phase2_wait->phase2_proc) (smcConn,
385 smcConn->phase2_wait->client_data);
387 free (smcConn->phase2_wait);
388 smcConn->phase2_wait = NULL;
SMlibint.h 309 _SmcPhase2Wait *phase2_wait; member in struct:_SmcConn

Completed in 4 milliseconds