HomeSort by: relevance | last modified time | path
    Searched defs:push_event (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
ser-base.c 32 static timer_handler_func push_event; variable
80 next_state = create_timer (0, push_event, scb);
91 next_state = create_timer (0, push_event, scb);
152 push_event() is used to nag the client until it is. */
192 /* PUSH_EVENT: The input FIFO is non-empty (or there is a pending
198 push_event (void *context) function
  /src/external/gpl3/gdb/dist/gdb/
ser-base.c 32 static timer_handler_func push_event; variable
80 next_state = create_timer (0, push_event, scb);
91 next_state = create_timer (0, push_event, scb);
152 push_event() is used to nag the client until it is. */
192 /* PUSH_EVENT: The input FIFO is non-empty (or there is a pending
198 push_event (void *context) function
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_cmd.c 52 wait_queue_head_t *push_event; member in struct:qxl_ring
72 wait_queue_head_t *push_event)
84 ring->push_event = push_event;
135 ret = wait_event_interruptible(*ring->push_event,
140 wait_event(*ring->push_event,

Completed in 14 milliseconds