Include dependency graph for cs_execution_context.cpp:Functions | |
| const cs_execution_context * | cs_execution_context_get (void) |
| Get the current execution context. For the moment only global context is returned. More... | |
| const cs_execution_context * | cs_execution_context_glob_get (void) |
| Get the global execution context. More... | |
| void | cs_execution_context_glob_init (void) |
| Initialize the global execution context. More... | |
| void | cs_execution_context_glob_finalize (void) |
| Free the global execution context pointer. More... | |
Variables | |
| static cs_execution_context * | _glob_context = nullptr |
| const cs_execution_context * cs_execution_context_get | ( | void | ) |
Get the current execution context. For the moment only global context is returned.
| void cs_execution_context_glob_finalize | ( | void | ) |
Free the global execution context pointer.
| const cs_execution_context * cs_execution_context_glob_get | ( | void | ) |
Get the global execution context.
| void cs_execution_context_glob_init | ( | void | ) |
Initialize the global execution context.
|
static |