8.3
general documentation
cs_execution_context.cpp File Reference
#include "cs_defs.h"
#include "cs_execution_context.h"
+ 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. More...
 
const cs_execution_contextcs_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
 

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