HomeSort by relevance Sort by last modified time
    Searched defs:thread_info (Results 1 - 13 of 13) sorted by null

  /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;
  /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/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);
  /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...]
  /external/valgrind/drd/
drd_clientobj.h 140 OSet* thread_info; member in struct:rwlock_info
  /system/core/debuggerd/
crash_dump.cpp 401 std::map<pid_t, ThreadInfo> thread_info; local
444 thread_info[thread] = std::move(info);
472 for (const auto& [tid, thread] : thread_info) {
542 dump_backtrace(std::move(g_output_fd), map.get(), thread_info, g_target_thread); local
545 engrave_tombstone(std::move(g_output_fd), map.get(), process_memory.get(), thread_info, local
551 if (thread_info[target_process].thread_name != "system_server") {
  /external/valgrind/exp-bbv/
bbv_main.c 74 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));
  /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...]
  /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...]
  /external/valgrind/callgrind/
global.h 191 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/clang/tools/c-index-test/
c-index-test.c 4411 typedef struct thread_info { struct
4416 } thread_info; typedef in typeref:struct:thread_info
    [all...]

Completed in 977 milliseconds