rtos_type::clean is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

rtos_type::clean field

Syntax

int (*clean)(struct target *target);

References

LocationReferrerScopeText
rtos.h:71
int (*clean)(struct target *target);
gdb_server.c:1035gdb_new_connection()
if (target->rtos->type->clean)
gdb_server.c:1036gdb_new_connection()
target->rtos->type->clean(target);
linux.c:250linux_os_clean()linux_rtos
const struct rtos_type linux_rtos = {
linux.c:258
.clean = linux_os_clean,

Call Tree

Functions calling rtos_type::clean
all items filtered out
rtos_type::clean
Functions reading rtos_type::clean
rtos_type::clean
all items filtered out
Implementations
all items filtered out
rtos_type::clean