Home
last modified time | relevance | path

Searched refs:get_handle (Results 1 – 25 of 68) sorted by relevance

123

/third_party/boost/libs/process/test/
Dlimit_fd.cpp41 …const auto get_handle = [](FILE * f) {return reinterpret_cast<bt::nati… in __anonb7cc41e70102() variable
44 const auto get_handle = [](FILE * f) {return fileno(f);}; in __anonb7cc41e70302() variable
51 BOOST_CHECK_EQUAL(std::count(fd_list.begin(), fd_list.end(), get_handle(stdin)), 1);
52 BOOST_CHECK_EQUAL(std::count(fd_list.begin(), fd_list.end(), get_handle(stdout)), 1);
53 BOOST_CHECK_EQUAL(std::count(fd_list.begin(), fd_list.end(), get_handle(stderr)), 1);
55 …BOOST_CHECK(bt::is_stream_handle(get_handle(stdin), ec)); BOOST_CHECK_MESSAGE(!ec, ec.messag…
56 …BOOST_CHECK(bt::is_stream_handle(get_handle(stdout), ec)); BOOST_CHECK_MESSAGE(!ec, ec.messag…
57 …BOOST_CHECK(bt::is_stream_handle(get_handle(stderr), ec)); BOOST_CHECK_MESSAGE(!ec, ec.messag…
165 const auto get_handle = [](FILE * f){return std::to_string(_get_osfhandle(_fileno(f)));}; in __anonb7cc41e70702() variable
167 const auto get_handle = [](FILE * f){return std::to_string(fileno(f));};
[all …]
/third_party/boost/boost/lockfree/
Dqueue.hpp147 tagged_node_handle dummy_node(pool.get_handle(n), 0); in initialize()
291 return pool.get_handle(head_.load()) == pool.get_handle(tail_.load()); in empty()
327 handle_type node_handle = pool.get_handle(n); in do_push()
349 tagged_node_handle new_tail(pool.get_handle(next_ptr), tail.get_next_tag()); in do_push()
423 if (pool.get_handle(head) == pool.get_handle(tail)) { in pop()
427 tagged_node_handle new_tail(pool.get_handle(next), tail.get_next_tag()); in pop()
440 tagged_node_handle new_head(pool.get_handle(next), head.get_next_tag()); in pop()
482 if (pool.get_handle(head) == pool.get_handle(tail)) { in unsynchronized_pop()
486 tagged_node_handle new_tail(pool.get_handle(next), tail.get_next_tag()); in unsynchronized_pop()
497 tagged_node_handle new_head(pool.get_handle(next), head.get_next_tag()); in unsynchronized_pop()
Dstack.hpp256 tagged_node_handle new_tos (pool.get_handle(new_top_node), old_tos.get_tag()); in link_nodes_atomic()
257 end_node->next = pool.get_handle(old_tos); in link_nodes_atomic()
268 tagged_node_handle new_tos (pool.get_handle(new_top_node), old_tos.get_tag()); in link_nodes_unsafe()
269 end_node->next = pool.get_handle(old_tos); in link_nodes_unsafe()
505 tagged_node_handle new_tos(pool.get_handle(new_tos_ptr), old_tos.get_next_tag()); in unsynchronized_pop()
630 tagged_node_handle next(pool.get_handle(next_node), nodes_to_consume.get_next_tag()); in consume_all_atomic()
670 tagged_node_handle next(pool.get_handle(next_node), nodes_to_consume.get_next_tag()); in consume_all_atomic()
711 node_pointer->next = pool.get_handle(last_node_pointer); in consume_all_atomic_reversed()
719 tagged_node_handle next(pool.get_handle(next_node), nodes_to_consume.get_next_tag()); in consume_all_atomic_reversed()
735 … tagged_node_handle next(pool.get_handle(next_node), nodes_in_reversed_order.get_next_tag()); in consume_all_atomic_reversed()
[all …]
/third_party/mesa3d/docs/relnotes/
D21.1.7.rst166 - etnaviv: fail in get_handle(TYPE_KMS) without a scanout resource
167 - freedreno: fail in get_handle(TYPE_KMS) without a scanout resource
168 - panfrost: fail in get_handle(TYPE_KMS) without a scanout resource
169 - lima: fail in get_handle(TYPE_KMS) without a scanout resource
/third_party/boost/boost/lockfree/detail/
Dfreelist.hpp141 T * get_handle(T * pointer) const in get_handle() function in boost::lockfree::detail::freelist_stack
146 T * get_handle(tagged_node_handle const & handle) const in get_handle() function in boost::lockfree::detail::freelist_stack
510 index_t get_handle(T * pointer) const in get_handle() function in boost::lockfree::detail::fixed_size_freelist
518 index_t get_handle(tagged_node_handle const & handle) const in get_handle() function in boost::lockfree::detail::fixed_size_freelist
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/android/
Dgstvkdisplay_android.c42 GST_VULKAN_DISPLAY_CLASS (klass)->get_handle = in gst_vulkan_display_android_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/viv-fb/
Dgstgldisplay_viv_fb.c40 GST_GL_DISPLAY_CLASS (klass)->get_handle = in gst_gl_display_viv_fb_class_init()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkdisplay.c132 klass->get_handle = gst_vulkan_display_default_get_handle; in gst_vulkan_display_class_init()
297 g_return_val_if_fail (klass->get_handle != NULL, NULL); in gst_vulkan_display_get_handle()
299 return klass->get_handle (display); in gst_vulkan_display_get_handle()
Dgstvkdisplay.h121 gpointer (*get_handle) (GstVulkanDisplay * display); member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstgldisplay_egl_device.c65 display_class->get_handle = in gst_gl_display_egl_device_class_init()
Dgstgldisplay_egl.c89 GST_GL_DISPLAY_CLASS (klass)->get_handle = in gst_gl_display_egl_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wayland/
Dgstgldisplay_wayland.c56 GST_GL_DISPLAY_CLASS (klass)->get_handle = in gst_gl_display_wayland_class_init()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/xcb/
Dgstvkdisplay_xcb.c42 GST_VULKAN_DISPLAY_CLASS (klass)->get_handle = in gst_vulkan_display_xcb_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstgldisplay.h128 guintptr (*get_handle) (GstGLDisplay * display); member
Dgstgldisplay.c178 klass->get_handle = gst_gl_display_default_get_handle; in gst_gl_display_class_init()
483 g_return_val_if_fail (klass->get_handle != NULL, 0); in gst_gl_display_get_handle()
485 return klass->get_handle (display); in gst_gl_display_get_handle()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/wayland/
Dgstvkdisplay_wayland.c77 GST_VULKAN_DISPLAY_CLASS (klass)->get_handle = in gst_vulkan_display_wayland_class_init()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ios/
Dgstvkdisplay_ios.m43 GST_VULKAN_DISPLAY_CLASS (klass)->get_handle =
/third_party/boost/libs/log/src/windows/
Dipc_sync_wrappers.hpp66 boost::winapi::HANDLE_ get_handle() const BOOST_NOEXCEPT { return m_event.get(); } in get_handle() function in boost::ipc::aux::interprocess_event
148 boost::winapi::HANDLE_ get_handle() const BOOST_NOEXCEPT { return m_sem.get(); } in get_handle() function in boost::ipc::aux::interprocess_semaphore
Dipc_sync_wrappers.cpp365 …boost::winapi::HANDLE_ handles[2u] = { m_current_semaphore->m_semaphore.get_handle(), abort_handle… in wait()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstgldisplay_x11.c57 GST_GL_DISPLAY_CLASS (klass)->get_handle = in gst_gl_display_x11_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/gbm/
Dgstgldisplay_gbm.c63 GST_GL_DISPLAY_CLASS (klass)->get_handle = in gst_gl_display_gbm_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/cocoa/
Dgstgldisplay_cocoa.m192 GST_GL_DISPLAY_CLASS (klass)->get_handle =
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/cocoa/
Dgstvkdisplay_cocoa.m184 GST_VULKAN_DISPLAY_CLASS (klass)->get_handle =
/third_party/ejdb/src/bindings/ejdb2_dart/lib/
Dejdb2_dart.dart623 int? _get_handle() native 'get_handle';
/third_party/mesa3d/src/mesa/main/
Dshaderapi.c605 get_handle(struct gl_context *ctx, GLenum pname) in get_handle() function
1916 return get_handle(ctx, pname); in _mesa_GetHandleARB()

123