HomeSort by: relevance | last modified time | path
    Searched defs:cds_list_head (Results 1 - 1 of 1) sorted by relevancy

  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
list.h 24 struct cds_list_head { struct
25 struct cds_list_head *next, *prev;
29 #define CDS_LIST_HEAD(name) \
30 struct cds_list_head name = { &(name), &(name) }
40 void cds_list_add(struct cds_list_head *newp, struct cds_list_head *head)
50 void cds_list_add_tail(struct cds_list_head *newp, struct cds_list_head *head)
60 void __cds_list_del(struct cds_list_head *prev, struct cds_list_head *next
    [all...]

Completed in 34 milliseconds