Searched refs:modemThreadHandle (Results 1 – 1 of 1) sorted by relevance
332 pthread_t modemThreadHandle = 0; in dumpstateBoard() local337 … if (pthread_create(&modemThreadHandle, NULL, dumpModemThread, (void *)((long)fdModem)) != 0) { in dumpstateBoard()407 if (modemThreadHandle) { in dumpstateBoard()408 pthread_join(modemThreadHandle, NULL); in dumpstateBoard()