Home
last modified time | relevance | path

Searched refs:thread_info (Results 1 – 25 of 2532) sorted by relevance

12345678910>>...102

/dports/devel/gdb/gdb-11.1/gdb/
H A Dgdbthread.h227 class thread_info : public refcounted_object
231 ~thread_info ();
238 struct thread_info *next = NULL;
390 struct thread_info *step_over_prev = NULL;
486 struct thread_info *find_thread_by_handle
736 struct thread_info *thr);
746 (thread_info *chain_head);
751 thread_info *tp);
760 extern thread_info *thread_step_over_chain_next (thread_info *chain_head,
761 thread_info *tp);
[all …]
H A Dthread.c69 struct thread_info*
225 thread_info *tp = new thread_info (inf, ptid); in new_thread()
246 struct thread_info *
267 struct thread_info *
290 thread_info::thread_info (struct inferior *inf_, ptid_t ptid_) in thread_info() function
304 thread_info::~thread_info () in ~thread_info()
347 thread_step_over_chain_remove (thread_info **list_p, thread_info *tp) in thread_step_over_chain_remove()
367 thread_info *
629 thread_info *
635 thread_info *
[all …]
/dports/devel/gdb/gdb-11.1/gdbserver/
H A Dgdbthread.h30 struct thread_info struct
76 extern std::list<thread_info *> all_threads; argument
83 struct thread_info *get_first_thread (void);
95 static thread_info *
117 static thread_info *
130 static thread_info *
172 static thread_info *
191 thread_info *thread = find_thread ([&] (thread_info *thr_arg) { in find_thread_in_random()
206 ptid_of (const thread_info *thread) in ptid_of()
214 pid_of (const thread_info *thread) in pid_of()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dthread-db.c265 struct thread_info *thread_info; in thread_get_info_callback() local
307 *(struct thread_info **) infop = thread_info; in thread_get_info_callback()
336 thread_db_get_info (struct thread_info *thread_info) in thread_db_get_info() argument
363 struct thread_info *thread_info; in thread_from_lwp() local
398 struct thread_info *thread_info; in lwp_from_thread() local
816 struct thread_info *thread_info; in detach_thread() local
1024 struct thread_info *thread_info; in thread_db_fetch_registers() local
1062 struct thread_info *thread_info; in thread_db_store_registers() local
1165 struct thread_info *thread_info; in thread_db_thread_alive() local
1243 struct thread_info *thread_info; in thread_db_pid_to_str() local
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dthread-db.c265 struct thread_info *thread_info; in thread_get_info_callback() local
307 *(struct thread_info **) infop = thread_info; in thread_get_info_callback()
336 thread_db_get_info (struct thread_info *thread_info) in thread_db_get_info() argument
363 struct thread_info *thread_info; in thread_from_lwp() local
398 struct thread_info *thread_info; in lwp_from_thread() local
816 struct thread_info *thread_info; in detach_thread() local
1024 struct thread_info *thread_info; in thread_db_fetch_registers() local
1062 struct thread_info *thread_info; in thread_db_store_registers() local
1165 struct thread_info *thread_info; in thread_db_thread_alive() local
1243 struct thread_info *thread_info; in thread_db_pid_to_str() local
[all …]
/dports/www/e107/e107/e107_plugins/forum/
H A De_emailprint.php11 $thread_info = $forum->threadGet($thread_id,0,999);
12 $thread_name = $tp->toHTML($thread_info[0]['thread_name'], TRUE);
14 …".$thread_info[0]['user_name'].", ".$gen->convert_date($thread_info[0]['thread_datestamp'], "forum…
15 ".$tp->toHTML($thread_info[0]['thread_thread'], TRUE);
20 unset($thread_info[0], $thread_info['head']);
21 foreach($thread_info as $reply)
39 $thread_info = $forum->threadGet($thread_id,0,999);
43 …".$thread_info[0]['user_name'].", ".$gen->convert_date($thread_info[0]['thread_datestamp'], "forum…
44 ".$tp->toHTML($thread_info[0]['thread_thread'], TRUE);
48 unset($thread_info[0], $thread_info['head']);
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/libs/thread/src/pthread/
H A Dthread.cpp86 if(thread_info) in tls_destructor()
88 while(!thread_info->tss_data.empty() || thread_info->thread_exit_callbacks) in tls_destructor()
248 thread_info->self=thread_info; in start_thread_noexcept()
260 thread_info->self=thread_info; in start_thread_noexcept()
262 int res = pthread_create(&thread_info->thread_handle, h, &thread_proxy, thread_info.get()); in start_thread_noexcept()
298 return thread_info; in BOOST_PREVENT_MACRO_SUBSTITUTION()
495 if(thread_info) in sleep_for()
510 if(thread_info) in sleep_until()
675 if(thread_info && thread_info->interrupt_enabled) in interruption_point()
690 return thread_info && thread_info->interrupt_enabled; in interruption_enabled()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/thread/src/pthread/
H A Dthread.cpp83 if(thread_info) in tls_destructor()
85 while(!thread_info->tss_data.empty() || thread_info->thread_exit_callbacks) in tls_destructor()
249 thread_info->self=thread_info; in start_thread_noexcept()
262 thread_info->self=thread_info; in start_thread_noexcept()
264 int res = pthread_create(&thread_info->thread_handle, h, &thread_proxy, thread_info.get()); in start_thread_noexcept()
302 return thread_info; in BOOST_PREVENT_MACRO_SUBSTITUTION()
499 if(thread_info) in sleep_for()
514 if(thread_info) in sleep_until()
679 if(thread_info && thread_info->interrupt_enabled) in interruption_point()
694 return thread_info && thread_info->interrupt_enabled; in interruption_enabled()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/thread/src/pthread/
H A Dthread.cpp83 if(thread_info) in tls_destructor()
85 while(!thread_info->tss_data.empty() || thread_info->thread_exit_callbacks) in tls_destructor()
249 thread_info->self=thread_info; in start_thread_noexcept()
262 thread_info->self=thread_info; in start_thread_noexcept()
264 int res = pthread_create(&thread_info->thread_handle, h, &thread_proxy, thread_info.get()); in start_thread_noexcept()
302 return thread_info; in BOOST_PREVENT_MACRO_SUBSTITUTION()
499 if(thread_info) in sleep_for()
514 if(thread_info) in sleep_until()
679 if(thread_info && thread_info->interrupt_enabled) in interruption_point()
694 return thread_info && thread_info->interrupt_enabled; in interruption_enabled()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/thread/src/pthread/
H A Dthread.cpp83 if(thread_info) in tls_destructor()
85 while(!thread_info->tss_data.empty() || thread_info->thread_exit_callbacks) in tls_destructor()
249 thread_info->self=thread_info; in start_thread_noexcept()
262 thread_info->self=thread_info; in start_thread_noexcept()
264 int res = pthread_create(&thread_info->thread_handle, h, &thread_proxy, thread_info.get()); in start_thread_noexcept()
302 return thread_info; in BOOST_PREVENT_MACRO_SUBSTITUTION()
499 if(thread_info) in sleep_for()
514 if(thread_info) in sleep_until()
679 if(thread_info && thread_info->interrupt_enabled) in interruption_point()
694 return thread_info && thread_info->interrupt_enabled; in interruption_enabled()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/thread/src/pthread/
H A Dthread.cpp83 if(thread_info) in tls_destructor()
85 while(!thread_info->tss_data.empty() || thread_info->thread_exit_callbacks) in tls_destructor()
249 thread_info->self=thread_info; in start_thread_noexcept()
262 thread_info->self=thread_info; in start_thread_noexcept()
264 int res = pthread_create(&thread_info->thread_handle, h, &thread_proxy, thread_info.get()); in start_thread_noexcept()
302 return thread_info; in BOOST_PREVENT_MACRO_SUBSTITUTION()
499 if(thread_info) in sleep_for()
514 if(thread_info) in sleep_until()
679 if(thread_info && thread_info->interrupt_enabled) in interruption_point()
694 return thread_info && thread_info->interrupt_enabled; in interruption_enabled()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/thread/src/pthread/
H A Dthread.cpp83 if(thread_info) in tls_destructor()
85 while(!thread_info->tss_data.empty() || thread_info->thread_exit_callbacks) in tls_destructor()
249 thread_info->self=thread_info; in start_thread_noexcept()
262 thread_info->self=thread_info; in start_thread_noexcept()
264 int res = pthread_create(&thread_info->thread_handle, h, &thread_proxy, thread_info.get()); in start_thread_noexcept()
302 return thread_info; in BOOST_PREVENT_MACRO_SUBSTITUTION()
499 if(thread_info) in sleep_for()
514 if(thread_info) in sleep_until()
679 if(thread_info && thread_info->interrupt_enabled) in interruption_point()
694 return thread_info && thread_info->interrupt_enabled; in interruption_enabled()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/libs/thread/src/pthread/
H A Dthread.cpp86 if(thread_info) in tls_destructor()
88 while(!thread_info->tss_data.empty() || thread_info->thread_exit_callbacks) in tls_destructor()
252 thread_info->self=thread_info; in start_thread_noexcept()
264 thread_info->self=thread_info; in start_thread_noexcept()
266 int res = pthread_create(&thread_info->thread_handle, h, &thread_proxy, thread_info.get()); in start_thread_noexcept()
302 return thread_info; in BOOST_PREVENT_MACRO_SUBSTITUTION()
499 if(thread_info) in sleep_for()
514 if(thread_info) in sleep_until()
679 if(thread_info && thread_info->interrupt_enabled) in interruption_point()
694 return thread_info && thread_info->interrupt_enabled; in interruption_enabled()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/libs/thread/src/pthread/
H A Dthread.cpp86 if(thread_info) in tls_destructor()
88 while(!thread_info->tss_data.empty() || thread_info->thread_exit_callbacks) in tls_destructor()
252 thread_info->self=thread_info; in start_thread_noexcept()
264 thread_info->self=thread_info; in start_thread_noexcept()
266 int res = pthread_create(&thread_info->thread_handle, h, &thread_proxy, thread_info.get()); in start_thread_noexcept()
302 return thread_info; in BOOST_PREVENT_MACRO_SUBSTITUTION()
498 if(thread_info) in sleep_for()
513 if(thread_info) in sleep_until_realtime()
678 if(thread_info && thread_info->interrupt_enabled) in interruption_point()
693 return thread_info && thread_info->interrupt_enabled; in interruption_enabled()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/libs/thread/src/pthread/
H A Dthread.cpp86 if(thread_info) in tls_destructor()
88 while(!thread_info->tss_data.empty() || thread_info->thread_exit_callbacks) in tls_destructor()
265 thread_info->self=thread_info; in start_thread_noexcept()
277 thread_info->self=thread_info; in start_thread_noexcept()
279 int res = pthread_create(&thread_info->thread_handle, h, &thread_proxy, thread_info.get()); in start_thread_noexcept()
315 return thread_info; in BOOST_PREVENT_MACRO_SUBSTITUTION()
512 if(thread_info) in sleep_for()
527 if(thread_info) in sleep_until()
692 if(thread_info && thread_info->interrupt_enabled) in interruption_point()
707 return thread_info && thread_info->interrupt_enabled; in interruption_enabled()
[all …]
/dports/net/gsk/gsk-1.0.63/src/
H A Dgskthreadpool.c171 ThreadInfo *thread_info = data; in the_thread_func() local
173 while (thread_info->running_task in the_thread_func()
174 && !thread_info->cancelled in the_thread_func()
204 g_free (thread_info); in the_thread_func()
240 ThreadInfo *thread_info; in gsk_thread_pool_push() local
250 if (thread_info != NULL) in gsk_thread_pool_push()
259 thread_info->pool = pool; in gsk_thread_pool_push()
263 thread_info->thread = g_thread_create (the_thread_func, thread_info, TRUE, &error); in gsk_thread_pool_push()
269 g_free (thread_info); in gsk_thread_pool_push()
270 thread_info = NULL; in gsk_thread_pool_push()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/thread/src/pthread/
H A Dthread.cpp94 if(thread_info) in tls_destructor()
96 while(!thread_info->tss_data.empty() || thread_info->thread_exit_callbacks) in tls_destructor()
262 thread_info->self=thread_info; in start_thread_noexcept()
274 thread_info->self=thread_info; in start_thread_noexcept()
276 int res = pthread_create(&thread_info->thread_handle, h, &thread_proxy, thread_info.get()); in start_thread_noexcept()
312 return thread_info; in BOOST_PREVENT_MACRO_SUBSTITUTION()
353 thread_info.reset(); in join_noexcept()
406 thread_info.reset(); in do_try_join_until_noexcept()
629 if(thread_info && thread_info->interrupt_enabled) in interruption_point()
644 return thread_info && thread_info->interrupt_enabled; in interruption_enabled()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/thread/src/pthread/
H A Dthread.cpp94 if(thread_info) in tls_destructor()
96 while(!thread_info->tss_data.empty() || thread_info->thread_exit_callbacks) in tls_destructor()
262 thread_info->self=thread_info; in start_thread_noexcept()
274 thread_info->self=thread_info; in start_thread_noexcept()
276 int res = pthread_create(&thread_info->thread_handle, h, &thread_proxy, thread_info.get()); in start_thread_noexcept()
312 return thread_info; in BOOST_PREVENT_MACRO_SUBSTITUTION()
353 thread_info.reset(); in join_noexcept()
406 thread_info.reset(); in do_try_join_until_noexcept()
629 if(thread_info && thread_info->interrupt_enabled) in interruption_point()
644 return thread_info && thread_info->interrupt_enabled; in interruption_enabled()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/thread/src/pthread/
H A Dthread.cpp94 if(thread_info) in tls_destructor()
96 while(!thread_info->tss_data.empty() || thread_info->thread_exit_callbacks) in tls_destructor()
262 thread_info->self=thread_info; in start_thread_noexcept()
274 thread_info->self=thread_info; in start_thread_noexcept()
276 int res = pthread_create(&thread_info->thread_handle, h, &thread_proxy, thread_info.get()); in start_thread_noexcept()
312 return thread_info; in BOOST_PREVENT_MACRO_SUBSTITUTION()
353 thread_info.reset(); in join_noexcept()
406 thread_info.reset(); in do_try_join_until_noexcept()
629 if(thread_info && thread_info->interrupt_enabled) in interruption_point()
644 return thread_info && thread_info->interrupt_enabled; in interruption_enabled()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/libs/thread/src/pthread/
H A Dthread.cpp92 if(thread_info) in tls_destructor()
94 while(!thread_info->tss_data.empty() || thread_info->thread_exit_callbacks) in tls_destructor()
260 thread_info->self=thread_info; in start_thread_noexcept()
272 thread_info->self=thread_info; in start_thread_noexcept()
274 int res = pthread_create(&thread_info->thread_handle, h, &thread_proxy, thread_info.get()); in start_thread_noexcept()
310 return thread_info; in BOOST_PREVENT_MACRO_SUBSTITUTION()
351 thread_info.reset(); in join_noexcept()
404 thread_info.reset(); in do_try_join_until_noexcept()
627 if(thread_info && thread_info->interrupt_enabled) in interruption_point()
642 return thread_info && thread_info->interrupt_enabled; in interruption_enabled()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/thread/src/pthread/
H A Dthread.cpp94 if(thread_info) in tls_destructor()
96 while(!thread_info->tss_data.empty() || thread_info->thread_exit_callbacks) in tls_destructor()
262 thread_info->self=thread_info; in start_thread_noexcept()
274 thread_info->self=thread_info; in start_thread_noexcept()
276 int res = pthread_create(&thread_info->thread_handle, h, &thread_proxy, thread_info.get()); in start_thread_noexcept()
312 return thread_info; in BOOST_PREVENT_MACRO_SUBSTITUTION()
353 thread_info.reset(); in join_noexcept()
406 thread_info.reset(); in do_try_join_until_noexcept()
629 if(thread_info && thread_info->interrupt_enabled) in interruption_point()
644 return thread_info && thread_info->interrupt_enabled; in interruption_enabled()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/thread/src/pthread/
H A Dthread.cpp94 if(thread_info) in tls_destructor()
96 while(!thread_info->tss_data.empty() || thread_info->thread_exit_callbacks) in tls_destructor()
262 thread_info->self=thread_info; in start_thread_noexcept()
274 thread_info->self=thread_info; in start_thread_noexcept()
276 int res = pthread_create(&thread_info->thread_handle, h, &thread_proxy, thread_info.get()); in start_thread_noexcept()
312 return thread_info; in BOOST_PREVENT_MACRO_SUBSTITUTION()
353 thread_info.reset(); in join_noexcept()
406 thread_info.reset(); in do_try_join_until_noexcept()
629 if(thread_info && thread_info->interrupt_enabled) in interruption_point()
644 return thread_info && thread_info->interrupt_enabled; in interruption_enabled()
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dgdbthread.h129 struct thread_info struct
131 struct thread_info *next; argument
242 extern struct thread_info *add_thread (ptid_t ptid); argument
246 extern struct thread_info *add_thread_silent (ptid_t ptid);
249 extern struct thread_info *add_thread_with_info (ptid_t ptid,
283 extern struct thread_info *find_thread_ptid (ptid_t ptid);
286 struct thread_info *find_thread_id (int num);
290 struct thread_info *first_thread_of_process (int pid);
293 extern struct thread_info *any_thread_of_process (int pid);
398 extern struct thread_info* inferior_thread (void);
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/include/asm/
H A Dthread_info.h54 struct thread_info { struct
91 static inline struct thread_info *current_thread_info(void) in current_thread_info()
93 return (struct thread_info *) in current_thread_info()
110 extern void crunch_task_disable(struct thread_info *);
111 extern void crunch_task_copy(struct thread_info *, void *);
113 extern void crunch_task_release(struct thread_info *);
115 extern void iwmmxt_task_disable(struct thread_info *);
118 extern void iwmmxt_task_release(struct thread_info *);
119 extern void iwmmxt_task_switch(struct thread_info *);
121 extern void vfp_sync_hwstate(struct thread_info *);
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dgdbthread.h120 struct thread_info struct
122 struct thread_info *next; argument
236 extern struct thread_info *add_thread (ptid_t ptid); argument
240 extern struct thread_info *add_thread_silent (ptid_t ptid);
243 extern struct thread_info *add_thread_with_info (ptid_t ptid,
277 extern struct thread_info *find_thread_ptid (ptid_t ptid);
280 struct thread_info *find_thread_id (int num);
284 struct thread_info *first_thread_of_process (int pid);
287 extern struct thread_info *any_thread_of_process (int pid);
291 extern struct thread_info *any_live_thread_of_process (int pid);
[all …]

12345678910>>...102