Home
last modified time | relevance | path

Searched refs:th_id (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/math/librsb/librsb-1.2.0.10/
H A Drsb_lock.c44 …__TRSV_OUT_)RSB_INFO("thread %d releases %d %d\n",th_id,lock->coresrowf[th_id],lock->coresrowl[th… in rsb__do_lock_release()
74 if( tn!=th_id && ( in rsb_do_lock_check_interval()
94 if( tn!=th_id in rsb_do_lock_check_interval()
104 if( tn!=th_id in rsb_do_lock_check_interval()
146 if(th_id) in rsb__do_lock_get()
161 …RSB_INFO("thread %d locks %d %d with matrix %d\n",th_id,lock->coresrowf[th_id],lock->coresrowl[th… in rsb__do_lock_get()
786 if(th_id>=lock->nv) in rsb__do_mv_lock_free()
869 rsb_int_t th_id=0; in rsb__do_mv_lock_init() local
918 for(th_id=0;th_id<num_threads;++th_id) in rsb__do_mv_lock_init()
987 lock->it[th_id]=j,lock->in[th_id]=i; in rsb__do_mv_lock_get()
[all …]
H A Drsb_spmv.c222 rsb_thr_t th_id = omp_get_thread_num(); in rsb_do_spmv_recursive_parallel()
223 if(th_id >= rsb_global_session_handle.rsb_want_threads) in rsb_do_spmv_recursive_parallel()
226 yy+=th_id*chunk*incy; in rsb_do_spmv_recursive_parallel()
227 if(th_id == rsb_global_session_handle.rsb_want_threads-1) in rsb_do_spmv_recursive_parallel()
228 dim=tdim-th_id*chunk; in rsb_do_spmv_recursive_parallel()
249 rsb_thr_t th_id = omp_get_thread_num(); in rsb_do_spmv_recursive_parallel() local
253 if(th_id >= rsb_global_session_handle.rsb_want_threads) in rsb_do_spmv_recursive_parallel()
256 if(th_id>=all_leaf_matrices_n) in rsb_do_spmv_recursive_parallel()
290 {rsb_do_spmv_lock_release(&lock,th_id,ov);RSB_DO_SPMV_LOCK_DM_INC(lock);} in rsb_do_spmv_recursive_parallel()
296 {rsb__do_pick_candidate_interval_for_reduce(&lock,th_id,&ov,&r0,&rh);} in rsb_do_spmv_recursive_parallel()
[all …]
/dports/databases/libgda5-ui/libgda-5.2.10/tests/multi-threading/
H A Dcheck_mutex.c77 gint th_id; member
93 d->th_id = i; in test_multiple_threads()
101 g_print ("Running thread %d\n", d->th_id); in test_multiple_threads()
146 g_print ("Mutex locked for %d\n", data->th_id); in test2_start_thread()
151 g_print ("Mutex re-locked for %d\n", data->th_id); in test2_start_thread()
155 g_print ("Mutex unlocked for %d\n", data->th_id); in test2_start_thread()
156 g_print ("Mutex unlocked for %d\n", data->th_id); in test2_start_thread()
184 g_print ("Mutex locked for %d\n", data->th_id); in test3_start_thread()
189 g_print ("Mutex re-locked for %d\n", data->th_id); in test3_start_thread()
193 g_print ("Mutex unlocked for %d\n", data->th_id); in test3_start_thread()
[all …]
H A Dcheck_cnc_lock.c96 gint th_id; member
131 d->th_id = i; in test_multiple_threads()
139 g_print ("Running thread %d\n", d->th_id); in test_multiple_threads()
143 g_print ("Running thread %d has pointer %p\n", d->th_id, d->thread); in test_multiple_threads()
185 g_print ("Th %d has tried to lock cnc and succeeded\n", data->th_id); in test1_start_thread()
196 g_print ("Th %d has unlocked cnc\n", data->th_id); in test1_start_thread()
201 g_print ("Th %d has locked cnc\n", data->th_id); in test1_start_thread()
208 g_print ("Th %d has re-locked cnc\n", data->th_id); in test1_start_thread()
214 g_print ("Th %d has unlocked cnc\n", data->th_id); in test1_start_thread()
220 g_print ("Th %d has re-unlocked cnc\n", data->th_id); in test1_start_thread()
[all …]
/dports/databases/libgda5-mysql/libgda-5.2.10/tests/multi-threading/
H A Dcheck_mutex.c77 gint th_id; member
93 d->th_id = i; in test_multiple_threads()
101 g_print ("Running thread %d\n", d->th_id); in test_multiple_threads()
146 g_print ("Mutex locked for %d\n", data->th_id); in test2_start_thread()
151 g_print ("Mutex re-locked for %d\n", data->th_id); in test2_start_thread()
155 g_print ("Mutex unlocked for %d\n", data->th_id); in test2_start_thread()
156 g_print ("Mutex unlocked for %d\n", data->th_id); in test2_start_thread()
184 g_print ("Mutex locked for %d\n", data->th_id); in test3_start_thread()
189 g_print ("Mutex re-locked for %d\n", data->th_id); in test3_start_thread()
193 g_print ("Mutex unlocked for %d\n", data->th_id); in test3_start_thread()
[all …]
H A Dcheck_cnc_lock.c96 gint th_id; member
131 d->th_id = i; in test_multiple_threads()
139 g_print ("Running thread %d\n", d->th_id); in test_multiple_threads()
143 g_print ("Running thread %d has pointer %p\n", d->th_id, d->thread); in test_multiple_threads()
185 g_print ("Th %d has tried to lock cnc and succeeded\n", data->th_id); in test1_start_thread()
196 g_print ("Th %d has unlocked cnc\n", data->th_id); in test1_start_thread()
201 g_print ("Th %d has locked cnc\n", data->th_id); in test1_start_thread()
208 g_print ("Th %d has re-locked cnc\n", data->th_id); in test1_start_thread()
214 g_print ("Th %d has unlocked cnc\n", data->th_id); in test1_start_thread()
220 g_print ("Th %d has re-unlocked cnc\n", data->th_id); in test1_start_thread()
[all …]
/dports/databases/libgda5-postgresql/libgda-5.2.10/tests/multi-threading/
H A Dcheck_mutex.c77 gint th_id; member
93 d->th_id = i; in test_multiple_threads()
101 g_print ("Running thread %d\n", d->th_id); in test_multiple_threads()
146 g_print ("Mutex locked for %d\n", data->th_id); in test2_start_thread()
151 g_print ("Mutex re-locked for %d\n", data->th_id); in test2_start_thread()
155 g_print ("Mutex unlocked for %d\n", data->th_id); in test2_start_thread()
156 g_print ("Mutex unlocked for %d\n", data->th_id); in test2_start_thread()
184 g_print ("Mutex locked for %d\n", data->th_id); in test3_start_thread()
189 g_print ("Mutex re-locked for %d\n", data->th_id); in test3_start_thread()
193 g_print ("Mutex unlocked for %d\n", data->th_id); in test3_start_thread()
[all …]
H A Dcheck_cnc_lock.c96 gint th_id;
131 d->th_id = i;
139 g_print ("Running thread %d\n", d->th_id);
143 g_print ("Running thread %d has pointer %p\n", d->th_id, d->thread);
185 g_print ("Th %d has tried to lock cnc and succeeded\n", data->th_id);
196 g_print ("Th %d has unlocked cnc\n", data->th_id);
201 g_print ("Th %d has locked cnc\n", data->th_id);
208 g_print ("Th %d has re-locked cnc\n", data->th_id);
214 g_print ("Th %d has unlocked cnc\n", data->th_id);
220 g_print ("Th %d has re-unlocked cnc\n", data->th_id);
[all …]
/dports/databases/libgda5-ldap/libgda-5.2.10/tests/multi-threading/
H A Dcheck_mutex.c77 gint th_id; member
93 d->th_id = i; in test_multiple_threads()
101 g_print ("Running thread %d\n", d->th_id); in test_multiple_threads()
146 g_print ("Mutex locked for %d\n", data->th_id); in test2_start_thread()
151 g_print ("Mutex re-locked for %d\n", data->th_id); in test2_start_thread()
155 g_print ("Mutex unlocked for %d\n", data->th_id); in test2_start_thread()
156 g_print ("Mutex unlocked for %d\n", data->th_id); in test2_start_thread()
184 g_print ("Mutex locked for %d\n", data->th_id); in test3_start_thread()
189 g_print ("Mutex re-locked for %d\n", data->th_id); in test3_start_thread()
193 g_print ("Mutex unlocked for %d\n", data->th_id); in test3_start_thread()
[all …]
H A Dcheck_cnc_lock.c96 gint th_id;
131 d->th_id = i;
139 g_print ("Running thread %d\n", d->th_id);
143 g_print ("Running thread %d has pointer %p\n", d->th_id, d->thread);
185 g_print ("Th %d has tried to lock cnc and succeeded\n", data->th_id);
196 g_print ("Th %d has unlocked cnc\n", data->th_id);
201 g_print ("Th %d has locked cnc\n", data->th_id);
208 g_print ("Th %d has re-locked cnc\n", data->th_id);
214 g_print ("Th %d has unlocked cnc\n", data->th_id);
220 g_print ("Th %d has re-unlocked cnc\n", data->th_id);
[all …]
/dports/databases/libgda5/libgda-5.2.10/tests/multi-threading/
H A Dcheck_mutex.c77 gint th_id; member
93 d->th_id = i; in test_multiple_threads()
101 g_print ("Running thread %d\n", d->th_id); in test_multiple_threads()
146 g_print ("Mutex locked for %d\n", data->th_id); in test2_start_thread()
151 g_print ("Mutex re-locked for %d\n", data->th_id); in test2_start_thread()
155 g_print ("Mutex unlocked for %d\n", data->th_id); in test2_start_thread()
156 g_print ("Mutex unlocked for %d\n", data->th_id); in test2_start_thread()
184 g_print ("Mutex locked for %d\n", data->th_id); in test3_start_thread()
189 g_print ("Mutex re-locked for %d\n", data->th_id); in test3_start_thread()
193 g_print ("Mutex unlocked for %d\n", data->th_id); in test3_start_thread()
[all …]
H A Dcheck_cnc_lock.c96 gint th_id; member
131 d->th_id = i; in test_multiple_threads()
139 g_print ("Running thread %d\n", d->th_id); in test_multiple_threads()
143 g_print ("Running thread %d has pointer %p\n", d->th_id, d->thread); in test_multiple_threads()
185 g_print ("Th %d has tried to lock cnc and succeeded\n", data->th_id); in test1_start_thread()
196 g_print ("Th %d has unlocked cnc\n", data->th_id); in test1_start_thread()
201 g_print ("Th %d has locked cnc\n", data->th_id); in test1_start_thread()
208 g_print ("Th %d has re-locked cnc\n", data->th_id); in test1_start_thread()
214 g_print ("Th %d has unlocked cnc\n", data->th_id); in test1_start_thread()
220 g_print ("Th %d has re-unlocked cnc\n", data->th_id); in test1_start_thread()
[all …]
/dports/databases/libgda5-jdbc/libgda-5.2.10/tests/multi-threading/
H A Dcheck_mutex.c77 gint th_id; member
93 d->th_id = i; in test_multiple_threads()
101 g_print ("Running thread %d\n", d->th_id); in test_multiple_threads()
146 g_print ("Mutex locked for %d\n", data->th_id); in test2_start_thread()
151 g_print ("Mutex re-locked for %d\n", data->th_id); in test2_start_thread()
155 g_print ("Mutex unlocked for %d\n", data->th_id); in test2_start_thread()
156 g_print ("Mutex unlocked for %d\n", data->th_id); in test2_start_thread()
184 g_print ("Mutex locked for %d\n", data->th_id); in test3_start_thread()
189 g_print ("Mutex re-locked for %d\n", data->th_id); in test3_start_thread()
193 g_print ("Mutex unlocked for %d\n", data->th_id); in test3_start_thread()
[all …]
H A Dcheck_cnc_lock.c96 gint th_id; member
131 d->th_id = i; in test_multiple_threads()
139 g_print ("Running thread %d\n", d->th_id); in test_multiple_threads()
143 g_print ("Running thread %d has pointer %p\n", d->th_id, d->thread); in test_multiple_threads()
185 g_print ("Th %d has tried to lock cnc and succeeded\n", data->th_id); in test1_start_thread()
196 g_print ("Th %d has unlocked cnc\n", data->th_id); in test1_start_thread()
201 g_print ("Th %d has locked cnc\n", data->th_id); in test1_start_thread()
208 g_print ("Th %d has re-locked cnc\n", data->th_id); in test1_start_thread()
214 g_print ("Th %d has unlocked cnc\n", data->th_id); in test1_start_thread()
220 g_print ("Th %d has re-unlocked cnc\n", data->th_id); in test1_start_thread()
[all …]
/dports/databases/libgda5-bdb/libgda-5.2.10/tests/multi-threading/
H A Dcheck_mutex.c77 gint th_id; member
93 d->th_id = i; in test_multiple_threads()
101 g_print ("Running thread %d\n", d->th_id); in test_multiple_threads()
146 g_print ("Mutex locked for %d\n", data->th_id); in test2_start_thread()
151 g_print ("Mutex re-locked for %d\n", data->th_id); in test2_start_thread()
155 g_print ("Mutex unlocked for %d\n", data->th_id); in test2_start_thread()
156 g_print ("Mutex unlocked for %d\n", data->th_id); in test2_start_thread()
184 g_print ("Mutex locked for %d\n", data->th_id); in test3_start_thread()
189 g_print ("Mutex re-locked for %d\n", data->th_id); in test3_start_thread()
193 g_print ("Mutex unlocked for %d\n", data->th_id); in test3_start_thread()
[all …]
H A Dcheck_cnc_lock.c96 gint th_id; member
131 d->th_id = i; in test_multiple_threads()
139 g_print ("Running thread %d\n", d->th_id); in test_multiple_threads()
143 g_print ("Running thread %d has pointer %p\n", d->th_id, d->thread); in test_multiple_threads()
185 g_print ("Th %d has tried to lock cnc and succeeded\n", data->th_id); in test1_start_thread()
196 g_print ("Th %d has unlocked cnc\n", data->th_id); in test1_start_thread()
201 g_print ("Th %d has locked cnc\n", data->th_id); in test1_start_thread()
208 g_print ("Th %d has re-locked cnc\n", data->th_id); in test1_start_thread()
214 g_print ("Th %d has unlocked cnc\n", data->th_id); in test1_start_thread()
220 g_print ("Th %d has re-unlocked cnc\n", data->th_id); in test1_start_thread()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/sort/common/
H A Dscheduler.hpp138 key_t th_id = std::this_thread::get_id(); in insert() local
139 it_map itmp = mp.find(th_id); in insert()
142 auto aux = mp.emplace(th_id, deque_t()); in insert()
162 key_t th_id = std::this_thread::get_id(); in emplace() local
163 it_map itmp = mp.find(th_id); in emplace()
166 auto aux = mp.emplace(th_id, deque_t()); in emplace()
197 key_t th_id = std::this_thread::get_id(); in insert_range() local
198 it_map itmp = mp.find(th_id); in insert_range()
201 auto aux = mp.emplace(th_id, deque_t()); in insert_range()
225 key_t th_id = std::this_thread::get_id(); in extract() local
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/sort/common/
H A Dscheduler.hpp138 key_t th_id = std::this_thread::get_id(); in insert() local
139 it_map itmp = mp.find(th_id); in insert()
142 auto aux = mp.emplace(th_id, deque_t()); in insert()
162 key_t th_id = std::this_thread::get_id(); in emplace() local
163 it_map itmp = mp.find(th_id); in emplace()
166 auto aux = mp.emplace(th_id, deque_t()); in emplace()
197 key_t th_id = std::this_thread::get_id(); in insert_range() local
198 it_map itmp = mp.find(th_id); in insert_range()
201 auto aux = mp.emplace(th_id, deque_t()); in insert_range()
225 key_t th_id = std::this_thread::get_id(); in extract() local
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/sort/common/
H A Dscheduler.hpp138 key_t th_id = std::this_thread::get_id(); in insert() local
139 it_map itmp = mp.find(th_id); in insert()
142 auto aux = mp.emplace(th_id, deque_t()); in insert()
162 key_t th_id = std::this_thread::get_id(); in emplace() local
163 it_map itmp = mp.find(th_id); in emplace()
166 auto aux = mp.emplace(th_id, deque_t()); in emplace()
197 key_t th_id = std::this_thread::get_id(); in insert_range() local
198 it_map itmp = mp.find(th_id); in insert_range()
201 auto aux = mp.emplace(th_id, deque_t()); in insert_range()
225 key_t th_id = std::this_thread::get_id(); in extract() local
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/sort/common/
H A Dscheduler.hpp138 key_t th_id = std::this_thread::get_id(); in insert() local
139 it_map itmp = mp.find(th_id); in insert()
142 auto aux = mp.emplace(th_id, deque_t()); in insert()
162 key_t th_id = std::this_thread::get_id(); in emplace() local
163 it_map itmp = mp.find(th_id); in emplace()
166 auto aux = mp.emplace(th_id, deque_t()); in emplace()
197 key_t th_id = std::this_thread::get_id(); in insert_range() local
198 it_map itmp = mp.find(th_id); in insert_range()
201 auto aux = mp.emplace(th_id, deque_t()); in insert_range()
225 key_t th_id = std::this_thread::get_id(); in extract() local
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/sort/common/
H A Dscheduler.hpp138 key_t th_id = std::this_thread::get_id(); in insert() local
139 it_map itmp = mp.find(th_id); in insert()
142 auto aux = mp.emplace(th_id, deque_t()); in insert()
162 key_t th_id = std::this_thread::get_id(); in emplace() local
163 it_map itmp = mp.find(th_id); in emplace()
166 auto aux = mp.emplace(th_id, deque_t()); in emplace()
197 key_t th_id = std::this_thread::get_id(); in insert_range() local
198 it_map itmp = mp.find(th_id); in insert_range()
201 auto aux = mp.emplace(th_id, deque_t()); in insert_range()
225 key_t th_id = std::this_thread::get_id(); in extract() local
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/sort/common/
H A Dscheduler.hpp138 key_t th_id = std::this_thread::get_id(); in insert() local
139 it_map itmp = mp.find(th_id); in insert()
142 auto aux = mp.emplace(th_id, deque_t()); in insert()
162 key_t th_id = std::this_thread::get_id(); in emplace() local
163 it_map itmp = mp.find(th_id); in emplace()
166 auto aux = mp.emplace(th_id, deque_t()); in emplace()
197 key_t th_id = std::this_thread::get_id(); in insert_range() local
198 it_map itmp = mp.find(th_id); in insert_range()
201 auto aux = mp.emplace(th_id, deque_t()); in insert_range()
225 key_t th_id = std::this_thread::get_id(); in extract() local
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/sort/common/
H A Dscheduler.hpp138 key_t th_id = std::this_thread::get_id(); in insert() local
139 it_map itmp = mp.find(th_id); in insert()
142 auto aux = mp.emplace(th_id, deque_t()); in insert()
162 key_t th_id = std::this_thread::get_id(); in emplace() local
163 it_map itmp = mp.find(th_id); in emplace()
166 auto aux = mp.emplace(th_id, deque_t()); in emplace()
197 key_t th_id = std::this_thread::get_id(); in insert_range() local
198 it_map itmp = mp.find(th_id); in insert_range()
201 auto aux = mp.emplace(th_id, deque_t()); in insert_range()
225 key_t th_id = std::this_thread::get_id(); in extract() local
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/sort/common/
H A Dscheduler.hpp138 key_t th_id = std::this_thread::get_id(); in insert() local
139 it_map itmp = mp.find(th_id); in insert()
142 auto aux = mp.emplace(th_id, deque_t()); in insert()
162 key_t th_id = std::this_thread::get_id(); in emplace() local
163 it_map itmp = mp.find(th_id); in emplace()
166 auto aux = mp.emplace(th_id, deque_t()); in emplace()
197 key_t th_id = std::this_thread::get_id(); in insert_range() local
198 it_map itmp = mp.find(th_id); in insert_range()
201 auto aux = mp.emplace(th_id, deque_t()); in insert_range()
225 key_t th_id = std::this_thread::get_id(); in extract() local
[all …]
/dports/security/pxytest/pxytest-1.36/
H A Dpxytest398 my(%testcond, $portspec, $th_id, $th_rc);
408 my ($th_id, $th_rc) = @_;
415 Print1 "Identified open proxy $testcond{$th_id}\n";
458 while (($th_id = thread_reap(\$th_rc)) >= 0) {
459 &$_handle_result($th_id, $th_rc);
465 if (($th_id = thread_launch()) == 0) {
481 while (($th_id = thread_reap(\$th_rc)) >= 0) {
482 &$_handle_result($th_id, $th_rc);
492 $th_id = thread_reap(\$th_rc);
494 unless ($th_id > 0);
[all …]

1234567