Back to home page

Enduro/X

 
 

    


0001 TPCONTINUE(3)
0002 =============
0003 :doctype: manpage
0004 
0005 
0006 NAME
0007 ----
0008 tpcontinue - continue with service polling routine
0009 
0010 
0011 SYNOPSIS
0012 --------
0013 #include <atmi.h>
0014 
0015 void tpcontinue (void);
0016 
0017 For XATMI client link with '-latmiclt -latmi -lubf -lnstd -lpthread -lrt -lm'
0018 
0019 For XATMI server link with '-latmisrv|-latmisrvnomain|-latmisrvinteg -latmi -lubf -lnstd -lpthread -lrt -lm'
0020 
0021 DESCRIPTION
0022 -----------
0023 Function is used for continuing with service polling. This is usable when service call is made and the task is flipped over to worker thread, in this case main thread have nothing to pass to *tpreturn()* or *tpforward()*, thus just invoke tpcontinue() and Enduro/X will continue with next message.
0024 
0025 RETURN VALUE
0026 ------------
0027 Function is marked as void and it have no return values.
0028 
0029 
0030 ERRORS
0031 ------
0032 No errors available.
0033 
0034 BUGS
0035 ----
0036 Report bugs to support@mavimax.com
0037 
0038 SEE ALSO
0039 --------
0040 tpsrvgetctxdata(3)
0041 
0042 COPYING
0043 -------
0044 (C) Mavimax, Ltd
0045