Home
last modified time | relevance | path

Searched refs:native_handle (Results 1 – 25 of 2456) sorted by relevance

12345678910>>...99

/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dpeer_connection_handle.cpp44 std::shared_ptr<peer_connection> pc = native_handle(); in type()
52 std::shared_ptr<peer_connection> pc = native_handle(); in add_extension()
63 std::shared_ptr<peer_connection> pc = native_handle(); in find_plugin()
74 std::shared_ptr<peer_connection> pc = native_handle(); in is_seed()
81 std::shared_ptr<peer_connection> pc = native_handle(); in upload_only()
88 std::shared_ptr<peer_connection> pc = native_handle(); in pid()
95 std::shared_ptr<peer_connection> pc = native_handle(); in has_piece()
102 std::shared_ptr<peer_connection> pc = native_handle(); in is_interesting()
109 std::shared_ptr<peer_connection> pc = native_handle(); in is_choked()
116 std::shared_ptr<peer_connection> pc = native_handle(); in is_peer_interested()
[all …]
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dpeer_connection_handle.cpp44 std::shared_ptr<peer_connection> pc = native_handle(); in type()
52 std::shared_ptr<peer_connection> pc = native_handle(); in add_extension()
63 std::shared_ptr<peer_connection> pc = native_handle(); in find_plugin()
74 std::shared_ptr<peer_connection> pc = native_handle(); in is_seed()
81 std::shared_ptr<peer_connection> pc = native_handle(); in upload_only()
88 std::shared_ptr<peer_connection> pc = native_handle(); in pid()
95 std::shared_ptr<peer_connection> pc = native_handle(); in has_piece()
102 std::shared_ptr<peer_connection> pc = native_handle(); in is_interesting()
109 std::shared_ptr<peer_connection> pc = native_handle(); in is_choked()
116 std::shared_ptr<peer_connection> pc = native_handle(); in is_peer_interested()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/harness/include/mysql/harness/net_ts/impl/
H A Dsocket.h69 native_handle_type native_handle) { in close() argument
71 if (SOCKET_ERROR == ::closesocket(native_handle)) { in close()
75 if (0 != ::close(native_handle)) { in close()
100 native_handle_type native_handle) { in native_non_blocking() argument
102 (void)native_handle; in native_non_blocking()
115 native_handle_type native_handle, bool on) { in native_non_blocking() argument
119 return ioctl(native_handle, FIONBIO, &nonblocking); in native_non_blocking()
199 native_handle, static_cast<char *>(buf), in recv()
217 return recv(native_handle, data, data_len, 0); in read()
292 return send(native_handle, data, data_len, 0); in write()
[all …]
/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-threads-mach.c71 ret = thread_suspend (info->native_handle); in mono_threads_suspend_begin_async_suspend()
82 ret = thread_resume (info->native_handle); in mono_threads_suspend_begin_async_suspend()
94 thread_abort (info->native_handle); in mono_threads_suspend_begin_async_suspend()
149 ret = thread_resume (info->native_handle); in mono_threads_suspend_begin_async_resume()
162 ret = thread_suspend (info->native_handle); in mono_threads_suspend_abort_syscall()
169 ret = thread_abort_safely (info->native_handle); in mono_threads_suspend_abort_syscall()
181 ret = thread_abort (info->native_handle); in mono_threads_suspend_abort_syscall()
184 ret = thread_resume (info->native_handle); in mono_threads_suspend_abort_syscall()
197 info->native_handle = mach_thread_self (); in mono_threads_suspend_register()
199 snprintf (thread_name, sizeof (thread_name), "tid_%x", (int) info->native_handle); in mono_threads_suspend_register()
[all …]
/dports/net/libngtcp2/ngtcp2-224bd62/crypto/gnutls/
H A Dgnutls.c45 md->native_handle = (void *)GNUTLS_DIG_SHA256; in ngtcp2_crypto_md_sha256()
60 aead->native_handle = aead_native_handle; in ngtcp2_crypto_aead_init()
132 ctx->md.native_handle = (void *)hash; in ngtcp2_crypto_ctx_tls()
137 ctx->hp.native_handle = (void *)hp_cipher; in ngtcp2_crypto_ctx_tls()
160 ctx->md.native_handle = (void *)hash; in ngtcp2_crypto_ctx_tls_early()
165 ctx->hp.native_handle = (void *)hp_cipher; in ngtcp2_crypto_ctx_tls_early()
206 aead_ctx->native_handle = hd; in ngtcp2_crypto_aead_ctx_encrypt_init()
228 aead_ctx->native_handle = hd; in ngtcp2_crypto_aead_ctx_decrypt_init()
234 if (aead_ctx->native_handle) { in ngtcp2_crypto_aead_ctx_free()
254 cipher_ctx->native_handle = hd; in ngtcp2_crypto_cipher_ctx_encrypt_init()
[all …]
/dports/net/libngtcp2/ngtcp2-224bd62/crypto/boringssl/
H A Dboringssl.c71 md->native_handle = (void *)EVP_sha256(); in ngtcp2_crypto_md_sha256()
77 ctx->md.native_handle = (void *)EVP_sha256(); in ngtcp2_crypto_ctx_initial()
86 aead->native_handle = aead_native_handle; in ngtcp2_crypto_aead_init()
211 aead_ctx->native_handle = actx; in ngtcp2_crypto_aead_ctx_encrypt_init()
223 if (aead_ctx->native_handle) { in ngtcp2_crypto_aead_ctx_free()
255 cipher_ctx->native_handle = ctx; in ngtcp2_crypto_cipher_ctx_encrypt_init()
276 if (!cipher_ctx->native_handle) { in ngtcp2_crypto_cipher_ctx_free()
280 free(cipher_ctx->native_handle); in ngtcp2_crypto_cipher_ctx_free()
286 const EVP_MD *prf = md->native_handle; in ngtcp2_crypto_hkdf_extract()
301 const EVP_MD *prf = md->native_handle; in ngtcp2_crypto_hkdf_expand()
[all …]
/dports/devel/thrust/thrust-1.9.5/testing/
H A Devent.cu61 auto e0_stream = e0.stream().native_handle(); in test_event_new_stream()
83 auto const e0_stream = e0.stream().native_handle(); in test_event_linear_chaining()
98 ASSERT_EQUAL_QUIET(e0_stream, e0.stream().native_handle()); in test_event_linear_chaining()
107 ASSERT_EQUAL(e0_stream, e1.stream().native_handle()); in test_event_linear_chaining()
129 auto const e0_stream = e0.stream().native_handle(); in test_event_when_all()
141 ASSERT_NOT_EQUAL_QUIET(nullptr, e1.stream().native_handle()); in test_event_when_all()
142 ASSERT_NOT_EQUAL_QUIET(nullptr, e2.stream().native_handle()); in test_event_when_all()
143 ASSERT_NOT_EQUAL_QUIET(nullptr, e3.stream().native_handle()); in test_event_when_all()
144 ASSERT_NOT_EQUAL_QUIET(nullptr, e4.stream().native_handle()); in test_event_when_all()
145 ASSERT_NOT_EQUAL_QUIET(nullptr, e5.stream().native_handle()); in test_event_when_all()
[all …]
H A Dfuture.cu105 auto f0_stream = f0.stream().native_handle(); in operator ()()
144 auto const f0_stream = f0.stream().native_handle(); in operator ()()
156 ASSERT_EQUAL(f0_stream, f1.stream().native_handle()); in operator ()()
182 auto const f0_stream = f0.stream().native_handle(); in operator ()()
203 ASSERT_NOT_EQUAL_QUIET(nullptr, f1.stream().native_handle()); in operator ()()
204 ASSERT_NOT_EQUAL_QUIET(nullptr, f2.stream().native_handle()); in operator ()()
205 ASSERT_NOT_EQUAL_QUIET(nullptr, f3.stream().native_handle()); in operator ()()
206 ASSERT_NOT_EQUAL_QUIET(nullptr, f4.stream().native_handle()); in operator ()()
207 ASSERT_NOT_EQUAL_QUIET(nullptr, f5.stream().native_handle()); in operator ()()
208 ASSERT_NOT_EQUAL_QUIET(nullptr, f6.stream().native_handle()); in operator ()()
[all …]
/dports/net/libngtcp2/ngtcp2-224bd62/crypto/openssl/
H A Dopenssl.c65 md->native_handle = (void *)EVP_sha256(); in ngtcp2_crypto_md_sha256()
80 aead->native_handle = aead_native_handle; in ngtcp2_crypto_aead_init()
241 aead_ctx->native_handle = actx; in ngtcp2_crypto_aead_ctx_encrypt_init()
288 aead_ctx->native_handle = actx; in ngtcp2_crypto_aead_ctx_decrypt_init()
294 if (aead_ctx->native_handle) { in ngtcp2_crypto_aead_ctx_free()
314 cipher_ctx->native_handle = actx; in ngtcp2_crypto_cipher_ctx_encrypt_init()
320 if (cipher_ctx->native_handle) { in ngtcp2_crypto_cipher_ctx_free()
329 const EVP_MD *prf = md->native_handle; in ngtcp2_crypto_hkdf_extract()
355 const EVP_MD *prf = md->native_handle; in ngtcp2_crypto_hkdf_extract()
384 const EVP_MD *prf = md->native_handle; in ngtcp2_crypto_hkdf_expand()
[all …]
/dports/devel/efl/efl-1.25.1/src/bindings/cxx/eldbus_cxx/
H A Deldbus_message.hh128 : _message( ::eldbus_message_method_return_new(other.native_handle())) in const_message()
132 : _message( ::eldbus_message_error_new(other.native_handle(), error_name, error_msg)) in const_message()
146 eldbus_message_unref(const_cast<Eldbus_Message*>(native_handle())); in ~const_message()
194 const_native_handle_type native_handle() const { return _message; } in native_handle() function
234 …native_handle_type native_handle() { return const_cast<native_handle_type>(const_message::native_h… in native_handle() function
265 native_handle_type native_handle() const { return _pending; } in native_handle() function
278 ::eldbus_pending_data_set(native_handle(), key, data); in data_set()
282 return ::eldbus_pending_data_del(native_handle(), key); in data_del()
286 ::eldbus_pending_cancel(native_handle()); in cancel()
290 native_handle_type native_handle() in native_handle() function
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/System/
H A DGrallocAndroid.cpp121 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in release() local
122 return m_gralloc4_mapper->freeBuffer(native_handle).isOk() ? 0 : 1; in release()
129 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in release() local
130 return m_gralloc3_mapper->freeBuffer(native_handle).isOk() ? 0 : 1; in release()
142 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in lock() local
153 auto ret = m_gralloc4_mapper->lock(native_handle, usage, rect, empty_fence_handle, in lock()
168 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in lock() local
224 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in unlock() local
227 auto ret = m_gralloc4_mapper->unlock(native_handle, in unlock()
238 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in unlock() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Common/
H A DGrallocAndroid.cpp121 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in release() local
122 return m_gralloc4_mapper->freeBuffer(native_handle).isOk() ? 0 : 1; in release()
129 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in release() local
130 return m_gralloc3_mapper->freeBuffer(native_handle).isOk() ? 0 : 1; in release()
142 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in lock() local
153 auto ret = m_gralloc4_mapper->lock(native_handle, usage, rect, empty_fence_handle, in lock()
168 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in lock() local
224 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in unlock() local
227 auto ret = m_gralloc4_mapper->unlock(native_handle, in unlock()
238 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in unlock() local
[all …]
/dports/devel/efl/efl-1.25.1/src/bindings/cxx/eina_cxx/
H A Deina_range_types.hh83 native_handle_type native_handle() const { return _handle; } in native_handle() function
277 …typedef typename Traits::template native_handle<value_type>::type native_handle_type; /**< Type fo…
301 native_handle_type native_handle() const in native_handle() function
303 return Traits::template native_handle_from_const<T>(_base_type::native_handle()); in native_handle()
312 return Traits::template back<value_type>(native_handle()); in back()
321 return Traits::template front<value_type>(native_handle()); in front()
334 return Traits::template begin<value_type>(native_handle()); in begin()
351 return Traits::template end<value_type>(native_handle()); in end()
364 return Traits::template rbegin<value_type>(native_handle()); in rbegin()
381 return Traits::template rend<value_type>(native_handle()); in rend()
[all …]
H A Deina_array.hh80 using _base_type::native_handle;
142 return *static_cast<pointer>(static_cast<void*>(native_handle())); in operator *()
149 using _base_type::native_handle;
335 size_type index = p.native_handle() - this->_impl._array->data; in insert()
371 …return *static_cast<pointer>(static_cast<void*>(&native_handle()->data[eina_array_count(native_han… in back()
387 return iterator(&native_handle()->data[0]); in begin()
391 return iterator(&native_handle()->data[ ::eina_array_count(native_handle())]); in end()
463 using _base_type::native_handle;
511 using _base_type::native_handle;
540 : _base_type(other.native_handle()) in range_array()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/process/detail/posix/
H A Dasync_pipe.hpp73 if (_sink .native_handle() != -1) in ~async_pipe()
74 ::close(_sink.native_handle()); in ~async_pipe()
75 if (_source.native_handle() != -1) in ~async_pipe()
76 ::close(_source.native_handle()); in ~async_pipe()
191 auto sink_in = const_cast<::boost::asio::posix::stream_descriptor &>(_sink).native_handle(); in sink()
227 auto source_in = const_cast<::boost::asio::posix::stream_descriptor &>(_source).native_handle(); in async_pipe()
228 auto sink_in = const_cast<::boost::asio::posix::stream_descriptor &>(_sink).native_handle(); in async_pipe()
234 if (_source.native_handle()== -1) in async_pipe()
243 if (_sink.native_handle() == -1) in async_pipe()
255 auto sink_in = const_cast<::boost::asio::posix::stream_descriptor &>(p._sink).native_handle(); in operator =()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/thread/doc/
H A Dmutexes.qbk27 native_handle_type native_handle();
36 [section:nativehandle Member function `native_handle()`]
39 native_handle_type native_handle();
86 native_handle_type native_handle();
104 [section:nativehandle Member function `native_handle()`]
107 native_handle_type native_handle();
138 native_handle_type native_handle();
150 [section:nativehandle Member function `native_handle()`]
153 native_handle_type native_handle();
200 native_handle_type native_handle();
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/thread/doc/
H A Dmutexes.qbk27 native_handle_type native_handle();
36 [section:nativehandle Member function `native_handle()`]
39 native_handle_type native_handle();
86 native_handle_type native_handle();
104 [section:nativehandle Member function `native_handle()`]
107 native_handle_type native_handle();
138 native_handle_type native_handle();
150 [section:nativehandle Member function `native_handle()`]
153 native_handle_type native_handle();
200 native_handle_type native_handle();
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/thread/doc/
H A Dmutexes.qbk27 native_handle_type native_handle();
36 [section:nativehandle Member function `native_handle()`]
39 native_handle_type native_handle();
86 native_handle_type native_handle();
104 [section:nativehandle Member function `native_handle()`]
107 native_handle_type native_handle();
138 native_handle_type native_handle();
150 [section:nativehandle Member function `native_handle()`]
153 native_handle_type native_handle();
200 native_handle_type native_handle();
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/thread/doc/
H A Dmutexes.qbk27 native_handle_type native_handle();
36 [section:nativehandle Member function `native_handle()`]
39 native_handle_type native_handle();
86 native_handle_type native_handle();
104 [section:nativehandle Member function `native_handle()`]
107 native_handle_type native_handle();
138 native_handle_type native_handle();
150 [section:nativehandle Member function `native_handle()`]
153 native_handle_type native_handle();
200 native_handle_type native_handle();
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/thread/doc/
H A Dmutexes.qbk27 native_handle_type native_handle();
36 [section:nativehandle Member function `native_handle()`]
39 native_handle_type native_handle();
86 native_handle_type native_handle();
104 [section:nativehandle Member function `native_handle()`]
107 native_handle_type native_handle();
138 native_handle_type native_handle();
150 [section:nativehandle Member function `native_handle()`]
153 native_handle_type native_handle();
200 native_handle_type native_handle();
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/thread/doc/
H A Dmutexes.qbk27 native_handle_type native_handle();
36 [section:nativehandle Member function `native_handle()`]
39 native_handle_type native_handle();
86 native_handle_type native_handle();
104 [section:nativehandle Member function `native_handle()`]
107 native_handle_type native_handle();
138 native_handle_type native_handle();
150 [section:nativehandle Member function `native_handle()`]
153 native_handle_type native_handle();
200 native_handle_type native_handle();
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/thread/doc/
H A Dmutexes.qbk27 native_handle_type native_handle();
36 [section:nativehandle Member function `native_handle()`]
39 native_handle_type native_handle();
86 native_handle_type native_handle();
104 [section:nativehandle Member function `native_handle()`]
107 native_handle_type native_handle();
138 native_handle_type native_handle();
150 [section:nativehandle Member function `native_handle()`]
153 native_handle_type native_handle();
200 native_handle_type native_handle();
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/thread/doc/
H A Dmutexes.qbk27 native_handle_type native_handle();
36 [section:nativehandle Member function `native_handle()`]
39 native_handle_type native_handle();
86 native_handle_type native_handle();
104 [section:nativehandle Member function `native_handle()`]
107 native_handle_type native_handle();
138 native_handle_type native_handle();
150 [section:nativehandle Member function `native_handle()`]
153 native_handle_type native_handle();
200 native_handle_type native_handle();
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/process/detail/posix/
H A Dasync_pipe.hpp73 if (_sink .native_handle() != -1) in ~async_pipe()
74 ::close(_sink.native_handle()); in ~async_pipe()
75 if (_source.native_handle() != -1) in ~async_pipe()
76 ::close(_source.native_handle()); in ~async_pipe()
191 auto sink_in = const_cast<::boost::asio::posix::stream_descriptor &>(_sink).native_handle(); in sink()
227 auto source_in = const_cast<::boost::asio::posix::stream_descriptor &>(_source).native_handle(); in async_pipe()
228 auto sink_in = const_cast<::boost::asio::posix::stream_descriptor &>(_sink).native_handle(); in async_pipe()
234 if (_source.native_handle()== -1) in async_pipe()
243 if (_sink.native_handle() == -1) in async_pipe()
255 auto sink_in = const_cast<::boost::asio::posix::stream_descriptor &>(p._sink).native_handle(); in operator =()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/process/detail/posix/
H A Dasync_pipe.hpp73 if (_sink .native_handle() != -1) in ~async_pipe()
74 ::close(_sink.native_handle()); in ~async_pipe()
75 if (_source.native_handle() != -1) in ~async_pipe()
76 ::close(_source.native_handle()); in ~async_pipe()
191 auto sink_in = const_cast<::boost::asio::posix::stream_descriptor &>(_sink).native_handle(); in sink()
227 auto source_in = const_cast<::boost::asio::posix::stream_descriptor &>(_source).native_handle(); in async_pipe()
228 auto sink_in = const_cast<::boost::asio::posix::stream_descriptor &>(_sink).native_handle(); in async_pipe()
234 if (_source.native_handle()== -1) in async_pipe()
243 if (_sink.native_handle() == -1) in async_pipe()
255 auto sink_in = const_cast<::boost::asio::posix::stream_descriptor &>(p._sink).native_handle(); in operator =()
[all …]

12345678910>>...99