Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/include/sys/
Dqueue.h881 struct quehead { struct
882 struct quehead *qh_link; argument
883 struct quehead *qh_rlink; argument
891 struct quehead *element = (struct quehead *)a, in insque()
892 *head = (struct quehead *)b; in insque()
903 struct quehead *element = (struct quehead *)a; in remque()