Searched refs:CIRCLEQ_HEAD (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/bionic/ | ||
D | pthread-atfork.c | 43 static CIRCLEQ_HEAD(atfork_head_t, atfork_t) atfork_head = \ |
/bionic/libc/include/sys/ | ||
D | queue.h | 453 #define CIRCLEQ_HEAD(name, type) \ macro |