Changeset f6660520 for libcfa/prelude


Ignore:
Timestamp:
Apr 30, 2020, 3:27:11 PM (5 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
  • TabularUnified libcfa/prelude/defines.hfa.in

    rc59a346 rf6660520  
     1//
     2// Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo
     3//
     4// The contents of this file are covered under the licence agreement in the
     5// file "LICENCE" distributed with Cforall.
     6//
     7// defines.hfa.in --
     8//
     9// Author           : Thierry Delisle
     10// Created On       : Thu Apr 30 15:23:00 2020
     11// Last Modified By :
     12// Last Modified On :
     13// Update Count     :
     14//
    115
    216#undef HAVE_LINUX_IO_URING_H
     17
     18#define __CFA_IO_POLLING_USER__
     19// #define __CFA_IO_POLLING_KERNEL__
Note: See TracChangeset for help on using the changeset viewer.