HomeSort by relevance Sort by last modified time
    Searched refs:current_tid (Results 1 - 15 of 15) sorted by null

  /system/core/debuggerd/libdebuggerd/include/libdebuggerd/
utility.h 38 pid_t current_tid; member in struct:log_t
46 current_tid(-1),
  /external/valgrind/callgrind/
threads.c 62 ThreadId CLG_(current_tid);
73 return thread[CLG_(current_tid)];
84 CLG_(current_tid) = VG_INVALID_THREADID;
90 Int t, orig_tid = CLG_(current_tid);
132 if (tid == CLG_(current_tid)) return;
134 CLG_DEBUG(0, ">> thread %u (was %u)\n", tid, CLG_(current_tid));
136 if (CLG_(current_tid) != VG_INVALID_THREADID) {
138 thread_info* t = thread[CLG_(current_tid)];
155 CLG_(current_tid) = tid;
236 CLG_(post_signal)( CLG_(current_tid), CLG_(current_state).sig )
    [all...]
bbcc.c 168 if (bbcc->tid == CLG_(current_tid)) return bbcc;
278 bbcc->tid = CLG_(current_tid);
387 CLG_ASSERT((orig->tid != CLG_(current_tid)) ||
399 CLG_ASSERT(orig->tid == CLG_(current_tid));
584 /* CLG_(switch_thread) is a no-op when tid is equal to CLG_(current_tid).
586 * if tid differs from the CLG_(current_tid).
588 if (UNLIKELY(tid != CLG_(current_tid)))
591 CLG_ASSERT(VG_(get_running_tid)() == CLG_(current_tid));
dump.c 1053 i,CLG_(current_tid),bbcc->cxt->fn[0]->name);
    [all...]
debug.c 434 CLG_(current_tid), CLG_(current_call_stack).sp);
global.h 792 extern ThreadId CLG_(current_tid);
main.c     [all...]
  /system/core/debuggerd/handler/
debuggerd_fallback.cpp 103 pid_t current_tid = gettid(); local
105 snprintf(buf, sizeof(buf), "/proc/%d/task", current_tid);
121 if (tid != current_tid) {
  /external/compiler-rt/lib/asan/
asan_win.cc 111 u32 current_tid = GetCurrentTidOrInvalid(); local
113 AsanThread::Create(start_routine, arg, current_tid, &stack, detached);
asan_interceptors.cc 264 u32 current_tid = GetCurrentTidOrInvalid(); local
266 AsanThread::Create(start_routine, arg, current_tid, &stack, detached);
asan_report.cc 643 u32 current_tid = GetCurrentTidOrInvalid(); local
644 if (reporting_thread_tid_ == current_tid ||
    [all...]
  /system/core/debuggerd/libdebuggerd/
utility.cpp 73 && log->current_tid != -1
74 && (log->crashed_tid == log->current_tid);
tombstone.cpp 405 log->current_tid = thread_info.tid;
449 log->current_tid = log->crashed_tid;
593 log.current_tid = tid;
635 log.current_tid = target_thread;
  /system/core/debuggerd/libdebuggerd/test/
tombstone_test.cpp 69 log_.current_tid = 12;
dump_memory_test.cpp 179 log_.current_tid = 12;
    [all...]

Completed in 307 milliseconds