WaitInfo is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

WaitInfo struct

Syntax

struct WaitInfo {     pidtype pid;                     int status;                      int flags;                   };

Fields

pid

No summary provided. Read more...

status

No summary provided. Read more...

flags

No summary provided. Read more...

References

LocationReferrerScopeText
jim-exec.c:302
struct WaitInfo
jimsh0.c:4616
struct WaitInfo
jim-exec.c:311WaitInfoTable::infoWaitInfoTable
struct WaitInfo *info; /* Table of outstanding processes */
jim-exec.c:535JimReapDetachedPids()
struct WaitInfo *waitPtr;
jimsh0.c:4625WaitInfoTable::infoWaitInfoTable
struct WaitInfo *info;
jimsh0.c:4806JimReapDetachedPids()
struct WaitInfo *waitPtr;

Type Use

Variables of WaitInfo type
JimReapDetachedPids()::waitPtr
all items filtered out
WaitInfo