HomeSort by relevance Sort by last modified time
    Searched refs:native_handle_type (Results 1 - 14 of 14) sorted by null

  /external/libcxx/test/libcxx/thread/thread.threads/thread.thread.class/
types.pass.cpp 18 // typedef pthread_t native_handle_type;
27 static_assert((std::is_same<std::thread::native_handle_type, pthread_t>::value), "");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/
types.pass.cpp 15 // typedef pthread_t native_handle_type;
24 static_assert((std::is_same<std::thread::native_handle_type, pthread_t>::value), "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/thread.threads/thread.thread.class/
types.pass.cpp 17 // typedef pthread_t native_handle_type;
26 static_assert((std::is_same<std::thread::native_handle_type, pthread_t>::value), "");
  /external/libcxx/test/libcxx/thread/thread.condition/thread.condition.condvar/
native_handle.pass.cpp 18 // typedef pthread_cond_t* native_handle_type;
19 // native_handle_type native_handle();
26 static_assert((std::is_same<std::condition_variable::native_handle_type,
29 std::condition_variable::native_handle_type h = cv.native_handle();
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/
native_handle.pass.cpp 14 // typedef pthread_cond_t* native_handle_type;
15 // native_handle_type native_handle();
22 static_assert((std::is_same<std::condition_variable::native_handle_type,
25 std::condition_variable::native_handle_type h = cv.native_handle();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/thread.condition/thread.condition.condvar/
native_handle.pass.cpp 16 // typedef pthread_cond_t* native_handle_type;
17 // native_handle_type native_handle();
24 static_assert((std::is_same<std::condition_variable::native_handle_type,
27 std::condition_variable::native_handle_type h = cv.native_handle();
  /prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
mutex.h 38 using native_handle_type = HANDLE;
60 native_handle_type native_handle() { return mutex_; }
79 using native_handle_type = pthread_mutex_t*;
97 native_handle_type native_handle() { return &mutex_; }
  /external/parameter-framework/asio-1.10.6/include/asio/
socket_acceptor_service.hpp 48 /// (Deprecated: Use native_handle_type.) The native acceptor type.
49 typedef typename service_impl_type::native_handle_type native_type;
52 typedef typename service_impl_type::native_handle_type native_handle_type; typedef in class:asio::socket_acceptor_service
111 const protocol_type& protocol, const native_handle_type& native_acceptor,
159 native_handle_type native_handle(implementation_type& impl)
basic_socket.hpp 43 /// (Deprecated: Use native_handle_type.) The native representation of a
45 typedef typename SocketService::native_handle_type native_type;
48 typedef typename SocketService::native_handle_type native_handle_type; typedef in class:asio::basic_socket
132 const protocol_type& protocol, const native_handle_type& native_socket)
304 const native_handle_type& native_socket)
323 const native_handle_type& native_socket, asio::error_code& ec)
400 native_handle_type native_handle()
    [all...]
basic_socket_acceptor.hpp 56 /// (Deprecated: Use native_handle_type.) The native representation of an
58 typedef typename SocketAcceptorService::native_handle_type native_type;
61 typedef typename SocketAcceptorService::native_handle_type native_handle_type; typedef in class:asio::basic_socket_acceptor
169 const protocol_type& protocol, const native_handle_type& native_acceptor)
318 const native_handle_type& native_acceptor)
337 const native_handle_type& native_acceptor, asio::error_code& ec)
508 native_handle_type native_handle()
    [all...]
stream_socket_service.hpp 49 /// (Deprecated: Use native_handle_type.) The native socket type.
50 typedef typename service_impl_type::native_handle_type native_type;
53 typedef typename service_impl_type::native_handle_type native_handle_type; typedef in class:asio::stream_socket_service
116 const protocol_type& protocol, const native_handle_type& native_socket,
142 native_handle_type native_handle(implementation_type& impl)
basic_stream_socket.hpp 46 /// (Deprecated: Use native_handle_type.) The native representation of a
48 typedef typename StreamSocketService::native_handle_type native_type;
51 typedef typename StreamSocketService::native_handle_type native_handle_type; typedef in class:asio::basic_stream_socket
127 const protocol_type& protocol, const native_handle_type& native_socket)
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
reactive_socket_service.hpp 54 typedef socket_type native_handle_type; typedef in class:asio::detail::reactive_socket_service
121 const protocol_type& protocol, const native_handle_type& native_socket,
130 native_handle_type native_handle(implementation_type& impl)
reactive_socket_service_base.hpp 43 typedef socket_type native_handle_type; typedef in class:asio::detail::reactive_socket_service_base
91 native_handle_type native_handle(base_implementation_type& impl)
414 const native_handle_type& native_socket, asio::error_code& ec);

Completed in 1521 milliseconds