Apollo 10.0
自动驾驶开放平台
|
类 | |
struct | apollo::cyber::croutine::RoutineContext |
命名空间 | |
namespace | apollo |
class register implement | |
namespace | apollo::cyber |
namespace | apollo::cyber::croutine |
类型定义 | |
typedef void(* | apollo::cyber::croutine::func) (void *) |
函数 | |
void | ctx_swap (void **, void **) asm("ctx_swap") |
void | apollo::cyber::croutine::MakeContext (const func &f1, const void *arg, RoutineContext *ctx) |
void | apollo::cyber::croutine::SwapContext (char **src_sp, char **dest_sp) |
变量 | |
constexpr size_t | apollo::cyber::croutine::STACK_SIZE = 2 * 1024 * 1024 |
constexpr size_t | apollo::cyber::croutine::REGISTERS_SIZE = 56 |
|
extern |