| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | condition_variable | 30 void notify_one() noexcept; 74 void notify_one() noexcept; 130 void notify_one() _NOEXCEPT; 174 condition_variable_any::notify_one() _NOEXCEPT 177 __cv_.notify_one();
|
| H A D | atomic | 105 void notify_one() volatile noexcept; 106 void notify_one() noexcept; 188 void notify_one() volatile noexcept; 189 void notify_one() noexcept; 257 void notify_one() volatile noexcept; 258 void notify_one() noexcept; 526 void notify_one() volatile noexcept; 527 void notify_one() noexcept; 1667 _LIBCPP_AVAILABILITY_SYNC _LIBCPP_INLINE_VISIBILITY void notify_one() volatile _NOEXCEPT 1669 _LIBCPP_AVAILABILITY_SYNC _LIBCPP_INLINE_VISIBILITY void notify_one() _NOEXCEPT [all …]
|
| H A D | semaphore | 96 __a.notify_one();
|
| H A D | __mutex_base | 289 void notify_one() _NOEXCEPT;
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| H A D | shared_ptr_atomic.h | 489 notify_one() noexcept in _GLIBCXX_VISIBILITY() 492 _M_val.notify_one(); in _GLIBCXX_VISIBILITY() 599 notify_one() noexcept in _GLIBCXX_VISIBILITY() 601 _M_refcount.notify_one(); in _GLIBCXX_VISIBILITY() 719 notify_one() noexcept in _GLIBCXX_VISIBILITY() 721 _M_impl.notify_one(); in _GLIBCXX_VISIBILITY() 832 notify_one() noexcept in _GLIBCXX_VISIBILITY() 834 _M_impl.notify_one(); in _GLIBCXX_VISIBILITY()
|
| H A D | atomic_base.h | 270 notify_one() noexcept in _GLIBCXX_VISIBILITY() 619 notify_one() noexcept in _GLIBCXX_VISIBILITY() 922 notify_one() const noexcept in _GLIBCXX_VISIBILITY() 1044 notify_one(const _Tp* __ptr) noexcept in _GLIBCXX_VISIBILITY() 1318 notify_one() const noexcept in _GLIBCXX_VISIBILITY() 1319 { __atomic_impl::notify_one(&_M_fp); } in _GLIBCXX_VISIBILITY() 1475 notify_one() const noexcept in _GLIBCXX_VISIBILITY() 1476 { __atomic_impl::notify_one(_M_ptr); } in _GLIBCXX_VISIBILITY() 1590 notify_one() const noexcept in _GLIBCXX_VISIBILITY() 1591 { __atomic_impl::notify_one(_M_ptr); } in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | std_mutex.h | 190 notify_one() noexcept in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/src/ |
| H A D | shared_mutex.cpp | 96 __gate2_.notify_one(); in unlock_shared() 101 __gate1_.notify_one(); in unlock_shared()
|
| H A D | mutex.cpp | 128 __cv_.notify_one(); in unlock() 186 __cv_.notify_one(); in unlock()
|
| H A D | condition_variable.cpp | 27 condition_variable::notify_one() noexcept in notify_one() function in condition_variable
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| H A D | condition_variable.cc | 45 condition_variable::notify_one() noexcept in notify_one() function in std::condition_variable 47 _M_cond.notify_one(); in notify_one()
|
| /netbsd-src/usr.sbin/rpc.statd/ |
| H A D | statd.c | 86 static int notify_one(DBT *, HostInfo *, void *); 189 (void) walk_db(notify_one, &now); in notify_handler() 435 notify_one(DBT *key, HostInfo *hi, void *ptr) in notify_one() function
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
| H A D | condition_variable.cc | 60 condition_variable::notify_one() noexcept in notify_one() function in std::condition_variable
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | ThreadPool.cpp | 88 QueueCondition.notify_one(); in asyncImpl()
|
| H A D | Parallel.cpp | 94 Cond.notify_one(); in add()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| H A D | condition_variable | 89 notify_one() noexcept; 289 notify_one() noexcept 292 _M_cond.notify_one();
|
| H A D | atomic | 175 notify_one() noexcept 176 { _M_base.notify_one(); } 404 notify_one() noexcept 659 notify_one() noexcept 660 { _M_b.notify_one(); } 1278 { __a->notify_one(); } 1482 { __a->notify_one(); }
|
| H A D | shared_mutex | 391 _M_gate2.notify_one(); 400 _M_gate1.notify_one();
|
| H A D | mutex | 434 _M_cv.notify_one(); 535 _M_cv.notify_one();
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
| H A D | condition_variable | 98 notify_one() noexcept; 301 notify_one() noexcept 304 _M_cond.notify_one();
|
| H A D | mutex | 403 _M_cv.notify_one(); 504 _M_cv.notify_one();
|
| H A D | shared_mutex | 386 _M_gate2.notify_one(); 395 _M_gate1.notify_one();
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/linux/ |
| H A D | DirectoryWatcher-linux.cpp | 95 NonEmpty.notify_one(); in push_back()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog-2020 | 848 (__waiters::_M_notify()): Likewise. Use notify_one() if not 856 (condition_variable::wait, condition_variable::notify_one) 956 (atomic_flag::notify_one, atomic_flag::notify_all) 957 (__atomic_base<I>::wait, __atomic_base<I>::notify_one) 959 (__atomic_base<P*>::notify_one, __atomic_base<P*>::notify_all) 960 (__atomic_impl::wait, __atomic_impl::notify_one) 962 (__atomic_float::notify_one, __atomic_float::notify_all) 963 (__atomic_ref::wait, __atomic_ref::notify_one) 966 * include/std/atomic (atomic::wait, atomic::notify_one) 1000 (__atomic_flag::notify_one): Likewise. [all …]
|
| H A D | ChangeLog | 3684 * include/bits/atomic_base.h (atomic_flag::notify_one, 3686 (__atomic_base::notify_one, notify_all): Likewise. 3687 * include/std/atomic (atomic<bool>::notify_one, notify_all): 3689 (atomic::notify_one, notify_all): Likewise. 3690 (atomic<T*>::notify_one, notify_all): Likewise. 3693 to account for change in notify_one/notify_all signature.
|