Home
last modified time | relevance | path

Searched refs:Tid (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp112 Tid(llvm::get_threadid()), TimeTraceGranularity(TimeTraceGranularity), in TimeTraceProfiler()
189 auto writeEvent = [&](const auto &E, uint64_t Tid) { in write() argument
195 J.attribute("tid", int64_t(Tid)); in write()
221 J.attribute("tid", int64_t(Tid)); in write()
231 writeEvent(E, this->Tid); in write()
234 writeEvent(E, TTP->Tid); in write()
239 uint64_t MaxTid = this->Tid; in write()
241 MaxTid = std::max(MaxTid, TTP->Tid); in write()
290 auto writeMetadataEvent = [&](const char *Name, uint64_t Tid, in write()
295 J.attribute("tid", int64_t(Tid)); in write()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h78 Tid tid = kInvalidTid;
86 Tid id;
91 Tid parent_tid;
110 Vector<Tid> unique_tids;
H A Dtsan_rtl_thread.cpp24 ThreadContext::ThreadContext(Tid tid) : ThreadContextBase(tid), thr(), sync() {} in ThreadContext()
116 Tid ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) { in ThreadCreate()
118 Tid parent = kInvalidTid; in ThreadCreate()
130 Tid tid = ctx->thread_registry.CreateThread(uid, detached, parent, &arg); in ThreadCreate()
152 void ThreadStart(ThreadState *thr, Tid tid, tid_t os_id, in ThreadStart()
284 Tid ThreadConsumeTid(ThreadState *thr, uptr pc, uptr uid) { in ThreadConsumeTid()
293 void ThreadJoin(ThreadState *thr, uptr pc, Tid tid) { in ThreadJoin()
316 void ThreadDetach(ThreadState *thr, uptr pc, Tid tid) { in ThreadDetach()
323 void ThreadNotJoined(ThreadState *thr, uptr pc, Tid tid, uptr uid) { in ThreadNotJoined()
344 Tid tid = ThreadCreate(thr, pc, 0, true); in FiberCreate()
H A Dtsan_rtl.h135 Tid tid;
201 const Tid tid;
236 explicit ThreadState(Tid tid);
266 explicit ThreadContext(Tid tid);
409 void AddMemoryAccess(uptr addr, uptr external_tag, Shadow s, Tid tid,
413 void AddThread(Tid tid, bool suppressable = false);
414 void AddUniqueTid(Tid unique_tid);
558 Tid ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached);
559 void ThreadStart(ThreadState *thr, Tid tid, tid_t os_id,
562 Tid ThreadConsumeTid(ThreadState *thr, uptr pc, uptr uid);
[all …]
H A Dtsan_rtl_report.cpp178 Tid tid, StackTrace stack, in AddMemoryAccess()
202 void ScopedReportBase::AddUniqueTid(Tid unique_tid) { in AddUniqueTid()
226 static ThreadContext *FindThreadByTidLocked(Tid tid) { in FindThreadByTidLocked()
257 void ScopedReportBase::AddThread(Tid tid, bool suppressable) { in AddThread()
282 Tid creat_tid = kInvalidTid; in AddLocation()
433 AccessType typ, Tid *ptid, VarSizeStackTrace *pstk, in RestoreStack()
444 Tid tid = kInvalidTid; in RestoreStack()
754 Tid tids[kMop] = {thr->tid, kInvalidTid}; in ReportRace()
808 Tid parent_tid = rep_desc->threads[i]->parent_tid; in ReportRace()
H A Dtsan_platform_mac.cpp81 const_cast<Tid &>(dts->tid) = kInvalidTid; in InitializeThreadStateStorage()
211 Tid tid = ThreadCreate(parent_thread_state, 0, (uptr)thread, true); in ThreadCreateCallback()
H A Dtsan_fd.h57 bool FdLocation(uptr addr, int *fd, Tid *tid, StackID *stack, bool *closed);
H A Dtsan_sync.h58 Tid owner_tid; // Set only by exclusive owners.
H A Dtsan_defs.h187 Tid tid;
H A Dtsan_fd.cpp35 Tid creation_tid;
160 bool FdLocation(uptr addr, int *fd, Tid *tid, StackID *stack, bool *closed) { in FdLocation()
H A Dtsan_rtl.cpp145 static_cast<Tid>(i)); in DoResetImpl()
387 thread_registry([](Tid tid) -> ThreadContextBase* { in Context()
407 ThreadState::ThreadState(Tid tid) in ThreadState()
730 Tid tid = ThreadCreate(nullptr, 0, 0, true); in Initialize()
H A Dtsan_report.cpp55 const char *thread_name(char *buf, Tid tid) { in thread_name()
365 const Tid kMainGoroutineId = 1; in PrintReport()
H A Dtsan_interceptors_posix.cpp985 Tid tid;
1081 Tid tid = ThreadConsumeTid(thr, pc, (uptr)th); in TSAN_INTERCEPTOR()
1106 Tid tid = ThreadConsumeTid(thr, pc, (uptr)th); in TSAN_INTERCEPTOR()
1127 Tid tid = ThreadConsumeTid(thr, pc, (uptr)th); in TSAN_INTERCEPTOR()
1141 Tid tid = ThreadConsumeTid(thr, pc, (uptr)th); in TSAN_INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack_platform.h112 long Tid; in GetTid()
113 thr_self(&Tid); in GetTid()
114 return Tid; in GetTid()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h444 typedef u32 Tid; typedef
445 constexpr Tid kInvalidTid = -1;
446 constexpr Tid kMainTid = 0;
H A Dsanitizer_thread_registry.h158 DenseMap<uptr, Tid> live_;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp140 uint32_t Tid; member
423 rec.Tid = get_threadid(); in NotifyCode()
/freebsd/sys/dev/mwl/
H A Dmwlhal.c1372 uint8_t Tid, uint8_t ParamInfo) in bastream_check_available() argument
1387 pCmd->BaInfo.CreateParams.Tid = Tid; in bastream_check_available()
1415 uint8_t Tid, uint8_t ParamInfo, void *a1, void *a2) in mwl_hal_bastream_alloc() argument
1429 if (bastream_check_available(vap, s, Macaddr, Tid, ParamInfo)) { in mwl_hal_bastream_alloc()
1438 sp->tid = Tid; in mwl_hal_bastream_alloc()
1486 pCmd->BaInfo.CreateParams.Tid = sp->tid; in mwl_hal_bastream_create()
H A Dmwlhal.h510 int ba_type, const uint8_t Macaddr[6], uint8_t Tid,
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp223 Tid goid = ThreadCreate(parent, (uptr)pc, 0, true); in __tsan_go_start()
/freebsd/stand/efi/include/
H A Defidevp.h215 UINT32 Tid; member
/freebsd/contrib/tzcode/
H A Dcalendars68 by Natanael Beckman (1924) and "Tid, en bok om tideräkning och
/freebsd/contrib/tzdata/
H A Dcalendars68 by Natanael Beckman (1924) and "Tid, en bok om tideräkning och
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h545 UINT32 Tid; member
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1432 u32 Tid = getThreadID(); in storeSecondaryAllocationStackMaybe() local
1436 Ptr32[MemTagAllocationTidIndex] = Tid; in storeSecondaryAllocationStackMaybe()
1438 storeRingBufferEntry(RB, untagPointer(Ptr), Trace, Tid, Size, 0, 0); in storeSecondaryAllocationStackMaybe()

12