Searched defs:fDestroyable (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/r3/
H A Dudp.cpp583 bool fDestroyable; local
592 fDestroyable = rtUdpServerTrySetState(pServer, RTUDPSERVERSTATE_DESTROYING, enmState);
597 fDestroyable = true;
608 if (fDestroyable)
H A Dtcp.cpp761 bool fDestroyable; local
770 fDestroyable = rtTcpServerTrySetState(pServer, RTTCPSERVERSTATE_DESTROYING, enmState);
775 fDestroyable = true;
786 if (fDestroyable)

Completed in 49 milliseconds