Home
last modified time | relevance | path

Searched refs:thr_ (Results 1 – 25 of 256) sorted by relevance

1234567891011

/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/qc/mbptr12/
H A Dcompute_ikjy.cc133 Ref<TwoBodyInt>* tbints = new Ref<TwoBodyInt>[thr_->nthread()]; in compute()
134 for (int i=0; i<thr_->nthread(); i++) { in compute()
141 Ref<ThreadLock> lock = thr_->new_lock(); in compute()
142 …TwoBodyMOIntsTransform_123Inds** e123thread = new TwoBodyMOIntsTransform_123Inds*[thr_->nthread()]; in compute()
143 for (int i=0; i<thr_->nthread(); i++) { in compute()
144 …e123thread[i] = new TwoBodyMOIntsTransform_123Inds(this,i,thr_->nthread(),lock,tbints[i],-100.0,de… in compute()
194 for (int i=0; i<thr_->nthread(); i++) { in compute()
197 thr_->add_thread(i,e123thread[i]); in compute()
203 thr_->start_threads(); in compute()
204 thr_->wait_threads(); in compute()
[all …]
H A Dcompute_ixjy.cc138 Ref<TwoBodyInt>* tbints = new Ref<TwoBodyInt>[thr_->nthread()]; in compute()
139 for (int i=0; i<thr_->nthread(); i++) { in compute()
146 Ref<ThreadLock> lock = thr_->new_lock(); in compute()
147 TwoBodyMOIntsTransform_13Inds** e13thread = new TwoBodyMOIntsTransform_13Inds*[thr_->nthread()]; in compute()
148 for (int i=0; i<thr_->nthread(); i++) { in compute()
149 …e13thread[i] = new TwoBodyMOIntsTransform_13Inds(this,i,thr_->nthread(),lock,tbints[i],-100.0,debu… in compute()
199 for (int i=0; i<thr_->nthread(); i++) { in compute()
202 thr_->add_thread(i,e13thread[i]); in compute()
208 thr_->start_threads(); in compute()
209 thr_->wait_threads(); in compute()
[all …]
H A Dcompute_ijxy.cc139 Ref<TwoBodyInt>* tbints = new Ref<TwoBodyInt>[thr_->nthread()]; in compute()
140 for (int i=0; i<thr_->nthread(); i++) { in compute()
147 Ref<ThreadLock> lock = thr_->new_lock(); in compute()
148 TwoBodyMOIntsTransform_12Inds** e12thread = new TwoBodyMOIntsTransform_12Inds*[thr_->nthread()]; in compute()
149 for (int i=0; i<thr_->nthread(); i++) { in compute()
150 …e12thread[i] = new TwoBodyMOIntsTransform_12Inds(this,i,thr_->nthread(),lock,tbints[i],-100.0,debu… in compute()
200 for (int i=0; i<thr_->nthread(); i++) { in compute()
203 thr_->add_thread(i,e12thread[i]); in compute()
209 thr_->start_threads(); in compute()
210 thr_->wait_threads(); in compute()
[all …]
/dports/math/eigen3/eigen-3.3.9/unsupported/Eigen/CXX11/src/ThreadPool/
H A DThreadEnvironment.h24 EnvThread(std::function<void()> f) : thr_(std::move(f)) {} in EnvThread()
25 ~EnvThread() { thr_.join(); } in ~EnvThread()
28 std::thread thr_;
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/unsupported/Eigen/CXX11/src/ThreadPool/
H A DThreadEnvironment.h24 EnvThread(std::function<void()> f) : thr_(std::move(f)) {} in EnvThread()
25 ~EnvThread() { thr_.join(); } in ~EnvThread()
28 std::thread thr_;
/dports/math/R-cran-RcppEigen/RcppEigen/inst/include/unsupported/Eigen/CXX11/src/ThreadPool/
H A DThreadEnvironment.h24 EnvThread(std::function<void()> f) : thr_(std::move(f)) {} in EnvThread()
25 ~EnvThread() { thr_.join(); } in ~EnvThread()
28 std::thread thr_;
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/unsupported/Eigen/CXX11/src/ThreadPool/
H A DThreadEnvironment.h24 EnvThread(std::function<void()> f) : thr_(std::move(f)) {} in EnvThread()
25 ~EnvThread() { thr_.join(); } in ~EnvThread()
28 std::thread thr_;
/dports/science/pcmsolver/pcmsolver-1.3.0/external/eigen3/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/
H A DThreadEnvironment.h24 EnvThread(std::function<void()> f) : thr_(std::move(f)) {} in EnvThread()
25 ~EnvThread() { thr_.join(); } in ~EnvThread()
28 std::thread thr_;
/dports/misc/opennn/opennn-5.0.5/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
H A DThreadEnvironment.h24 EnvThread(std::function<void()> f) : thr_(std::move(f)) {} in EnvThread()
25 ~EnvThread() { thr_.join(); } in ~EnvThread()
28 std::thread thr_;
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/unsupported/Eigen/CXX11/src/ThreadPool/
H A DThreadEnvironment.h24 EnvThread(std::function<void()> f) : thr_(std::move(f)) {} in EnvThread()
25 ~EnvThread() { thr_.join(); } in ~EnvThread()
28 std::thread thr_;
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/unsupported/Eigen/CXX11/src/ThreadPool/
H A DThreadEnvironment.h24 EnvThread(std::function<void()> f) : thr_(std::move(f)) {} in EnvThread()
25 ~EnvThread() { thr_.join(); } in ~EnvThread()
28 std::thread thr_;
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/eigen3/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/
H A DThreadEnvironment.h24 EnvThread(std::function<void()> f) : thr_(std::move(f)) {} in EnvThread()
25 ~EnvThread() { thr_.join(); } in ~EnvThread()
28 std::thread thr_;
/dports/devel/upp/upp/uppsrc/plugin/Eigen/unsupported/Eigen/CXX11/src/ThreadPool/
H A DThreadEnvironment.h24 EnvThread(std::function<void()> f) : thr_(std::move(f)) {} in EnvThread()
25 ~EnvThread() { thr_.join(); } in ~EnvThread()
30 std::thread thr_;
/dports/misc/openmvg/openMVG-2.0/src/third_party/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
H A DThreadEnvironment.h24 EnvThread(std::function<void()> f) : thr_(std::move(f)) {} in EnvThread()
25 ~EnvThread() { thr_.join(); } in ~EnvThread()
30 std::thread thr_;
/dports/devel/mingw32-gcc/gcc-4.8.1/libsanitizer/tsan/
H A Dtsan_interface_java.cc75 : thr_(thr) { in ScopedJavaFunc()
76 Initialize(thr_); in ScopedJavaFunc()
78 CHECK_EQ(thr_->in_rtl, 0); in ScopedJavaFunc()
79 thr_->in_rtl++; in ScopedJavaFunc()
83 thr_->in_rtl--; in ~ScopedJavaFunc()
84 CHECK_EQ(thr_->in_rtl, 0); in ~ScopedJavaFunc()
85 FuncExit(thr_); in ~ScopedJavaFunc()
90 ThreadState *thr_; member in __tsan::ScopedJavaFunc
H A Dtsan_interface_ann.cc32 : thr_(thr) in ScopedAnnotation()
34 CHECK_EQ(thr_->in_rtl, 0); in ScopedAnnotation()
35 FuncEntry(thr_, pc); in ScopedAnnotation()
36 thr_->in_rtl++; in ScopedAnnotation()
37 DPrintf("#%d: annotation %s() %s:%d\n", thr_->tid, aname, f, l); in ScopedAnnotation()
41 thr_->in_rtl--; in ~ScopedAnnotation()
42 CHECK_EQ(in_rtl_, thr_->in_rtl); in ~ScopedAnnotation()
43 FuncExit(thr_); in ~ScopedAnnotation()
46 ThreadState *const thr_; member in __tsan::ScopedAnnotation
H A Dtsan_platform_linux.cc50 : thr_(cur_thread()) { in ScopedInRtl()
51 in_rtl_ = thr_->in_rtl; in ScopedInRtl()
52 thr_->in_rtl++; in ScopedInRtl()
57 thr_->in_rtl--; in ~ScopedInRtl()
59 CHECK_EQ(in_rtl_, thr_->in_rtl); in ~ScopedInRtl()
/dports/lang/gcc48/gcc-4.8.5/libsanitizer/tsan/
H A Dtsan_interface_java.cc75 : thr_(thr) { in ScopedJavaFunc()
76 Initialize(thr_); in ScopedJavaFunc()
78 CHECK_EQ(thr_->in_rtl, 0); in ScopedJavaFunc()
79 thr_->in_rtl++; in ScopedJavaFunc()
83 thr_->in_rtl--; in ~ScopedJavaFunc()
84 CHECK_EQ(thr_->in_rtl, 0); in ~ScopedJavaFunc()
85 FuncExit(thr_); in ~ScopedJavaFunc()
90 ThreadState *thr_; member in __tsan::ScopedJavaFunc
H A Dtsan_interface_ann.cc32 : thr_(thr) in ScopedAnnotation()
34 CHECK_EQ(thr_->in_rtl, 0); in ScopedAnnotation()
35 FuncEntry(thr_, pc); in ScopedAnnotation()
36 thr_->in_rtl++; in ScopedAnnotation()
37 DPrintf("#%d: annotation %s() %s:%d\n", thr_->tid, aname, f, l); in ScopedAnnotation()
41 thr_->in_rtl--; in ~ScopedAnnotation()
42 CHECK_EQ(in_rtl_, thr_->in_rtl); in ~ScopedAnnotation()
43 FuncExit(thr_); in ~ScopedAnnotation()
46 ThreadState *const thr_; member in __tsan::ScopedAnnotation
H A Dtsan_platform_linux.cc50 : thr_(cur_thread()) { in ScopedInRtl()
51 in_rtl_ = thr_->in_rtl; in ScopedInRtl()
52 thr_->in_rtl++; in ScopedInRtl()
57 thr_->in_rtl--; in ~ScopedInRtl()
59 CHECK_EQ(in_rtl_, thr_->in_rtl); in ~ScopedInRtl()
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/doxygen/dox/so_5/
H A Dso_5_5_16__auto_join.md44 thread & thr_;
46 auto_joiner(thread & thr) : thr_{thr} {}
48 if(thr_.joinable()) // Note this check!
49 thr_.join();
72 …ems. If you write such class the first time you probably forget to check `thr_.joinable()` conditi…
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libsanitizer/tsan/
H A Dtsan_interface_java.cc77 : thr_(thr) { in ScopedJavaFunc()
78 Initialize(thr_); in ScopedJavaFunc()
80 CHECK_EQ(thr_->in_rtl, 0); in ScopedJavaFunc()
81 thr_->in_rtl++; in ScopedJavaFunc()
85 thr_->in_rtl--; in ~ScopedJavaFunc()
86 CHECK_EQ(thr_->in_rtl, 0); in ~ScopedJavaFunc()
87 FuncExit(thr_); in ~ScopedJavaFunc()
92 ThreadState *thr_; member in __tsan::ScopedJavaFunc
H A Dtsan_interface_ann.cc34 : thr_(thr) in ScopedAnnotation()
36 CHECK_EQ(thr_->in_rtl, 0); in ScopedAnnotation()
37 FuncEntry(thr_, pc); in ScopedAnnotation()
38 thr_->in_rtl++; in ScopedAnnotation()
39 DPrintf("#%d: annotation %s() %s:%d\n", thr_->tid, aname, f, l); in ScopedAnnotation()
43 thr_->in_rtl--; in ~ScopedAnnotation()
44 CHECK_EQ(in_rtl_, thr_->in_rtl); in ~ScopedAnnotation()
45 FuncExit(thr_); in ~ScopedAnnotation()
48 ThreadState *const thr_; member in __tsan::ScopedAnnotation
/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/qc/mbpt/
H A Dcsgrad.cc324 int nthreads = thr_->nthread(); in compute_cs_grad()
538 for (i=0; i<thr_->nthread(); i++) { in compute_cs_grad()
551 for (i=0; i<thr_->nthread(); i++) { in compute_cs_grad()
583 for (i=0; i<thr_->nthread(); i++) { in compute_cs_grad()
666 thr_->start_threads(); in compute_cs_grad()
667 thr_->wait_threads(); in compute_cs_grad()
1448 thr_->start_threads(); in compute_cs_grad()
1449 thr_->wait_threads(); in compute_cs_grad()
1750 for (i=0; i<thr_->nthread(); i++) { in compute_cs_grad()
2132 thr_->start_threads(); in compute_cs_grad()
[all …]
H A Dhsosv1.cc397 Ref<TwoBodyInt> *tbint = new Ref<TwoBodyInt>[thr_->nthread()]; in compute_hsos_v1()
398 for (ithread=0; ithread<thr_->nthread(); ithread++) { in compute_hsos_v1()
403 Ref<ThreadLock> lock = thr_->new_lock(); in compute_hsos_v1()
404 HSOSV1Erep1Qtr** e1thread = new HSOSV1Erep1Qtr*[thr_->nthread()]; in compute_hsos_v1()
405 for (ithread=0; ithread<thr_->nthread(); ithread++) { in compute_hsos_v1()
453 for (ithread=0; ithread<thr_->nthread(); ithread++) { in compute_hsos_v1()
455 thr_->add_thread(ithread,e1thread[ithread]); in compute_hsos_v1()
457 thr_->start_threads(); in compute_hsos_v1()
458 thr_->wait_threads(); in compute_hsos_v1()
459 for (ithread=0; ithread<thr_->nthread(); ithread++) { in compute_hsos_v1()
[all …]

1234567891011