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

init_count variable

Syntax

static unsigned int init_count;

References

LocationReferrerText
windows_common.c:40
static unsigned int init_count;
windows_common.c:514windows_init()
if (++init_count == 1) { // First init?
windows_common.c:577windows_init()
--init_count;
windows_common.c:598windows_exit()
if (--init_count == 0) { // Last exit

Data Use

Functions writing init_count
Functions reading init_count
all items filtered out
init_count
all items filtered out