| /external/valgrind/coregrind/m_syswrap/ |
| syswrap-linux.c | 69 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) 72 ThreadId tid = (ThreadId)tidW; 126 ThreadId tid = (ThreadId)tidW; 322 ThreadId tid = tst->tid; 332 Addr ML_(allocstack)(ThreadId tid) 372 void VG_(main_thread_wrapper_NORETURN)(ThreadId tid) 429 SysRes ML_(do_fork_clone) ( ThreadId tid, UInt flags, 718 ThreadId t [all...] |
| syswrap-amd64-linux.c | 191 1. allocate a ThreadId+ThreadState+stack for the thread 199 static SysRes do_clone ( ThreadId ptid, 207 ThreadId ctid = VG_(alloc_ThreadState)(); [all...] |
| syswrap-ppc32-linux.c | 224 1. allocate a ThreadId+ThreadState+stack for the thread 232 static SysRes do_clone ( ThreadId ptid, 240 ThreadId ctid = VG_(alloc_ThreadState)(); [all...] |
| syswrap-s390x-linux.c | 197 1. allocate a ThreadId+ThreadState+stack for the thread 205 static SysRes do_clone ( ThreadId ptid, 213 ThreadId ctid = VG_(alloc_ThreadState)(); [all...] |
| /external/google-breakpad/src/client/windows/crash_generation/ |
| minidump_generator.cc | 324 dump_exception_info.ThreadId = thread_id_;
|
| /external/valgrind/coregrind/m_gdbserver/ |
| valgrind-low-amd64.c | 151 void transfer_register (ThreadId tid, int abs_regno, void * buf,
|
| valgrind-low-arm64.c | 139 void transfer_register (ThreadId tid, int abs_regno, void * buf,
|
| valgrind-low-mips32.c | 251 void transfer_register (ThreadId tid, int abs_regno, void * buf,
|
| valgrind-low-mips64.c | 252 void transfer_register (ThreadId tid, int abs_regno, void * buf,
|
| valgrind-low-tilegx.c | 144 void transfer_register ( ThreadId tid, int abs_regno, void * buf,
|
| valgrind-low-ppc32.c | 178 void transfer_register (ThreadId tid, int abs_regno, void * buf,
|
| valgrind-low-ppc64.c | 175 void transfer_register (ThreadId tid, int abs_regno, void * buf,
|
| /external/valgrind/coregrind/ |
| m_libcassert.c | 265 const ThreadId atid = 1; // Arbitrary tid used to call/terminate gdbsrv.
|
| m_main.c | [all...] |
| /external/valgrind/exp-bbv/ |
| bbv_main.c | 495 static void bbv_thread_called ( ThreadId tid, ULong nDisp )
|
| /external/valgrind/memcheck/ |
| mc_leakcheck.c | [all...] |
| /external/valgrind/exp-sgcheck/ |
| pc_common.c | 157 void sg_record_error_SorG ( ThreadId tid, 203 void h_record_sysparam_error( ThreadId tid, CorePart part, const HChar* s,
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| evntrace.h | 304 ULONG ThreadId; 341 ULONG ThreadId;
|
| ntsecpkg.h | 134 ULONG ThreadID; 149 ULONG ThreadId; 309 typedef HANDLE (NTAPI LSA_CREATE_THREAD)(SEC_ATTRS SecurityAttributes,ULONG StackSize,SEC_THREAD_START StartFunction,PVOID ThreadParameter,ULONG CreationFlags,PULONG ThreadId); [all...] |
| /external/valgrind/callgrind/ |
| main.c | [all...] |
| bbcc.c | 567 ThreadId tid;
|
| /external/valgrind/coregrind/m_coredump/ |
| coredump-solaris.c | 862 void VG_(make_coredump)(ThreadId tid, const vki_siginfo_t *si, 959 ThreadId t_idx; [all...] |
| /external/clang/lib/CodeGen/ |
| CGOpenMPRuntime.cpp | 68 /// \brief Get an LValue for the current ThreadID variable. 98 assert(ThreadIDVar != nullptr && "No ThreadID in OpenMP region."); 128 assert(ThreadIDVar != nullptr && "No ThreadID in OpenMP region."); 134 /// \brief Get an LValue for the current ThreadID variable. 419 // OpenMPLocThreadIDMap may have null DebugLoc and non-null ThreadID, if 465 llvm::Value *ThreadID = nullptr; 470 ThreadID = I->second.ThreadID; 471 if (ThreadID != nullptr) 472 return ThreadID; [all...] |
| /external/google-breakpad/src/client/windows/handler/ |
| exception_handler.cc | [all...] |
| /external/valgrind/drd/ |
| drd_load_store.c | 148 ThreadId vg_tid;
|