Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dql.h24 ((ql_first(a_head) != NULL) \
37 if (ql_first(a_head) == (a_qlelm)) { \
38 ql_first(a_head) = (a_elm); \
46 if (ql_first(a_head) != NULL) { \
49 ql_first(a_head) = (a_elm); \
53 if (ql_first(a_head) != NULL) { \
60 if (ql_first(a_head) == (a_elm)) { \
61 ql_first(a_head) = qr_next(ql_first(a_head), a_field); \
63 if (ql_first(a_head) != (a_elm)) { \
66 ql_first(a_head) = NULL; \
[all …]
/third_party/ulib/jemalloc/test/unit/
A Dql.c20 assert_ptr_null(ql_first(head), "Unexpected element for empty list"); in test_empty_list()
63 assert_c_eq(ql_first(head)->id, entries[0].id, "Element id mismatch"); in test_entries_list()
/third_party/ulib/jemalloc/test/include/test/
A Dmq.h67 msg = ql_first(&mq->msgs); \

Completed in 4 milliseconds