theLink 10.0
|
tag: nhi1-release-250425 More...
#include "LibMqMsgque_cs.h"
Go to the source code of this file.
Macros | |
#define | META_FILE_NAME "LibMqMsgque_cs.c" |
Functions | |
MK_PTR | MqCsContextTypeCreate_RT (MK_RT mkrt, MK_STRN ident, MqCreateF fChildCreate, MqDeleteF fChildDelete, MqCreateF fParentCreate, MqDeleteF fParentDelete, MqExitF MqProcessExitCB, MqExitF MqThreadExitCB, MqWaitForPipeF MqWaitForPipeCB) |
void | MqCsTypeUpdate_RT (MK_RT mkrt, MqCsTypeLookupE const typeL, MkSelfCreateF const selfCTOR, MkSelfUnlinkF const selfUnlink) |
void | MqCsInit (MqSysServerThreadF SysServerThread, MkSysExitF SysExit) |
Variables | |
bool | MqRuntimeThreadPoolUse = true |
tag: nhi1-release-250425
Definition in file LibMqMsgque_cs.c.
#define META_FILE_NAME "LibMqMsgque_cs.c" |
Definition at line 11 of file LibMqMsgque_cs.c.
MK_PTR MqCsContextTypeCreate_RT | ( | MK_RT | mkrt, |
MK_STRN | ident, | ||
MqCreateF | fChildCreate, | ||
MqDeleteF | fChildDelete, | ||
MqCreateF | fParentCreate, | ||
MqDeleteF | fParentDelete, | ||
MqExitF | MqProcessExitCB, | ||
MqExitF | MqThreadExitCB, | ||
MqWaitForPipeF | MqWaitForPipeCB ) |
Definition at line 20 of file LibMqMsgque_cs.c.
void MqCsInit | ( | MqSysServerThreadF | SysServerThread, |
MkSysExitF | SysExit ) |
Definition at line 70 of file LibMqMsgque_cs.c.
void MqCsTypeUpdate_RT | ( | MK_RT | mkrt, |
MqCsTypeLookupE const | typeL, | ||
MkSelfCreateF const | selfCTOR, | ||
MkSelfUnlinkF const | selfUnlink ) |
Definition at line 47 of file LibMqMsgque_cs.c.