Searched refs:Tid (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack_platform.h73 long Tid;
74 thr_self(&Tid);
75 return Tid;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp134 int Tid = 1; local
151 J.attribute("tid", Tid);
162 ++Tid;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp142 uint32_t Tid; member in struct:__anon4736::LLVMPerfJitRecordCodeLoad
421 rec.Tid = get_threadid();
/freebsd-12-stable/sys/dev/mwl/
H A Dmwlhal.c1374 uint8_t Tid, uint8_t ParamInfo)
1389 pCmd->BaInfo.CreateParams.Tid = Tid;
1417 uint8_t Tid, uint8_t ParamInfo, void *a1, void *a2)
1431 if (bastream_check_available(vap, s, Macaddr, Tid, ParamInfo)) {
1440 sp->tid = Tid;
1488 pCmd->BaInfo.CreateParams.Tid = sp->tid;
1372 bastream_check_available(struct mwl_hal_vap *vap, int qid, const uint8_t Macaddr[IEEE80211_ADDR_LEN], uint8_t Tid, uint8_t ParamInfo) argument
1415 mwl_hal_bastream_alloc(struct mwl_hal_vap *vap, int ba_policy, const uint8_t Macaddr[IEEE80211_ADDR_LEN], uint8_t Tid, uint8_t ParamInfo, void *a1, void *a2) argument
H A Dmwlhal.h512 int ba_type, const uint8_t Macaddr[6], uint8_t Tid,
H A Dmwlreg.h1211 uint8_t Tid; member in struct:__anon14508
/freebsd-12-stable/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h536 UINT32 Tid; member in struct:__anon10579
/freebsd-12-stable/stand/efi/include/
H A Defidevp.h216 UINT32 Tid; member in struct:_I2O_DEVICE_PATH
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp468 long Tid; local
469 thr_self(&Tid);
470 return Tid;
/freebsd-12-stable/lib/libefivar/
H A Defivar-dp-format.c1247 UefiDevicePathLibCatPrint (Str, "I2O(0x%x)", I2ODevPath->Tid);
H A Defivar-dp-parse.c1340 I2ODevPath->Tid = (UINT32) Strtoi (TIDStr);

Completed in 219 milliseconds