Changes in / [e2b17a4:5dc26f5]


Ignore:
Location:
src
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/invoke.h

    re2b17a4 r5dc26f5  
    110110            struct monitor_desc    self_mon;          // monitor body used for mutual exclusion
    111111            struct monitor_desc *  self_mon_p;        // pointer to monitor with sufficient lifetime for current monitors
    112             struct __monitor_group_t monitors;        // monitors currently held by this thread
     112            struct __monitor_group_t monitors;          // monitors currently held by this thread
    113113
    114114            // Link lists fields
  • src/tests/sched-ext-parse.c

    re2b17a4 r5dc26f5  
    1 //----------------------------------------------------------------------------------------
    2 //----------------------------------------------------------------------------------------
    3 //
    4 //              DEPRECATED TEST
    5 //              DIFFERS BETWEEN DEBUG AND RELEASE
    6 //
    7 //----------------------------------------------------------------------------------------
    8 //----------------------------------------------------------------------------------------
    9 
    101#include <monitor>
    112
  • src/tests/sched-int-barge.c

    re2b17a4 r5dc26f5  
    44#include <stdlib>
    55#include <thread>
    6 
    7 //----------------------------------------------------------------------------------------
    8 //----------------------------------------------------------------------------------------
    9 //
    10 //              DEPRECATED TEST
    11 //
    12 //----------------------------------------------------------------------------------------
    13 //----------------------------------------------------------------------------------------
    146
    157static const unsigned long N = 50_000ul;
Note: See TracChangeset for help on using the changeset viewer.