Home
last modified time | relevance | path

Searched refs:TAILQ_FOREACH_SAFE (Results 1 – 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/sys/
Dqueue.h736 #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ macro
/third_party/musl/ldso/linux/
Ddynlink.c4114 TAILQ_FOREACH_SAFE(ef, &need_unload_queue, entries, ef_tmp) { in do_dlclose()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c4118 TAILQ_FOREACH_SAFE(ef, &need_unload_queue, entries, ef_tmp) { in do_dlclose()