Searched refs:TO_NODE (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/ulib/async-testutils/
H A Dtest_loop_dispatcher.cpp11 #define TO_NODE(type, ptr) ((list_node_t*)&ptr->state) macro
23 return TO_NODE(async_wait_t, wait);
31 return TO_NODE(async_task_t, task);
/fuchsia/zircon/system/ulib/async-loop/
H A Dloop.c115 #define TO_NODE(type, ptr) ((list_node_t*)&ptr->state) macro
119 return TO_NODE(async_wait_t, wait);
127 return TO_NODE(async_task_t, task);
135 return TO_NODE(async_exception_t, exception);

Completed in 79 milliseconds