9.0
general documentation
Loading...
Searching...
No Matches
cs_execution_context.cpp File Reference
Include dependency graph for cs_execution_context.cpp:

Functions

const cs_execution_contextcs_execution_context_get (void)
 Get the current execution context. For the moment only global context is returned.
const cs_execution_contextcs_execution_context_glob_get (void)
 Get the global execution context.
void cs_execution_context_glob_init (void)
 Initialize the global execution context.
void cs_execution_context_glob_finalize (void)
 Free the global execution context pointer.

Variables

static cs_execution_context_glob_context = nullptr

Function Documentation

◆ cs_execution_context_get()

const cs_execution_context * cs_execution_context_get ( void )

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()

const cs_execution_context * cs_execution_context_glob_get ( void )

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.

Variable Documentation

◆ _glob_context

cs_execution_context* _glob_context = nullptr
static