Searched refs:TID (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-11.0-release/contrib/gdb/gdb/config/i386/
H A Dnm-i386v42mp.h57 /* Construct a composite id from thread TID and the process portion of
59 #define MKTID(PID, TID) (MERGEPID(PID, TID) | 0x40000000)
85 /* Construct a composite id from thread TID and the process portion of
87 #define MKTID(PID, TID) (ptid_build ((PID), (TID), 1))
/freebsd-11.0-release/lib/libthr/thread/
H A Dthr_getthreadid_np.c48 return (TID(curthread));
H A Dthr_getcpuclockid.c47 if (clock_getcpuclockid2(TID(pthread), CPUCLOCK_WHICH_TID, clock_id))
H A Dthr_affinity.c54 tid = TID(td);
77 tid = TID(td);
H A Dthr_rwlock.c260 prwlock->owner = TID(curthread);
279 prwlock->owner = TID(curthread);
291 prwlock->owner = TID(curthread);
301 prwlock->owner = TID(curthread);
342 if (__predict_false(prwlock->owner != TID(curthread)))
H A Dthr_mutex.c442 m->m_lock.m_owner = TID(curthread) | bit;
620 id = TID(curthread);
647 id = TID(curthread);
720 ret = _thr_umutex_trylock2(&m->m_lock, TID(curthread));
958 id = TID(curthread);
1045 if (PMUTEX_OWNER_ID(m) == TID(curthread)) {
1148 return (PMUTEX_OWNER_ID(m) == TID(_get_curthread()));
1160 if (PMUTEX_OWNER_ID(mp) != TID(curthread))
1185 if (PMUTEX_OWNER_ID(m) != TID(curthread))
H A Dthr_private.h361 #define TID(thread) ((uint32_t) ((thread)->tid)) macro
588 _thr_umutex_trylock((lck), TID(thrd))
591 _thr_umutex_lock((lck), TID(thrd))
594 _thr_umutex_timedlock((lck), TID(thrd), (timo))
597 _thr_umutex_unlock((lck), TID(thrd))
602 _thr_umutex_lock(lck, TID(thrd)); \
608 _thr_umutex_lock_spin(lck, TID(thrd)); \
624 _thr_umutex_unlock((lck), TID(thrd)); \
H A Dthr_cond.c431 if (PMUTEX_OWNER_ID(mp) == TID(curthread)) {
463 if (PMUTEX_OWNER_ID(mp) == TID(curthread)) {
H A Dthr_create.c215 TID(new_thread), cpusetsize, cpusetp)) {
H A Dthr_umtx.c263 _thr_umutex_unlock(m, TID(curthread));
H A Dthr_attr.c160 ret = cpuset_getaffinity(CPU_LEVEL_WHICH, CPU_WHICH_TID, TID(pthread),
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp346 Value *TID = Builder.CreateAdd(Tmp0, Tmp1); local
347 TID = Builder.CreateAdd(TID, TIdZ);
351 Indices.push_back(TID);
/freebsd-11.0-release/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c488 U32 TID; local
499 TID = cgd->ccb_h.target_id;
500 if (TID >= 0 && TID < maxTargets){
502 TID = INDEX(pmsc, TID);
503 targ = &pmsc->pDevList[TID];
1802 U32 TID; local
1882 TID = INDEX(pmcsc, targetID);
1883 if (TID < maxTarget
2044 U32 TID = CMND_TO_TARGET(ccb); local
2621 U32 TID = CMND_TO_TARGET(ccb); local
3090 int TID; local
3677 U32 TID = CMND_TO_TARGET(ccb); local
3943 int is_error, TID; local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp448 const MCInstrDesc &TID = TII->get(N->getMachineOpcode()); local
449 if (TID.isCall())
551 const MCInstrDesc &TID = TII->get(N->getMachineOpcode()); local
557 NodeNumDefs = std::min(N->getNumValues(), TID.getNumDefs());
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DDerivedTypes.h339 SequentialType(TypeID TID, Type *ElType) argument
340 : CompositeType(ElType->getContext(), TID), ContainedType(ElType) {
/freebsd-11.0-release/contrib/apr/include/
H A Dapr_portable.h79 typedef TID apr_os_thread_t;
/freebsd-11.0-release/sys/dev/aic7xxx/
H A Daic79xx.h82 (((scsiid) & TID) >> TID_SHIFT)
111 ((((tcl) >> 4) & TID) >> 4)
115 ((lun) | (((scsiid) & TID) << 4))
135 (scb)->hscb->scsiid = ((col_idx) << TID_SHIFT) & TID; \
H A Daic79xx_osm.h91 ((((target_id) << TID_SHIFT) & TID) | (our_id))
H A Daic7xxx_osm.h102 ((((target_id) << TID_SHIFT) & TID) | (our_id) \
H A Daic7xxx.h79 (((scsiid) & ((((ahc)->features & AHC_TWIN) != 0) ? TWIN_TID : TID)) \
110 ((((tcl) >> 4) & TID) >> 4)
114 ((lun) | (((scsiid) & TID) << 4))
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DPasses.cpp525 const char *TID = (const char *)(TPI->getTypeInfo()); local
527 insertPass(TID, IID);
/freebsd-11.0-release/contrib/gdb/gdb/
H A Ddefs.h1287 #define MERGEPID(PID, TID) ptid_build (PID, TID, 0)
/freebsd-11.0-release/contrib/binutils/include/opcode/
H A Dconvex.h64 #define TID 21 macro
1014 {0,0,rxl,S,TID,0}, /* mov */
1015 {0,0,lr,TID,S,0}, /* mov */
/freebsd-11.0-release/contrib/llvm/include/llvm/Target/
H A DTargetInstrInfo.h71 const TargetRegisterClass *getRegClass(const MCInstrDesc &TID,
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp931 const MCInstrDesc& TID = MI->getDesc(); local
932 auto *IS = ResourceTracker->getInstrItins()->beginStage(TID.getSchedClass());

Completed in 146 milliseconds

12