#include "trtos.h"
#include "trttask.h"
#include "trtmutex.h"
#include "trtsemaphore.h"
#include "trt.h"
#include "os.h"
#include <stdio.h>
#include <algorithm>
Go to the source code of this file.
Functions | |
void | trt_trap () |
Os * | boot () |
Variables | |
Os * | os = 0 |
|
Definition at line 58 of file trtos.cc. Referenced by cosyRte::cosyRte(). |
|
Definition at line 22 of file trtos.cc. References Os::deadlockHandler(), and os. Referenced by trtOs::trtOs(). |
|
Definition at line 20 of file trtos.cc. Referenced by trt_trap(), and trtOs::trtOs(). |