#include <pkgconf/kernel.h>
#include <pkgconf/os_ecos.h>
#include "ThreadInterface.hpp"
#include "fosi.h"
#include "../fosi_internal_interface.hpp"
#include <cyg/kernel/kapi.h>
#include <iostream>
#include <string>
Go to the source code of this file.
|
INTERNAL_QUAL int | RTT::os::rtos_task_check_priority (int *scheduler, int *priority) |
|
INTERNAL_QUAL int | RTT::os::rtos_task_create (RTOS_TASK *task, int priority, unsigned cpu_affinity, const char *name, int sched_type, size_t stack_size, void *(*start_routine)(void *), ThreadInterface *obj) |
|
INTERNAL_QUAL int | RTT::os::rtos_task_create_main (RTOS_TASK *main_task) |
|
INTERNAL_QUAL int | RTT::os::rtos_task_delete_main (RTOS_TASK *main_task) |
|
INTERNAL_QUAL void | RTT::os::rtos_task_make_periodic (RTOS_TASK *mytask, NANO_TIME nanosecs) |
|
INTERNAL_QUAL void | RTT::os::rtos_task_yield (RTOS_TASK *) |
|
INTERNAL_QUAL void | RTT::os::wakeup_handler (cyg_handle_t alarm_handle, cyg_addrword_t data) |
|