gwenhywfar 5.10.1
Functions
process_l.h File Reference
#include <gwenhywfar/process.h>
Include dependency graph for process_l.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int GWEN_Process_ModuleFini (void)
 
int GWEN_Process_ModuleInit (void)
 
int GWEN_Process_WaitAndRead (GWEN_PROCESS *pr, GWEN_BUFFER *stdOutBuffer, GWEN_BUFFER *stdErrBuffer)
 

Function Documentation

◆ GWEN_Process_ModuleFini()

int GWEN_Process_ModuleFini ( void  )

De-Initialize this module.

Referenced by GWEN_Fini().

Here is the caller graph for this function:

◆ GWEN_Process_ModuleInit()

int GWEN_Process_ModuleInit ( void  )

Initialize this module.

Referenced by GWEN_Init().

Here is the caller graph for this function:

◆ GWEN_Process_WaitAndRead()

int GWEN_Process_WaitAndRead ( GWEN_PROCESS pr,
GWEN_BUFFER stdOutBuffer,
GWEN_BUFFER stdErrBuffer 
)

Referenced by GWEN_Process_RunCommandWaitAndGather().

Here is the caller graph for this function: