Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread-atfork.c43 static CIRCLEQ_HEAD(atfork_head_t, atfork_t) atfork_head = \
/bionic/libc/include/sys/
Dqueue.h453 #define CIRCLEQ_HEAD(name, type) \ macro