Searched refs:thr_ipending (Results 1 - 2 of 2) 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...]
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp1279 GEN_CHECK_OFF(SerialState, thr_ipending);

Completed in 367 milliseconds