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

  /src/external/gpl3/gcc/dist/libgfortran/io/
async.h 33 #define ASYNC_IO 1
35 #define ASYNC_IO 0
371 #if ASYNC_IO
421 #if ASYNC_IO
482 #if ASYNC_IO
501 #if ASYNC_IO
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
async.h 33 #define ASYNC_IO 1
35 #define ASYNC_IO 0
230 #if ASYNC_IO
280 #if ASYNC_IO
331 #if ASYNC_IO
350 #if ASYNC_IO
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_disk_windows.c 126 #define ASYNC_IO 1/* Enabled */
198 int async_io; member in struct:tree
839 if (!t->async_io)
1090 if (t->async_io)
1804 t->async_io = 0;
1806 t->async_io = 1;
1808 (t->async_io)?"Enabled":"Disabled");
1810 t->async_io = ASYNC_IO;

Completed in 17 milliseconds