Changes in / [5dc26f5:e2b17a4]


Ignore:
Location:
src
Files:
2 deleted
3 edited

Legend:

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

    r5dc26f5 re2b17a4  
    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

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

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