$search
#include <pkgconf/kernel.h>
#include <pkgconf/os_ecos.h>
#include "ThreadInterface.hpp"
#include "fosi.h"
#include <stdio.h>
#include <cyg/kernel/kapi.h>
#include "os_ecos.h"
#include <cyg/infra/diag.h>
#include "ecos_rec_mutex.h"
#include <time.h>
#include <unistd.h>
#include "fosi.h"
#include <iostream>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | RTT |
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute. | |
namespace | RTT::os |
OS Abstractions such as Mutexes, Semaphores and Threads. | |
Defines | |
#define | INTERNAL_QUAL |
Functions | |
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) |
#define INTERNAL_QUAL |
Definition at line 38 of file ecos/fosi_internal.cpp.