Searched refs:tnr (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/helgrind/
H A Dhg_addrdescr.h56 /*OUT*/UInt* tnr,
H A Dhg_addrdescr.c52 /* hctxt/tnr/haddr/hszB describe the addr if it is a heap block. */
54 UInt tnr; local
66 &tnr,
80 ai->Addr.Block.alloc_tinfo.tnr = tnr;
86 /* In case ai contains a tid, set tnr to the corresponding helgrind
94 ai->Addr.Stack.tinfo.tnr = thr->errmsg_index;
H A Dhg_errors.c897 if (xe->XE.Race.data_addrinfo.Addr.Block.alloc_tinfo.tnr) {
901 == xe->XE.Race.data_addrinfo.Addr.Block.alloc_tinfo.tnr) {
H A Dhg_main.c4344 /*OUT*/UInt* tnr,
4381 if (tnr) *tnr = mm->thr->errmsg_index;
4343 mm_find_containing_block( ExeContext** where, UInt* tnr, Addr* payload, SizeT* szB, Addr data_addr ) argument
/external/valgrind/include/
H A Dpub_tool_addrinfo.h91 /* Note about ThreadInfo tid and tnr in various parts of _Addrinfo:
101 by a number. If the tool sets tnr between the call to
103 will by preference print tnr instead of tid.
105 while a tnr will be printed as thread #%d
111 UInt tnr; // 0 means no tool specific thread nr, or not known. member in struct:_ThreadInfo
/external/valgrind/coregrind/
H A Dm_addrinfo.c315 tinfo->tnr = 0;
385 if (tinfo.tnr != 0)
393 if (tinfo.tnr != 0)
394 return tinfo.tnr;
563 if (ai->Addr.Block.alloc_tinfo.tnr || ai->Addr.Block.alloc_tinfo.tid)

Completed in 81 milliseconds