Changeset 2e9b59b for tests/io


Ignore:
Timestamp:
Apr 19, 2022, 3:00:04 PM (4 years ago)
Author:
m3zulfiq <m3zulfiq@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
Children:
5b84a321
Parents:
ba897d21 (diff), bb7c77d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

added benchmark and evaluations chapter to thesis

Location:
tests/io
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • tests/io/away_fair.cfa

    rba897d21 r2e9b59b  
    2020#include <thread.hfa>
    2121#include <iofwd.hfa>
    22 #include <io/types.hfa>
    2322
    2423Duration default_preemption() {
     
    5150}
    5251
    53 // ----- Spinner -----
     52// ----- Submitter -----
    5453// try to submit io but yield so that it's likely we are moved to the slow path
    5554thread Submitter {};
  • tests/io/io-acquire.cfa

    rba897d21 r2e9b59b  
    1010// Created On       : Mon Mar  1 18:40:09 2021
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Jan 14 09:13:18 2022
    13 // Update Count     : 74
     12// Last Modified On : Sat Apr  9 15:22:03 2022
     13// Update Count     : 76
    1414//
    1515
     
    1717#include <thread.hfa>
    1818#include <mutex_stmt.hfa>
    19 
    20 Duration default_preemption() { return 0; }
    2119
    2220thread T {};
Note: See TracChangeset for help on using the changeset viewer.