OpenOCD
Jim_EventLoop
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
Jim_EventLoop
Jim_EventLoop struct
Syntax
Show:
Summary
Declaration
from
jim-eventloop.c:100
typedef
struct
Jim_EventLoop
{
Jim_FileEvent
*
fileEventHead
;
Jim_TimeEvent
*
timeEventHead
;
jim_wide
timeEventNextId
;
time_t
timeBase
;
int
suppress_bgerror
;
}
Jim_EventLoop
;
Fields
Field
Declared as
Jim_EventLoop::fileEventHead
Jim_FileEvent
*
Jim_EventLoop::timeEventHead
Jim_TimeEvent
*
Jim_EventLoop::timeEventNextId
jim_wide
Jim_EventLoop::timeBase
time_t
Jim_EventLoop::suppress_bgerror
int
Related Functions
Found 4 other functions taking a
Jim_EventLoop
argument:
Function
Description
JimGetTimeUsec()
Returns the time since interp creation in microseconds.
JimFindAfterByScript()
JimFindTimeHandlerById()
Jim_RemoveTimeHandler()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out