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

  /src/external/gpl3/gdb.old/dist/gdb/
ser-mingw.c 42 /* CancelIo is not available for Windows 95 OS, so we need to use
44 #define CancelIo dyn_CancelIo
46 static CancelIo_ftype *CancelIo;
240 /* Stop any pending selects. On Windows 95 OS, CancelIo function does
244 if (CancelIo)
245 CancelIo ((HANDLE) _get_osfhandle (scb->fd));
1349 /* First find out if kernel32 exports CancelIo function. */
1353 CancelIo = (CancelIo_ftype *) GetProcAddress (hm, "CancelIo");
1357 CancelIo = NULL
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ser-mingw.c 42 /* CancelIo is not available for Windows 95 OS, so we need to use
44 #define CancelIo dyn_CancelIo
46 static CancelIo_ftype *CancelIo;
240 /* Stop any pending selects. On Windows 95 OS, CancelIo function does
244 if (CancelIo)
245 CancelIo ((HANDLE) _get_osfhandle (scb->fd));
1347 /* First find out if kernel32 exports CancelIo function. */
1351 CancelIo = (CancelIo_ftype *) GetProcAddress (hm, "CancelIo");
1355 CancelIo = NULL
    [all...]

Completed in 48 milliseconds