Home
last modified time | relevance | path

Searched refs:modemThreadHandle (Results 1 – 1 of 1) sorted by relevance

/device/google/bonito/dumpstate/
DDumpstateDevice.cpp332 pthread_t modemThreadHandle = 0; in dumpstateBoard() local
337 … if (pthread_create(&modemThreadHandle, NULL, dumpModemThread, (void *)((long)fdModem)) != 0) { in dumpstateBoard()
407 if (modemThreadHandle) { in dumpstateBoard()
408 pthread_join(modemThreadHandle, NULL); in dumpstateBoard()