Changeset f6660520 for benchmark/io


Ignore:
Timestamp:
Apr 30, 2020, 3:27:11 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
9987d79
Parents:
c59a346
Message:

Added new implementation of io_uring that uses user-thread

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/io/readv.cfa

    rc59a346 rf6660520  
    1616#include <thread.hfa>
    1717#include <time.hfa>
     18
     19#if !defined(HAVE_LINUX_IO_URING_H)
     20#warning no io uring
     21#endif
    1822
    1923extern bool traceHeapOn();
Note: See TracChangeset for help on using the changeset viewer.