Searched refs:suspend_cnt (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dmonitor.c81 int suspend_cnt; member in struct:Monitor
2980 return (mon->suspend_cnt == 0) ? 128 : 0;
3019 mon->suspend_cnt++;
3027 if (--mon->suspend_cnt == 0)
3043 mon->suspend_cnt = 0;
3049 if (mon->suspend_cnt == 0) {
3055 mon->suspend_cnt++;

Completed in 124 milliseconds