khypervisor  v1
Functions
scheduler.h File Reference
#include "armv7_p15.h"
#include "context.h"
#include "timer.h"
#include <log/uart_print.h>
Include dependency graph for scheduler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

hvmm_status_t scheduler_next_event (int irq, void *pdata)
void scheduler_test_scheduling (void)
void scheduler_schedule (void)

Function Documentation

hvmm_status_t scheduler_next_event ( int  irq,
void *  pdata 
)
void scheduler_schedule ( void  )

Definition at line 5 of file scheduler.c.

{
    /* Switch request, actually performed at trap exit */
    context_switchto(sched_policy_determ_next());
}

Here is the call graph for this function:

void scheduler_test_scheduling ( void  )

Definition at line 36 of file scheduler.c.

Here is the call graph for this function:

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines