Ignore:
File:
1 edited

Legend:

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

    rcd99ef1 r0322865c  
    11#include <kernel>
    22#include <thread>
    3 
    4 static const unsigned long N = 325_000ul;
    53
    64#ifndef PREEMPTION_RATE
     
    1513
    1614void main(worker_t * this) {
    17         for(int i = 0; i < N; i++) {
     15        for(int i = 0; i < 325_000ul; i++) {
    1816                yield();
    1917        }
Note: See TracChangeset for help on using the changeset viewer.