Home
last modified time | relevance | path

Searched refs:target_thread (Results 1 – 25 of 210) sorted by relevance

123456789

/dports/comms/wsjtz/wsjtx/Transceiver/
H A DTransceiverFactory.cpp96 if (target_thread) in create()
104 if (target_thread) in create()
118 if (target_thread) in create()
126 if (target_thread) in create()
141 if (target_thread) in create()
149 if (target_thread) in create()
163 if (target_thread) in create()
171 if (target_thread) in create()
181 if (target_thread) in create()
183 result->moveToThread (target_thread); in create()
[all …]
/dports/science/nest/nest-simulator-3.1/nestkernel/
H A Dconn_builder.cpp187 if ( tid != target_thread ) in change_connected_synaptic_elements()
293 thread target_thread, in update_param_dict_() argument
334 target_thread, in single_connect_()
342 target_thread, in single_connect_()
351 target_thread, in single_connect_()
363 target_thread, in single_connect_()
900 if ( tid != target_thread ) in inner_connect_()
1207 if ( tid != target_thread ) in inner_connect_()
1632 if ( tid != target_thread ) in inner_connect_()
1710 thread target_thread; in connect_() local
[all …]
H A Dconnection_id.cpp36 long target_thread, in ConnectionID() argument
41 , target_thread_( target_thread ) in ConnectionID()
47 ConnectionID::ConnectionID( long source_node_id, long target_thread, long synapse_modelid, long por… in ConnectionID() argument
50 , target_thread_( target_thread ) in ConnectionID()
68 def< long >( dict, nest::names::target_thread, target_thread_ ); in get_dict()
H A Dconn_builder_conngen.cpp90 const thread target_thread = target_node->get_thread(); in connect_() local
91 single_connect_( ( *sources_ )[ source ], *target_node, target_thread, rng ); in connect_()
119 const thread target_thread = target_node->get_thread(); in connect_() local
121 update_param_dict_( ( *sources_ )[ source ], *target_node, target_thread, rng, 0 ); in connect_()
126 target_thread, in connect_()
128 param_dicts_[ 0 ][ target_thread ], in connect_()
H A Dconnection_creator_impl.h391 thread target_thread = tgt->get_thread(); in fixed_indegree_() local
392 RngPtr rng = get_vp_specific_rng( target_thread ); in fixed_indegree_()
464 …source_id, tgt, target_thread, synapse_model_[ indx ], param_dicts_[ indx ][ target_thread ], d, w… in fixed_indegree_()
503 …source_id, tgt, target_thread, synapse_model_[ indx ], param_dicts_[ indx ][ target_thread ], d, w… in fixed_indegree_()
522 thread target_thread = tgt->get_thread(); in fixed_indegree_() local
523 RngPtr rng = get_vp_specific_rng( target_thread ); in fixed_indegree_()
589 …source_id, tgt, target_thread, synapse_model_[ indx ], param_dicts_[ indx ][ target_thread ], d, w… in fixed_indegree_()
627 …source_id, tgt, target_thread, synapse_model_[ indx ], param_dicts_[ indx ][ target_thread ], d, w… in fixed_indegree_()
776 thread target_thread = target_ptr->get_thread(); in fixed_outdegree_() local
782 target_thread, in fixed_outdegree_()
[all …]
H A Dconn_builder_impl.h36 ConnBuilder::single_disconnect_( index snode_id, Node& target, thread target_thread ) in single_disconnect_() argument
46 kernel().sp_manager.disconnect( snode_id, &target, target_thread, synapse_model_id_[ 0 ] ); in single_disconnect_()
H A Dsp_manager.cpp208 SPManager::disconnect( const index snode_id, Node* target, thread target_thread, const index syn_id… in disconnect() argument
214 … kernel().connection_manager.disconnect( target_thread, syn_id, snode_id, target->get_node_id() ); in disconnect()
222 if ( ( source->get_thread() != target_thread ) and ( source->has_proxies() ) ) in disconnect()
224 target_thread = source->get_thread(); in disconnect()
225 target = kernel().node_manager.get_node_or_proxy( target->get_node_id(), target_thread ); in disconnect()
228 … kernel().connection_manager.disconnect( target_thread, syn_id, snode_id, target->get_node_id() ); in disconnect()
241 target_thread = target->get_thread(); in disconnect()
242 … kernel().connection_manager.disconnect( target_thread, syn_id, snode_id, target->get_node_id() ); in disconnect()
554 const thread target_thread = target->get_thread(); in delete_synapse() local
555 if ( tid == target_thread ) in delete_synapse()
H A Dconnection_manager.cpp213 ( *dict )[ names::target_thread ] = tid; in get_synapse_status()
449 auto target_thread = target_node->get_thread(); in connect() local
492 thread target_thread, in connect() argument
500 Node* source = kernel().node_manager.get_node_or_proxy( snode_id, target_thread ); in connect()
537 const thread target_thread = target->get_thread(); in connect() local
538 Node* source = kernel().node_manager.get_node_or_proxy( snode_id, target_thread ); in connect()
546 connect_( *source, *target, snode_id, target_thread, syn_id, params ); in connect()
549 connect_from_device_( *source, *target, target_thread, syn_id, params ); in connect()
552 connect_to_device_( *source, *target, snode_id, target_thread, syn_id, params ); in connect()
1444 const thread target_thread = kernel().vp_manager.vp_to_thread( target_vp ); in connection_required() local
[all …]
H A Dconnection_id.h37 …ConnectionID( long source_node_id, long target_node_id, long target_thread, long synapse_modelid, …
38 ConnectionID( long source_node_id, long target_thread, long synapse_modelid, long port );
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Dbind_post_task_unittest.cc108 Thread target_thread("testing"); in TEST_F() local
109 ASSERT_TRUE(target_thread.Start()); in TEST_F()
123 target_thread.task_runner()->PostTask(FROM_HERE, std::move(post_cb)); in TEST_F()
125 target_thread.FlushForTesting(); in TEST_F()
135 Thread target_thread("testing"); in TEST_F() local
136 ASSERT_TRUE(target_thread.Start()); in TEST_F()
149 target_thread.task_runner()->PostTask( in TEST_F()
152 target_thread.FlushForTesting(); in TEST_F()
/dports/net/xmlrpc-c/xmlrpc-c-1.51.07/lib/wininet_transport/
H A Dpthreadx_win32.c95 pthread_cancel(pthread_t const target_thread) { in pthread_cancel() argument
97 CloseHandle(target_thread); in pthread_cancel()
105 pthread_join(pthread_t const target_thread, in pthread_join() argument
108 DWORD dwResult = WaitForSingleObject(target_thread, INFINITE); in pthread_join()
116 pthread_detach(pthread_t const target_thread) { in pthread_detach() argument
H A Dpthreadx.h60 extern int pthread_cancel(pthread_t target_thread);
61 extern int pthread_join(pthread_t target_thread, void **status);
62 extern int pthread_detach(pthread_t target_thread);
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/xmlrpc-c/lib/util/
H A Dpthreadx_win32.c95 pthread_cancel(pthread_t const target_thread) { in pthread_cancel() argument
97 CloseHandle(target_thread); in pthread_cancel()
105 pthread_join(pthread_t const target_thread, in pthread_join() argument
108 DWORD dwResult = WaitForSingleObject(target_thread, INFINITE); in pthread_join()
116 pthread_detach(pthread_t const target_thread) { in pthread_detach() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/base/
H A Dbind_to_current_loop_unittest.cc321 base::Thread target_thread("testing"); in TEST_F() local
322 ASSERT_TRUE(target_thread.Start()); in TEST_F()
331 target_thread.FlushForTesting(); in TEST_F()
339 target_thread.task_runner()->PostTask( in TEST_F()
341 target_thread.FlushForTesting(); in TEST_F()
345 target_thread.Stop(); in TEST_F()
349 base::Thread target_thread("testing"); in TEST_F() local
350 ASSERT_TRUE(target_thread.Start()); in TEST_F()
359 target_thread.FlushForTesting(); in TEST_F()
369 target_thread.FlushForTesting(); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/base/
H A Dbind_to_current_loop_unittest.cc321 base::Thread target_thread("testing"); in TEST_F() local
322 ASSERT_TRUE(target_thread.Start()); in TEST_F()
331 target_thread.FlushForTesting(); in TEST_F()
339 target_thread.task_runner()->PostTask( in TEST_F()
341 target_thread.FlushForTesting(); in TEST_F()
345 target_thread.Stop(); in TEST_F()
349 base::Thread target_thread("testing"); in TEST_F() local
350 ASSERT_TRUE(target_thread.Start()); in TEST_F()
359 target_thread.FlushForTesting(); in TEST_F()
369 target_thread.FlushForTesting(); in TEST_F()
[all …]
/dports/devel/hpx/hpx-1.2.1/tests/performance/local/
H A Dtimed_task_spawn.cpp226 std::uint64_t target_thread in stage_worker_static_balanced_stackbased() argument
237 , hpx::threads::thread_schedule_hint(target_thread) in stage_worker_static_balanced_stackbased()
246 , hpx::threads::thread_schedule_hint(target_thread) in stage_worker_static_balanced_stackbased()
251 std::uint64_t target_thread in stage_worker_static_imbalanced() argument
276 std::uint64_t target_thread in stage_worker_round_robin() argument
297 std::uint64_t target_thread in stage_workers() argument
304 if (num_thread != target_thread) in stage_workers()
307 , target_thread in stage_workers()
313 , hpx::threads::thread_schedule_hint(target_thread) in stage_workers()
322 stage_worker(target_thread, true); in stage_workers()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/xmlrpc-c/lib/util/include/
H A Dpthreadx.h63 extern int pthread_cancel(pthread_t target_thread);
64 extern int pthread_join(pthread_t target_thread, void **status);
65 extern int pthread_detach(pthread_t target_thread);
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/profiler/
H A Dstack_copier_signal_unittest.cc195 TargetThread target_thread; in TEST() local
196 target_thread.Start(); in TEST()
198 target_thread.GetThreadToken(); in TEST()
208 target_thread.NotifyCopyFinished(); in TEST()
209 target_thread.Join(); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/profiler/
H A Dstack_copier_signal_unittest.cc201 TargetThread target_thread; in TEST() local
202 target_thread.Start(); in TEST()
204 target_thread.GetThreadToken(); in TEST()
212 target_thread.NotifyCopyFinished(); in TEST()
213 target_thread.Join(); in TEST()
/dports/devel/npth/npth-1.6/src/
H A Dnpth.c248 npth_getname_np (npth_t target_thread, char *buf, size_t buflen) in npth_getname_np() argument
251 return pthread_getname_np (target_thread, buf, buflen); in npth_getname_np()
253 (void)target_thread; in npth_getname_np()
262 npth_setname_np (npth_t target_thread, const char *name) in npth_setname_np() argument
266 return pthread_setname_np (target_thread, "%s", (void*) name); in npth_setname_np()
269 if (target_thread == npth_self ()) in npth_setname_np()
274 return pthread_setname_np (target_thread, name); in npth_setname_np()
278 (void)target_thread; in npth_setname_np()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/debuggerd/libdebuggerd/
H A Dbacktrace.cpp81 const std::map<pid_t, ThreadInfo>& thread_info, pid_t target_thread) { in dump_backtrace() argument
86 auto target = thread_info.find(target_thread); in dump_backtrace()
96 if (tid != target_thread) { in dump_backtrace()
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/debuggerd/libdebuggerd/
H A Dbacktrace.cpp81 const std::map<pid_t, ThreadInfo>& thread_info, pid_t target_thread) { in dump_backtrace() argument
86 auto target = thread_info.find(target_thread); in dump_backtrace()
96 if (tid != target_thread) { in dump_backtrace()
/dports/audio/ardour6/Ardour-6.8.0/libs/pbd/
H A Devent_loop.cc113 EventLoop::get_request_buffers_for_target_thread (const std::string& target_thread) in get_request_buffers_for_target_thread() argument
121 if (x->second.target_thread_name == target_thread) { in get_request_buffers_for_target_thread()
126 …Loop, string_compose ("for thread \"%1\", found %2 request buffers\n", target_thread, ret.size())); in get_request_buffers_for_target_thread()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/serviceability/jvmti/GetLocalVariable/
H A DlibGetLocalWithoutSuspendTest.cpp44 static jthread target_thread = NULL; variable
158 err = jvmti->GetLocalObject(target_thread, depth, 0, &obj); in test_GetLocalObject()
215 while (target_thread == NULL) { in AgentThreadLoop()
220 err = jvmti->GetThreadInfo(target_thread, &thread_info); in AgentThreadLoop()
320 target_thread = env->NewGlobalRef(target); in Java_GetLocalWithoutSuspendTest_setTargetThread()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/serviceability/jvmti/GetLocalVariable/
H A DlibGetLocalWithoutSuspendTest.cpp44 static jthread target_thread = NULL; variable
158 err = jvmti->GetLocalObject(target_thread, depth, 0, &obj); in test_GetLocalObject()
215 while (target_thread == NULL) { in AgentThreadLoop()
220 err = jvmti->GetThreadInfo(target_thread, &thread_info); in AgentThreadLoop()
320 target_thread = env->NewGlobalRef(target); in Java_GetLocalWithoutSuspendTest_setTargetThread()

123456789