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

  /external/elfutils/tests/
run-stack-d-test.sh 79 TID 13654:
82 $STACKCMD: tid 13654: shown max number of frames (2, use -n 0 for unlimited)
89 TID 13654:
94 $STACKCMD: tid 13654: shown max number of frames (2, use -n 0 for unlimited)
100 TID 13654:
103 $STACKCMD: tid 13654: shown max number of frames (2, use -n 0 for unlimited)
109 TID 13654:
114 $STACKCMD: tid 13654: shown max number of frames (2, use -n 0 for unlimited)
run-stack-i-test.sh 46 TID 13654:
53 $STACKCMD: tid 13654: shown max number of frames (6, use -n 0 for unlimited)
60 TID 13654:
73 $STACKCMD: tid 13654: shown max number of frames (6, use -n 0 for unlimited)
run-stack-demangled-test.sh 48 TID 13654:
51 $STACKCMD: tid 13654: shown max number of frames (2, use -n 0 for unlimited)
58 TID 13654:
63 $STACKCMD: tid 13654: shown max number of frames (2, use -n 0 for unlimited)
70 TID 13654:
77 $STACKCMD: tid 13654: shown max number of frames (6, use -n 0 for unlimited)
84 TID 13654:
97 $STACKCMD: tid 13654: shown max number of frames (6, use -n 0 for unlimited)
  /external/valgrind/memcheck/tests/solaris/
thr_daemon_exit_standalone.c 143 id_t tid; local
176 "movl %%eax, %[TID]\n"
177 : [TID] "=r" (tid)
188 "movl %%eax, %[TID]\n"
189 : [TID] "=r" (tid)
197 return tid;
200 static void lwp_continue(id_t tid) {
203 "pushl %[TID]\n
228 id_t tid = lwp_create((char *) stack + STACK_SIZE); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mpeg2data.h 12 typedef BYTE TID;
57 STDMETHOD_(HRESULT,GetTableIdentifier)(THIS_ TID *pTableId) PURE;
58 STDMETHOD_(HRESULT,Initialize)(THIS_ MPEG_REQUEST_TYPE requestType,IMpeg2Data *pMpeg2Data,PMPEG_CONTEXT pContext,PID pid,TID tid,PMPEG2_FILTER pFilter,DWORD timeout,HANDLE hDoneEvent) PURE;
72 #define ISectionList_Initialize(This,requestType,pMpeg2Data,pContext,pid,tid,pFilter,timeout,hDoneEvent) (This)->lpVtbl->Initialize(This,requestType,pMpeg2Data,pContext,pid,tid,pFilter,timeout,hDoneEvent)
93 STDMETHOD_(HRESULT,GetSection)(THIS_ PID pid,TID tid,PMPEG2_FILTER pFilter,DWORD dwTimeout,ISectionList **ppSectionList) PURE;
94 STDMETHOD_(HRESULT,GetStreamOfSections)(THIS_ PID pid,TID tid,PMPEG2_FILTER pFilter,HANDLE hDataReadyEvent,IMpeg2Stream **ppMpegStream) PURE
    [all...]
mpeg2structs.h 70 TID TableId;
98 TID TableId;
197 TID TableId;
dvbsiparser.h     [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_debug.cpp 350 const MCInstrDesc &TID = TII->get(Inst.getOpcode());
352 const TargetInstrDesc &TID = TII->get(Inst.getOpcode());
359 if (TID.isBranch()) {
411 if (TID.isReturn()) {
  /external/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp 346 Value *TID = Builder.CreateAdd(Tmp0, Tmp1);
347 TID = Builder.CreateAdd(TID, TIdZ);
351 Indices.push_back(TID);
  /libcore/luni/src/main/java/java/util/concurrent/locks/
ReentrantReadWriteLock.java 252 final long tid = getThreadId(Thread.currentThread()); field in class:ReentrantReadWriteLock.Sync.HoldCounter
395 if (rh == null || rh.tid != getThreadId(current))
453 if (rh == null || rh.tid != getThreadId(current))
490 if (rh == null || rh.tid != getThreadId(current)) {
511 if (rh == null || rh.tid != getThreadId(current))
567 if (rh == null || rh.tid != getThreadId(current))
618 if (rh != null && rh.tid == getThreadId(current))
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp 448 const MCInstrDesc &TID = TII->get(N->getMachineOpcode());
449 if (TID.isCall())
551 const MCInstrDesc &TID = TII->get(N->getMachineOpcode());
557 NodeNumDefs = std::min(N->getNumValues(), TID.getNumDefs());
  /external/llvm/include/llvm/IR/
DerivedTypes.h 150 explicit CompositeType(LLVMContext &C, TypeID tid) : Type(C, tid) {}
311 SequentialType(TypeID TID, Type *ElType)
312 : CompositeType(ElType->getContext(), TID), ContainedType(ElType) {
  /external/libvpx/libvpx/vp8/common/
threading.h 50 #define pthread_t TID
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
threading.h 50 #define pthread_t TID
  /external/llvm/lib/CodeGen/
Passes.cpp 525 const char *TID = (const char *)(TPI->getTypeInfo());
527 insertPass(TID, IID);
  /toolchain/binutils/binutils-2.25/include/opcode/
convex.h 65 #define TID 21
89 "tid",
1015 {0,0,rxl,S,TID,0}, /* mov */
1016 {0,0,lr,TID,S,0}, /* mov */
    [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 71 const TargetRegisterClass *getRegClass(const MCInstrDesc &TID,
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp     [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
validators.py 769 metric_name = self.mnprops.TID
    [all...]

Completed in 1498 milliseconds