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

list_empty macro

Syntax

#define list_empty(entry) ((entry)->next == (entry))

Arguments

entry

References

LocationText
libusbi.h:194
#define list_empty(entry) ((entry)->next == (entry))
core.c:2634
if (!list_empty(&_ctx->open_devs))
hotplug.c:184
while (!list_empty(&ctx->hotplug_msgs)) {
hotplug.c:283
while (!list_empty(hotplug_msgs)) {
io.c:1405
if (list_empty(&ctx->flying_transfers)) {
io.c:2069
if (list_empty(&ctx->flying_transfers))
io.c:2165
if (!list_empty(&completed_transfers)) {
io.c:2168
} else if (list_empty(&ctx->completed_transfers)) {
io.c:2584
if (list_empty(&ctx->flying_transfers)) {
libusbi.h:229
if (list_empty(head)) {