Home
last modified time | relevance | path

Searched refs:destroy_list (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/asio/include/boost/asio/detail/
Dobject_pool.hpp78 destroy_list(live_list_); in ~object_pool()
79 destroy_list(free_list_); in ~object_pool()
150 void destroy_list(Object* list) in destroy_list() function in boost::asio::detail::object_pool
/third_party/boost/boost/asio/detail/
Dobject_pool.hpp78 destroy_list(live_list_); in ~object_pool()
79 destroy_list(free_list_); in ~object_pool()
150 void destroy_list(Object* list) in destroy_list() function in boost::asio::detail::object_pool
/third_party/boost/libs/beast/include/boost/beast/core/detail/
Dasync_base.hpp23 destroy_list(stable_base*& list) in destroy_list() function
/third_party/boost/boost/beast/core/detail/
Dasync_base.hpp23 destroy_list(stable_base*& list) in destroy_list() function
/third_party/boost/libs/beast/include/boost/beast/core/
Dasync_base.hpp602 detail::stable_base::destroy_list(list_); in before_invoke_hook()
673 detail::stable_base::destroy_list(list_); in ~stable_async_base()
/third_party/boost/boost/beast/core/
Dasync_base.hpp602 detail::stable_base::destroy_list(list_); in before_invoke_hook()
673 detail::stable_base::destroy_list(list_); in ~stable_async_base()
/third_party/wayland_standard/src/
Devent-loop.c74 struct wl_list destroy_list; member
853 wl_list_insert(&loop->destroy_list, &source->link); in wl_event_source_remove()
863 wl_list_for_each_safe(source, next, &loop->destroy_list, link) in wl_event_loop_process_destroy_list()
866 wl_list_init(&loop->destroy_list); in wl_event_loop_process_destroy_list()
899 wl_list_init(&loop->destroy_list); in wl_event_loop_create()
/third_party/mesa3d/src/mesa/main/
Ddlist.c1445 destroy_list(struct gl_context *ctx, GLuint list) in destroy_list() function
13487 destroy_list(ctx, i); in _mesa_DeleteLists()
13797 destroy_list(ctx, ctx->ListState.CurrentList->Name); in _mesa_EndList()