Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/
H A Dmq.h67 ql_head_remove(&mq->msgs, a_mq_msg_type, a_field); \
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dql.h72 #define ql_head_remove(a_head, a_type, a_field) do { \ macro
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dql.c154 ql_head_remove(&head, list_t, link); in TEST_BEGIN()