Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/preempt_longrun/enter3.c

    ref952d7 rb9da9585  
    33#include <thread>
    44#include <time>
    5 
    6 #define __kick_rate 75000ul
    7 #include "long_tests.h"
    85
    96#ifndef PREEMPTION_RATE
     
    2118mon_t mon1, mon2, mon3;
    2219
    23 void foo( mon_t & mutex a, mon_t & mutex b, mon_t & mutex c ) {
    24         KICK_WATCHDOG;
    25 }
     20void foo( mon_t & mutex a, mon_t & mutex b, mon_t & mutex c ) {}
    2621
    2722thread worker_t {};
    2823
    2924void main( worker_t & this ) {
    30         for( unsigned long i = 0; TEST(i < N); i++ ) {
     25        for( unsigned long i = 0; i < N; i++ ) {
    3126                foo( mon1, mon2, mon3 );
    3227        }
Note: See TracChangeset for help on using the changeset viewer.