Searched refs:async_state (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/gdb/gdb/
H A Dser-unix.c1167 /* Value of scb->async_state: */
1182 /* Identify and schedule the next ASYNC task based on scb->async_state
1193 switch (scb->async_state)
1218 delete_timer (scb->async_state);
1223 next_state = scb->async_state;
1231 if (scb->async_state != FD_SCHEDULED)
1236 if (scb->async_state == FD_SCHEDULED)
1242 scb->async_state = next_state;
1298 scb->async_state = NOTHING_SCHEDULED; /* Timers are one-off */
1313 scb->async_state
[all...]
H A Dserial.c221 scb->async_state = 0;
269 scb->async_state = 0;
H A Dserial.h200 int async_state; /* Async internal state. */ member in struct:serial

Completed in 92 milliseconds