Ignore:
Timestamp:
Sep 27, 2017, 4:06:41 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
e4ea10b7
Parents:
e2b17a4
Message:

Added test for external scheduling testing when and recursion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/sched-ext-barge.c

    re2b17a4 r9fe39530  
     1//---------------------------------------------------------
     2// Barging test
     3// Ensures that no barging can occur between :
     4//   - the frontend of the waitfor and the waited call
     5//   - the waited call and the backend of the waitfor
     6//---------------------------------------------------------
     7
    18#include <fstream>
    29#include <kernel>
Note: See TracChangeset for help on using the changeset viewer.