view src/parallel_execution/origin_cs.h @ 116:f57e9ffa7960

add comment rb_tree
author ikkun
date Wed, 14 Sep 2016 20:35:21 +0900
parents 9e139a340bd1
children 865179a0a56d
line wrap: on
line source

extern __code start_code(struct Context* context);
extern __code exit_code(struct Context* context);
extern __code meta(struct Context* context, enum Code next);