Home
last modified time | relevance | path

Searched refs:SLIST_EMPTY (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/search/
Dhcreate_r.c140 while (!SLIST_EMPTY(&(htab->htable[idx]))) { in hdestroy_r()
/picolibc-latest/newlib/libc/include/sys/
Dqueue.h230 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro