#include "cs_defs.h"
#include <utility>
Go to the source code of this file.
◆ cs_execution_context_get()
Get the current execution context. For the moment only global context is returned.
- Returns
- pointer to current execution context.
◆ cs_execution_context_glob_finalize()
void cs_execution_context_glob_finalize |
( |
void |
| ) |
|
Free the global execution context pointer.
◆ cs_execution_context_glob_get()
Get the global execution context.
- Returns
- pointer to global execution context.
◆ cs_execution_context_glob_init()
void cs_execution_context_glob_init |
( |
void |
| ) |
|
Initialize the global execution context.