HomeSort by relevance Sort by last modified time
    Searched refs:ThreadId (Results 76 - 100 of 137) sorted by null

1 2 34 5 6

  /external/valgrind/main/coregrind/
m_stacktrace.c 69 UInt VG_(get_StackTrace_wrk) ( ThreadId tid_if_known,
225 UInt VG_(get_StackTrace_wrk) ( ThreadId tid_if_known,
391 UInt VG_(get_StackTrace_wrk) ( ThreadId tid_if_known,
659 UInt VG_(get_StackTrace_wrk) ( ThreadId tid_if_known,
795 UInt VG_(get_StackTrace_wrk) ( ThreadId tid_if_known,
877 UInt VG_(get_StackTrace_wrk) ( ThreadId tid_if_known,
    [all...]
m_errormgr.c 98 static ThreadId last_tid_printed = 1;
138 ThreadId tid; // Initialised by core
620 void construct_error ( Error* err, ThreadId tid, ErrorKind ekind, Addr a,
654 void VG_(maybe_record_error) ( ThreadId tid,
827 Bool VG_(unique_error) ( ThreadId tid, ErrorKind ekind, Addr a, Char* s,
971 VG_(translate) ( 0 /* dummy ThreadId; irrelevant due to debugging*/,
    [all...]
m_libcproc.c 693 void VG_(do_atfork_pre)(ThreadId tid)
702 void VG_(do_atfork_parent)(ThreadId tid)
711 void VG_(do_atfork_child)(ThreadId tid)
  /external/valgrind/main/drd/
pub_drd_bitmap.h 145 void DRD_(bm_report_races)(ThreadId const tid1, ThreadId const tid2,
drd_mutex.c 196 const ThreadId vg_tid = VG_(get_running_tid)();
322 const ThreadId vg_tid = VG_(get_running_tid)();
350 const ThreadId vg_tid = VG_(get_running_tid)();
drd_cond.c 249 const ThreadId vg_tid = VG_(get_running_tid)();
304 const ThreadId vg_tid = VG_(get_running_tid)();
drd_thread.c 67 static ThreadId s_vg_running_tid = VG_INVALID_THREADID;
148 * Convert Valgrind's ThreadId into a DrdThreadId.
151 * Valgrind ThreadId does not yet exist.
153 DrdThreadId DRD_(VgThreadIdToDrdThreadId)(const ThreadId tid)
173 static DrdThreadId DRD_(VgThreadIdToNewDrdThreadId)(const ThreadId tid)
238 ThreadId DRD_(DrdThreadIdToVgThreadId)(const DrdThreadId tid)
288 const ThreadId vg_created)
315 DrdThreadId DRD_(thread_post_create)(const ThreadId vg_created)
378 const ThreadId joiner = DRD_(DrdThreadIdToVgThreadId)(drd_joiner);
670 void DRD_(thread_set_vg_running_tid)(const ThreadId vg_tid
    [all...]
drd_clientreq.c 54 static Bool handle_client_request(ThreadId vg_tid, UWord* arg, UWord* ret);
78 static Bool handle_client_request(ThreadId vg_tid, UWord* arg, UWord* ret)
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-ppc32-linux.c 457 //.. void synth_ucontext(ThreadId tid, const vki_siginfo_t *si,
511 ThreadId tid = tst->tid;
669 void VG_(sigframe_create)( ThreadId tid,
878 void VG_(sigframe_destroy)( ThreadId tid, Bool isRT )
    [all...]
sigframe-mips32-linux.c 83 ThreadId tid = tst->tid;
163 void VG_(sigframe_create)( ThreadId tid,
312 void VG_(sigframe_destroy)( ThreadId tid, Bool isRT )
  /external/valgrind/main/coregrind/m_syswrap/
priv_syswrap-darwin.h 37 Addr allocstack ( ThreadId tid );
38 void find_stack_segment ( ThreadId tid, Addr sp );
41 void record_named_port(ThreadId tid, mach_port_t port, mach_port_right_t right, const char *name);
syswrap-x86-darwin.c 179 ThreadId tid = VG_(alloc_ThreadState)();
420 ThreadId tid = VG_(lwpid_to_vgtid)(kport);
syswrap-x86-linux.c 196 static SysRes sys_set_thread_area ( ThreadId, vki_modify_ldt_t* );
200 1. allocate a ThreadId+ThreadState+stack for the the thread
208 static SysRes do_clone ( ThreadId ptid,
216 ThreadId ctid = VG_(alloc_ThreadState)();
303 causes tCheck to assert by making references to the new ThreadId
539 SysRes read_ldt ( ThreadId tid, UChar* ptr, UInt bytecount )
572 SysRes write_ldt ( ThreadId tid, void* ptr, UInt bytecount, Int oldmode )
619 static SysRes sys_modify_ldt ( ThreadId tid,
645 static SysRes sys_set_thread_area ( ThreadId tid, vki_modify_ldt_t* info )
697 static SysRes sys_get_thread_area ( ThreadId tid, vki_modify_ldt_t* info
    [all...]
syswrap-amd64-darwin.c 225 ThreadId tid = VG_(alloc_ThreadState)();
459 ThreadId tid = VG_(lwpid_to_vgtid)(kport);
  /external/chromium_org/v8/src/
isolate.cc 64 Atomic32 ThreadId::highest_thread_id_ = 0;
66 int ThreadId::AllocateThreadId() {
72 int ThreadId::GetCurrentThreadId() {
102 thread_id_ = ThreadId::Invalid();
129 thread_id_ = ThreadId::Current();
351 ThreadId thread_id) {
352 ASSERT(!thread_id.Equals(ThreadId::Invalid()));
366 ThreadId thread_id = ThreadId::Current();
380 ThreadId thread_id = ThreadId::Current()
    [all...]
sampler.cc 160 PlatformDataCommon() : profiled_thread_id_(ThreadId::Current()) {}
161 ThreadId profiled_thread_id() { return profiled_thread_id_; }
167 ThreadId profiled_thread_id_;
242 ThreadId thread_id = sampler->platform_data()->profiled_thread_id();
v8.cc 79 i::ThreadId::Current()));
  /external/skia/tools/
win_dbghelp.cpp 155 ExpParam.ThreadId = GetCurrentThreadId();
  /external/v8/src/
v8.cc 77 i::ThreadId::Current()));
  /external/valgrind/main/include/
pub_tool_basics.h 139 typedef UInt ThreadId;
  /external/valgrind/main/exp-sgcheck/
sg_main.c 66 static inline Bool is_sane_TId ( ThreadId tid )
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /external/chromium_org/chrome/test/logging/win/
log_file_printer.cc 163 << event->Header.ThreadId << ':';
  /external/valgrind/main/coregrind/m_gdbserver/
server.h 114 extern ThreadId vgdb_interrupted_tid;

Completed in 441 milliseconds

1 2 34 5 6