HomeSort by relevance Sort by last modified time
    Searched refs:thread_info (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/valgrind/coregrind/m_gdbserver/
inferiors.c 27 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 *thread = gdb_id_to_thread (gdb_id)
    [all...]
regcache.c 45 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;
server.h 206 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 *);
target.c 50 #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/
message_pump_glib.cc 136 // Used for accesing |thread_info|.
141 ThreadInfo* thread_info = NULL; member in namespace:base::__anon24227
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/
c-arcmt-test.c 92 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-1.10.6/include/asio/detail/
task_io_service.hpp 119 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;
  /system/core/debuggerd/libdebuggerd/include/libdebuggerd/
backtrace.h 36 const std::map<pid_t, ThreadInfo>& thread_info, pid_t target_thread);
tombstone.h 51 const std::map<pid_t, ThreadInfo>& thread_info, pid_t target_thread,
  /system/core/debuggerd/handler/
debuggerd_handler.cpp 287 static DebuggerdDumpType get_dump_type(const debugger_thread_info* thread_info) {
288 if (thread_info->siginfo->si_signo == DEBUGGER_SIGNAL &&
289 thread_info->siginfo->si_value.sival_int) {
297 debugger_thread_info* thread_info = static_cast<debugger_thread_info*>(arg); local
332 {.iov_base = thread_info->siginfo, .iov_len = sizeof(siginfo_t)},
333 {.iov_base = thread_info->ucontext, .iov_len = sizeof(ucontext_t)},
334 {.iov_base = &thread_info->abort_msg, .iov_len = sizeof(uintptr_t)},
362 async_safe_format_buffer(main_tid, sizeof(main_tid), "%d", thread_info->crashing_tid);
364 thread_info->pseudothread_tid);
366 get_dump_type(thread_info));
489 debugger_thread_info thread_info = { local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_threadedtempfile.py 50 thread_info = threading_setup()
67 threading_cleanup(*thread_info)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_threadedtempfile.py 50 thread_info = threading_setup()
67 threading_cleanup(*thread_info)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_threadedtempfile.py 50 thread_info = threading_setup()
67 threading_cleanup(*thread_info)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threadedtempfile.py 50 thread_info = threading_setup()
67 threading_cleanup(*thread_info)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threadedtempfile.py 50 thread_info = threading_setup()
67 threading_cleanup(*thread_info)
  /external/valgrind/drd/
drd_rwlock.c 89 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...]
  /external/valgrind/drd/tests/
pth_broadcast.c 86 static void thread_func(struct cthread* thread_info)
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);
  /system/core/debuggerd/libdebuggerd/
backtrace.cpp 81 const std::map<pid_t, ThreadInfo>& thread_info, pid_t target_thread) {
86 auto target = thread_info.find(target_thread);
87 if (target == thread_info.end()) {
95 for (const auto& [tid, info] : thread_info) {
tombstone.cpp 119 static void dump_thread_info(log_t* log, const ThreadInfo& thread_info) {
122 if (thread_info.thread_name == "logd" ||
123 android::base::StartsWith(thread_info.thread_name, "logd.")) {
127 _LOG(log, logtype::HEADER, "pid: %d, tid: %d, name: %s >>> %s <<<\n", thread_info.pid,
128 thread_info.tid, thread_info.thread_name.c_str(), thread_info.process_name.c_str());
402 const ThreadInfo& thread_info, uint64_t abort_msg_address,
405 log->current_tid = thread_info.tid;
409 dump_thread_info(log, thread_info);
    [all...]
  /external/valgrind/callgrind/
threads.c 64 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* t
    [all...]
  /external/libmicrohttpd/src/platform/
w32functions.c 686 } 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);
  /system/core/libmemunreachable/tests/
ThreadCapture_test.cpp 234 auto thread_info = allocator::vector<ThreadInfo>(heap);
235 ASSERT_TRUE(thread_capture.CapturedThreadInfo(thread_info));
236 ASSERT_EQ(threads, thread_info.size());
332 auto thread_info = allocator::vector<ThreadInfo>(heap);
333 ASSERT_TRUE(thread_capture.CapturedThreadInfo(thread_info));
334 ASSERT_EQ(1U, thread_info.size());
  /system/core/libmemunreachable/
ThreadCapture.cpp 90 bool PtraceThreadInfo(pid_t tid, ThreadInfo& thread_info);
211 bool ThreadCaptureImpl::PtraceThreadInfo(pid_t tid, ThreadInfo& thread_info) {
212 thread_info.tid = tid;
226 thread_info.regs.assign(&regs[0], &regs[num_regs]);
246 thread_info.stack = std::pair<uintptr_t, uintptr_t>(regs[sp], 0);
  /external/autotest/client/tests/aiostress/
aio-stress.c 115 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 *t, struct io_oper *oper
    [all...]
  /external/ltp/testcases/kernel/io/ltp-aiodio/
aio-stress.c 116 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 *t, struct io_oper *oper
    [all...]

Completed in 823 milliseconds

1 2 3 4