Searched refs:shutdown (Results 1 – 6 of 6) sorted by relevance
56 void (*shutdown)(struct JdwpState* state); member166 (*state->transport->shutdown)(state); in dvmJdwpNetShutdown()
90 shutdown(netState->clientSock, SHUT_RDWR); in adbStateFree()94 shutdown(netState->controlSock, SHUT_RDWR); in adbStateFree()236 if (shutdown(netState->controlSock, SHUT_RDWR)) { in acceptConnection()336 shutdown(clientSock, SHUT_RDWR); in adbStateShutdown()342 shutdown(controlSock, SHUT_RDWR); in adbStateShutdown()
218 shutdown(listenSock, SHUT_RDWR); in netShutdown()222 shutdown(clientSock, SHUT_RDWR); in netShutdown()
13 - Use "startup" and "shutdown" functions to clean up gDvm. The VM must
2958 goto shutdown; in DestroyJavaVM()2975 shutdown: in DestroyJavaVM()
512 threadPool.shutdown(); in processAllFiles()