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

/vbox/src/VBox/Devices/Serial/
H A DDevSerial.cpp210 int thr_ipending; member in struct:SerialState
308 && pThis->thr_ipending) {
434 pThis->thr_ipending = 1;
459 pThis->thr_ipending = 0;
464 pThis->thr_ipending = 0;
478 pThis->thr_ipending = 1;
623 pThis->thr_ipending = 0;
927 SSMR3PutS32(pSSM, pThis->thr_ipending);
988 SSMR3GetS32(pSSM, &pThis->thr_ipending);
1124 pThis->thr_ipending
[all...]

Completed in 44 milliseconds