MqContextC - various functions to work on a context … More...
Functions | |
static OT_ProcRet | atlmqmsgque_MqContextC_GetBuffer (MqContextC_ARGS) |
Atl: → C-API get the MqContextS::ctxbuf object | |
static OT_ProcRet | atlmqmsgque_MqContextC_GetRoot (MqContextC_ARGS) |
Atl: → C-API get the Root (toplevel initial context) | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | atlmqmsgque_MqContextC_ToString (MqContextC_ARGS) |
static OT_ProcRet | atlmqmsgque_MqContextC_Exit (MqContextC_ARGS) |
Atl: → C-API delete the context and exit the current process or thread … | |
static OT_ProcRet | atlmqmsgque_MqContextC_ProcessEvent (MqContextC_ARGS) |
Atl: → C-API enter the event-loop and wait for an incoming service-request. … | |
MqContextC - various functions to work on a context …
|
static |
Atl:
→ C-API int32 [MqContextC::Exit $ctx ?callfunc:string="MK_NULL"? ?callfile:string="MK_NULL"? ?callline:int32=-1?]
delete the context and exit the current process or thread …
Definition at line 1872 of file MqContextC_atl.c.
|
static |
Atl:
→ C-API MkBufferC [MqContextC::GetBuffer $ctx]
get the MqContextS::ctxbuf object
Definition at line 1838 of file MqContextC_atl.c.
|
static |
Atl:
→ C-API MqContextC [MqContextC::GetRoot $ctx]
get the Root (toplevel initial context)
Definition at line 1852 of file MqContextC_atl.c.
|
static |
Atl:
→ C-API MqContextC::ProcessEvent $ctx ?wait:MqWaitOnEventE=NO? ?timeout:MkTimeoutE|int32=DEFAULT?
enter the event-loop and wait for an incoming service-request. …
Definition at line 1895 of file MqContextC_atl.c.
|
static |
Definition at line 1869 of file MqContextC_atl.c.