| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerUtilLinux.cpp | 45 (void)pthread_setname_np(thread.native_handle(), name.c_str()); in SetThreadName() 47 (void)pthread_setname_np(thread.native_handle(), "%s", const_cast<char *>(name.c_str())); in SetThreadName()
|
| H A D | FuzzerUtilWindows.cpp | 257 (void)ThreadNameProc(thread.native_handle(), buf.c_str()); in SetThreadName()
|
| H A D | FuzzerUtilFuchsia.cpp | 611 thread.native_handle(), ZX_PROP_NAME, name.data(), name.size()); in SetThreadName()
|
| /freebsd/contrib/llvm-project/libcxx/src/ |
| H A D | condition_variable.cpp | 36 int ec = __libcpp_condvar_wait(&__cv_, lk.mutex()->native_handle()); in wait() 60 int ec = __libcpp_condvar_timedwait(&__cv_, lk.mutex()->native_handle(), &ts); in __do_timed_wait()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | thread.h | 104 native_handle_type native_handle() const noexcept { return Thread; } in native_handle() function 192 native_handle_type native_handle() noexcept { return Thread.native_handle(); }
|
| /freebsd/contrib/llvm-project/libcxx/include/__thread/ |
| H A D | jthread.h | 99 …odiscard]] _LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() { return __thread_.native_hand… in native_handle() function
|
| H A D | thread.h | 250 _LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() _NOEXCEPT { return __t_; }
|
| /freebsd/contrib/llvm-project/libcxx/include/__mutex/ |
| H A D | mutex.h | 44 _LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() { return &__m_; } in native_handle() function
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__mutex/ |
| H A D | mutex.h | 44 _LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() { return &__m_; } in native_handle() function
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | mutex | 33 native_handle_type native_handle(); 50 native_handle_type native_handle(); 233 _LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() { return &__m_; }
|
| H A D | thread | 42 native_handle_type native_handle();
|
| H A D | condition_variable | 60 native_handle_type native_handle();
|
| H A D | fstream | 89 native_handle_type native_handle() const noexcept; // Since C++26 128 native_handle_type native_handle() const noexcept; // Since C++26 169 native_handle_type native_handle() const noexcept; // Since C++26
|
| /freebsd/contrib/llvm-project/libcxx/include/__condition_variable/ |
| H A D | condition_variable.h | 173 _LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() { return &__cv_; } in native_handle() function 214 int __ec = pthread_cond_clockwait(&__cv_, __lk.mutex()->native_handle(), CLOCK_MONOTONIC, &__ts); in __do_timed_wait()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__condition_variable/ |
| H A D | condition_variable.h | 81 _LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() { return &__cv_; } in _LIBCPP_DECLARE_STRONG_ENUM_EPILOG() 226 int __ec = pthread_cond_clockwait(&__cv_, __lk.mutex()->native_handle(), CLOCK_MONOTONIC, &__ts); in __do_timed_wait()
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | mutex | 33 native_handle_type native_handle(); 50 native_handle_type native_handle(); 237 _LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() { return &__m_; }
|
| H A D | shared_mutex | 41 native_handle_type native_handle(); // See 30.2.3 182 // native_handle_type native_handle(); // See 30.2.3 209 …// _LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() { return __base::unlock_shared(); }
|
| H A D | thread | 42 native_handle_type native_handle();
|
| H A D | fstream | 89 native_handle_type native_handle() const noexcept; // Since C++26 128 native_handle_type native_handle() const noexcept; // Since C++26 169 native_handle_type native_handle() const noexcept; // Since C++26 273 _LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() const noexcept { 1160 …_LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() const noexcept { return rdbuf()->native_h… 1318 …_LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() const noexcept { return rdbuf()->native_h… 1482 …_LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() const noexcept { return rdbuf()->native_h…
|
| H A D | condition_variable | 60 native_handle_type native_handle();
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__thread/ |
| H A D | thread.h | 177 _LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() _NOEXCEPT { return __t_; }
|
| /freebsd/contrib/unbound/services/ |
| H A D | listen_dnsport.c | 4274 rand_ctx->native_handle; in doq_rand_cb() 4927 settings.rand_ctx.native_handle = conn->doq_socket->rnd; in doq_conn_setup()
|