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

  /src/external/gpl3/gdb/dist/gdb/
mingw-hdep.c 58 /* SCBS contains serial control objects corresponding to file
60 struct serial *scbs[MAXIMUM_WAIT_OBJECTS]; local
61 /* The number of valid entries in SCBS. */
99 scbs[num_scbs++] = scb;
141 serial_done_wait_handle (scbs[indx]);
  /src/external/gpl3/gdb.old/dist/gdb/
mingw-hdep.c 58 /* SCBS contains serial control objects corresponding to file
60 struct serial *scbs[MAXIMUM_WAIT_OBJECTS]; local
61 /* The number of valid entries in SCBS. */
99 scbs[num_scbs++] = scb;
141 serial_done_wait_handle (scbs[indx]);

Completed in 23 milliseconds