theLink 10.0 NHI1 - theKernel - theLink - theConfig - theSq3Lite - theCompiler - theBrain - theGuard - theLib
c - tcl - atl - cs - py - rb - jv - cc
Loading...
Searching...
No Matches

MqMsgque PACKAGE - setup und cleanup the ccmqmsgqueMore...

+ Collaboration diagram for MqMsgque_Setup_CC_API:

Macros

#define MqCleanupTmpl()
 
#define MqSetupTmpl()
 

Functions

static void ccmqmsgque::MqMsgque::Cleanup ()
  C++: [static] MqMsgque::Cleanup() C-API
cleanup ccmqmsgque internal memory …
 
static void ccmqmsgque::MqMsgque::Setup ()
  C++: [static] MqMsgque::Setup() C-API
setup ccmqmsgque internal memory …
 
static void ccmqmsgque::MqMsgque::CcMqCleanup ()
  C++: [static] MqMsgque::Setup() C-API
setup ccmqmsgque internal memory …
 
static void ccmqmsgque::MqMsgque::CcMqSetup ()
  C++: [static] MqMsgque::Setup() C-API
setup ccmqmsgque internal memory …
 

Detailed Description

MqMsgque PACKAGE - setup und cleanup the ccmqmsgque

For details about MqSetup and MqCleanup usage refer to MkKernel_Setup_libmkkernel_C_API

For details about MqSetup and MqCleanup usage refer to MkKernel_Setup_libmkkernel_C_API

For details about MqSetup and MqCleanup usage refer to MkKernel_Setup_libmkkernel_C_API

For details about MqSetup and MqCleanup usage refer to MkKernel_Setup_libmkkernel_C_API

For details about MqSetup and MqCleanup usage refer to MkKernel_Setup_libmkkernel_C_API

Macro Definition Documentation

◆ MqCleanupTmpl

#define MqCleanupTmpl ( )
Value:
CcMqCleanup()

Definition at line 76 of file LibMqMsgque_cc.cc.

◆ MqSetupTmpl

#define MqSetupTmpl ( )
Value:
CcMqSetup()

Definition at line 85 of file LibMqMsgque_cc.cc.

Function Documentation

◆ CcMqCleanup()

void ccmqmsgque::MqMsgque::CcMqCleanup ( )
static

C++: [static] MqMsgque::Setup() C-API
setup ccmqmsgque internal memory …

C++: [static] MqMsgque::Cleanup() C-API
cleanup ccmqmsgque internal memory …

See also
same as MqCleanup

Definition at line 71 of file LibMqMsgque_cc.cc.

71 {
74 MqCleanup();
75 }
#define MK_RT_CALL
void MkRuntimeCallbackDel(MK_RT mkrt, MkRuntimeCallbackS *cbdata)
#define MkRtSetup_NULL
void MqCleanup(void)
cleanup ccmqmsgque internal memory …
static MkRuntimeCallbackS sMqRuntimeCallback
+ Here is the caller graph for this function:

◆ CcMqSetup()

void ccmqmsgque::MqMsgque::CcMqSetup ( )
static

C++: [static] MqMsgque::Setup() C-API
setup ccmqmsgque internal memory …

See also
same as MqSetup

Definition at line 79 of file LibMqMsgque_cc.cc.

79 {
80 MqSetup();
82
84 }
#define AllRtSetup_NULL
size_t MkRuntimeCallbackAdd(MK_RT mkrt, MkRuntimeCallbackS *cbdata, MkRuntimeInitF rt_callback, MK_STRN ident)
static void mq_static_init_callback(MK_RT mkrt)
void MqSetup(void)
setup ccmqmsgque internal memory …
+ Here is the caller graph for this function:

◆ Cleanup()

void ccmqmsgque::MqMsgque::Cleanup ( )
static

C++: [static] MqMsgque::Cleanup() C-API
cleanup ccmqmsgque internal memory …

See also
same as CcMqCleanup

Definition at line 99 of file LibMqMsgque_cc.cc.

99 {
102 }
#define MqCleanupTmpl()

◆ Setup()

void ccmqmsgque::MqMsgque::Setup ( )
static

C++: [static] MqMsgque::Setup() C-API
setup ccmqmsgque internal memory …

See also
same as CcMqSetup

Definition at line 105 of file LibMqMsgque_cc.cc.

105 {
107 MqSetupTmpl();
108 }
#define MqSetupTmpl()