Searched refs:thread_info (Results 1 - 25 of 42) sorted by relevance

12

/external/valgrind/coregrind/m_gdbserver/
H A Dinferiors.c27 struct thread_info struct
37 struct thread_info *current_inferior;
39 #define get_thread(inf) ((struct thread_info *)(inf))
100 struct thread_info *new_thread
101 = (struct thread_info *) malloc (sizeof (*new_thread));
122 struct thread_info *thread = get_thread (inf);
131 unsigned int thread_to_gdb_id (struct thread_info *thread)
136 struct thread_info * gdb_id_to_thread (unsigned int gdb_id)
141 struct thread_info *thread = get_thread (inf);
152 struct thread_info *threa
[all...]
H A Dregcache.c45 struct inferior_regcache_data * get_regcache (struct thread_info *inf,
66 struct thread_info *thread = (struct thread_info *) entry;
72 struct thread_info *saved_inferior = current_inferior;
131 struct thread_info *thread = (struct thread_info *) entry;
H A Dserver.h206 struct thread_info;
256 extern struct thread_info *current_inferior;
259 void remove_thread (struct thread_info *thread);
262 unsigned int thread_to_gdb_id (struct thread_info *);
264 struct thread_info *gdb_id_to_thread (unsigned int);
273 void *inferior_target_data (struct thread_info *);
274 void set_inferior_target_data (struct thread_info *, void *);
275 void *inferior_regcache_data (struct thread_info *);
276 void set_inferior_regcache_data (struct thread_info *, void *);
H A Dtarget.c50 #define get_thread(inf) ((struct thread_info *)(inf))
54 struct thread_info *thread = get_thread (inf);
69 struct thread_info *ti;
248 struct thread_info *ti = gdb_id_to_thread(tid);
806 struct thread_info *found;
809 found = (struct thread_info *) find_inferior_id (&all_threads,
819 found = (struct thread_info *) find_inferior_id (&all_threads,
823 found = (struct thread_info *) find_inferior_id (&all_threads,
828 current_inferior = (struct thread_info *) all_threads.head;
/external/libchrome/base/message_loop/
H A Dmessage_pump_glib.cc136 // Used for accesing |thread_info|.
141 ThreadInfo* thread_info = NULL; member in namespace:base::__anon10876
145 if (!thread_info) {
146 thread_info = new ThreadInfo;
147 thread_info->pump = pump;
148 thread_info->thread_id = PlatformThread::CurrentId();
150 DCHECK(thread_info->thread_id == PlatformThread::CurrentId()) <<
157 if (thread_info && thread_info->pump == pump) {
158 delete thread_info;
[all...]
/external/clang/tools/c-arcmt-test/
H A Dc-arcmt-test.c92 typedef struct thread_info { struct
96 } thread_info; typedef in typeref:struct:thread_info
98 thread_info *client_data = client_data_v;
110 thread_info client_data;
/external/parameter-framework/asio/include/asio/detail/
H A Dtask_io_service.hpp119 typedef task_io_service_thread_info thread_info; typedef in class:asio::detail::task_io_service
127 thread_info& this_thread, const asio::error_code& ec);
131 thread_info& this_thread, const asio::error_code& ec);
182 typedef call_stack<task_io_service, thread_info> thread_call_stack;
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dtask_io_service.hpp119 typedef task_io_service_thread_info thread_info; typedef in class:asio::detail::task_io_service
127 thread_info& this_thread, const asio::error_code& ec);
131 thread_info& this_thread, const asio::error_code& ec);
182 typedef call_stack<task_io_service, thread_info> thread_call_stack;
/external/valgrind/drd/
H A Ddrd_rwlock.c89 VG_(OSetGen_ResetIter)(p->thread_info);
90 for ( ; (q = VG_(OSetGen_Next)(p->thread_info)) != 0; )
101 VG_(OSetGen_ResetIter)(p->thread_info);
102 for ( ; (q = VG_(OSetGen_Next)(p->thread_info)) != 0; )
120 q = VG_(OSetGen_Lookup)(p->thread_info, &uword_tid);
130 q = VG_(OSetGen_Lookup)(p->thread_info, &uword_tid);
175 VG_(OSetGen_ResetIter)(p->thread_info);
176 for ( ; (q = VG_(OSetGen_Next)(p->thread_info)) != 0; ) {
233 p->thread_info = VG_(OSetGen_Create)(
260 VG_(OSetGen_ResetIter)(p->thread_info);
[all...]
H A Ddrd_clientobj.h140 OSet* thread_info; member in struct:rwlock_info
/external/valgrind/drd/tests/
H A Dpth_broadcast.c86 static void thread_func(struct cthread* thread_info) argument
96 printf("thread %d [%d] (1)\n", thread_info->m_threadnum, i);
98 csema_v(thread_info->m_sema);
104 printf("thread %d [%d] (2)\n", thread_info->m_threadnum, i);
/external/valgrind/callgrind/
H A Dthreads.c64 static thread_info** thread;
66 thread_info** CLG_(get_threads)()
71 thread_info* CLG_(get_current_thread)()
88 void CLG_(forall_threads)(void (*func)(thread_info*))
102 thread_info* new_thread(void)
104 thread_info* t;
106 t = (thread_info*) CLG_MALLOC("cl.threads.nt.1",
107 sizeof(thread_info));
138 thread_info* t = thread[CLG_(current_tid)];
159 thread_info*
[all...]
H A Dglobal.h191 typedef struct _thread_info thread_info; typedef in typeref:struct:_thread_info
759 thread_info** CLG_(get_threads)(void);
760 thread_info* CLG_(get_current_thread)(void);
762 void CLG_(forall_threads)(void (*func)(thread_info*));
/external/libmicrohttpd/src/platform/
H A Dw32functions.c686 } thread_info; local
692 thread_info.type = 0x1000;
693 thread_info.name = thread_name;
694 thread_info.ID = thread_id;
695 thread_info.flags = 0;
699 RaiseException(VC_SETNAME_EXC, 0, sizeof(thread_info) / sizeof(ULONG_PTR), (ULONG_PTR*)&thread_info);
/external/autotest/client/tests/aiostress/
H A Daio-stress.c115 struct thread_info;
123 struct thread_info *global_thread_info;
214 struct thread_info { struct
435 static void print_latency(struct thread_info *t)
441 static void print_completion_latency(struct thread_info *t)
451 void finish_io(struct thread_info *t, struct io_unit *io, long result,
470 int read_some_events(struct thread_info *t) {
502 static struct io_unit *find_iou(struct thread_info *t, struct io_oper *oper)
528 static int io_oper_wait(struct thread_info *t, struct io_oper *oper) {
603 static struct io_unit *build_iocb(struct thread_info *
[all...]
/external/ltp/testcases/kernel/io/ltp-aiodio/
H A Daio-stress.c116 struct thread_info;
124 struct thread_info *global_thread_info;
216 struct thread_info { struct
448 static void print_latency(struct thread_info *t)
454 static void print_completion_latency(struct thread_info *t)
464 void finish_io(struct thread_info *t, struct io_unit *io, long result,
483 int read_some_events(struct thread_info *t)
517 static struct io_unit *find_iou(struct thread_info *t, struct io_oper *oper)
543 static int io_oper_wait(struct thread_info *t, struct io_oper *oper)
620 static struct io_unit *build_iocb(struct thread_info *
[all...]
/external/valgrind/exp-bbv/
H A Dbbv_main.c74 struct thread_info *bbv_thread=NULL;
77 struct thread_info { struct
457 static struct thread_info *allocate_new_thread(struct thread_info *old,
460 struct thread_info *temp;
466 new_number*sizeof(struct thread_info));
/external/perfetto/include/perfetto/base/
H A Dtime.h81 thread_info(this_thread, THREAD_BASIC_INFO,
/external/python/cpython3/Lib/test/
H A Dtest_threadsignals.py17 USING_PTHREAD_COND = (sys.thread_info.name == 'pthread'
18 and sys.thread_info.lock == 'mutex+cond')
/external/webrtc/webrtc/examples/objc/AppRTCDemo/common/
H A DARDUtilities.m114 kern_return_t ret = thread_info(thread_array[i],
/external/google-breakpad/
H A DAndroid.mk27 src/client/linux/dump_writer_common/thread_info.cc \
/external/python/cpython2/Lib/test/
H A Dtest_poplib.py343 thread_info = test_support.threading_setup()
347 test_support.threading_cleanup(*thread_info)
H A Dtest_sys.py310 thread_info = [] # the thread's id
316 thread_info.append(thread.get_ident())
327 self.assertEqual(len(thread_info), 1)
328 thread_id = thread_info[0]
/external/google-benchmark/src/
H A Dtimers.cc153 if (thread_info(thread, THREAD_BASIC_INFO, (thread_info_t)&info, &count) ==
157 DiagnoseAndExit("ThreadCPUUsage() failed when evaluating thread_info");
/external/libcxx/utils/google-benchmark/src/
H A Dtimers.cc153 if (thread_info(thread, THREAD_BASIC_INFO, (thread_info_t)&info, &count) ==
157 DiagnoseAndExit("ThreadCPUUsage() failed when evaluating thread_info");

Completed in 1305 milliseconds

12