JimWaitRemove() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

JimWaitRemove() function

Removes the given pid from the wait table. Returns 0 if OK or -1 if not found.

Syntax

static int JimWaitRemove(struct WaitInfoTable *table,     pidtype pid);

Arguments

table

pid

References

LocationReferrerText
jim-exec.c:354
static int JimWaitRemove(struct WaitInfoTable *table, pidtype pid)
jim-exec.c:483JimWaitForProcess()
if (JimWaitRemove(table, pid) == 0) {
jim-exec.c:619Jim_WaitCommand()
JimWaitRemove(table, pid);

Call Tree

Functions calling JimWaitRemove()
JimWaitRemove()
Data read by JimWaitRemove()
Data written by JimWaitRemove()
JimWaitRemove()
JimWaitRemove()::i
all items filtered out