Home
last modified time | relevance | path

Searched refs:abort_all (Results 1 – 25 of 47) sorted by relevance

12

/dports/devel/hpx/hpx-1.2.1/src/lcos/local/detail/
H A Dcondition_variable.cpp43 abort_all<local::no_mutex>(std::move(lock)); in ~condition_variable()
169 void condition_variable::abort_all(std::unique_lock<mutex_type> lock) in abort_all() function in hpx::lcos::local::detail::condition_variable
173 abort_all<mutex_type>(std::move(lock)); in abort_all()
226 void condition_variable::abort_all(std::unique_lock<Mutex> lock) in abort_all() function in hpx::lcos::local::detail::condition_variable
/dports/devel/hpx/hpx-1.2.1/hpx/lcos/local/
H A Dlatch.hpp139 void abort_all() in abort_all() function in hpx::lcos::local::latch
142 cond_.abort_all(std::move(l)); in abort_all()
/dports/devel/onetbb/oneTBB-2021.4.0/src/tbb/
H A Dconcurrent_bounded_queue.cpp64 items_avail.abort_all(); in abort_bounded_queue_monitors()
65 slots_avail.abort_all(); in abort_bounded_queue_monitors()
H A Dconcurrent_monitor.h412 void abort_all() { in abort_all() function
447 this->abort_all(); in destroy()
/dports/audio/beets/beets-1.4.9/beets/util/
H A Dpipeline.py232 def abort_all(self, exc_info): member in PipelineThread
274 self.abort_all(sys.exc_info())
322 self.abort_all(sys.exc_info())
361 self.abort_all(sys.exc_info())
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/html/user/
H A Dmanage_app.php188 $abort_all = (get_str("abort_all", true));
190 if ($abort_all || get_str("abort_$batch->id", true)) {
/dports/devel/hpx/hpx-1.2.1/hpx/lcos/local/detail/
H A Dcondition_variable.hpp115 HPX_EXPORT void abort_all(
162 void abort_all(std::unique_lock<Mutex> lock);
/dports/devel/hpx/hpx-1.2.1/hpx/lcos/server/
H A Dlatch.hpp104 latch_.abort_all(); in set_exception()
H A Dqueue.hpp103 cond_.abort_all(std::move(l)); in set_exception()
/dports/graphics/evolvotron/evolvotron/libevolvotron/
H A Dmutatable_image_computer_farm.h131 void abort_all();
H A Dmutatable_image_computer_farm.cpp182 void MutatableImageComputerFarm::abort_all() in abort_all() function in MutatableImageComputerFarm
/dports/graphics/converseen/Converseen-0.9.9.3/src/
H A Dmainwindowimpl.h97 bool abort_all; variable
H A Dmainwindowimpl.cpp346 abort_all = false; in startConversion()
490 if (!abort_all) { in nextConversion()
978 abort_all = true; in stopProcess()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/tbb/
H A Dconcurrent_monitor.cpp28 abort_all(); in ~concurrent_monitor()
H A Dconcurrent_monitor.h175 void abort_all() {atomic_fence(); abort_all_relaxed(); } in abort_all() function
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/src/tbb/
H A Dconcurrent_monitor.cpp32 abort_all(); in ~concurrent_monitor()
H A Dconcurrent_monitor.h179 void abort_all() {atomic_fence(); abort_all_relaxed(); } in abort_all() function
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/
H A Dconcurrent_monitor.cpp32 abort_all(); in ~concurrent_monitor()
H A Dconcurrent_monitor.h179 void abort_all() {atomic_fence(); abort_all_relaxed(); } in abort_all() function
/dports/devel/tbb/oneTBB-2020.3/src/tbb/
H A Dconcurrent_monitor.cpp28 abort_all(); in ~concurrent_monitor()
H A Dconcurrent_monitor.h175 void abort_all() {atomic_fence(); abort_all_relaxed(); } in abort_all() function
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/tbb/
H A Dconcurrent_monitor.cpp28 abort_all(); in ~concurrent_monitor()
H A Dconcurrent_monitor.h175 void abort_all() {atomic_fence(); abort_all_relaxed(); } in abort_all() function
/dports/net/p5-Net-OpenSSH-Parallel/Net-OpenSSH-Parallel-0.14/lib/Net/OpenSSH/
H A DParallel.pm360 and $self->{abort_all} = 1;
484 if ($self->{abort_all}) {
813 delete $self->{abort_all};
/dports/www/dillo2/dillo-3.0.5/dpi/
H A Ddownloads.cc180 void abort_all();
920 dl_win->abort_all(); in dlwin_esc_cb()
999 void DLWin::abort_all() in abort_all() function in DLWin

12