Searched defs:tid (Results 101 - 125 of 396) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm64.h202 virtual int DoReadGPR(lldb::tid_t tid, int flavor, GPR &gpr) { return -1; } argument
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp646 lldb::tid_t tid; local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp107 lldb::tid_t tid = thread_sp->GetID(); local
H A DPerfContextSwitchDecoder.cpp78 uint32_t pid, tid; member in struct:PerfContextSwitchRecord
94 lldb::tid_t tid; member in struct:ContextSwitchRecord
146 CreateCompleteExecution( lldb::cpu_id_t cpu_id, lldb::tid_t tid, lldb::pid_t pid, uint64_t start, uint64_t end) argument
156 CreateHintedStartExecution( lldb::cpu_id_t cpu_id, lldb::tid_t tid, lldb::pid_t pid, uint64_t hinted_start, uint64_t end) argument
166 CreateHintedEndExecution( lldb::cpu_id_t cpu_id, lldb::tid_t tid, lldb::pid_t pid, uint64_t start, uint64_t hinted_end) argument
176 CreateOnlyEndExecution( lldb::cpu_id_t cpu_id, lldb::tid_t tid, lldb::pid_t pid, uint64_t end) argument
184 CreateOnlyStartExecution( lldb::cpu_id_t cpu_id, lldb::tid_t tid, lldb::pid_t pid, uint64_t start) argument
[all...]
/freebsd-current/crypto/openssl/apps/
H A Dopenssl.c110 CRYPTO_THREAD_ID tid; local
/freebsd-current/crypto/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c758 CRYPTO_THREAD_ID tid; member in struct:__anon4177
781 CRYPTO_THREAD_ID tid; member in struct:__anon4178
H A Drand_vms.c560 CRYPTO_THREAD_ID tid; member in struct:__anon4180
/freebsd-current/sys/cddl/dev/dtrace/
H A Ddtrace_debug.c49 uintptr_t tid; local
/freebsd-current/bin/cpuset/
H A Dcpuset.c291 lwpid_t tid; local
/freebsd-current/sys/dev/mfi/
H A Dmfi_cam.c293 mfip_cam_rescan(struct mfi_softc *sc, uint32_t tid) argument
/freebsd-current/sys/dev/rtwn/rtl8192c/
H A Dr92c_tx.c232 uint8_t type, tid, qos, qsel; local
/freebsd-current/sys/net80211/
H A Dieee80211_crypto_ccmp.c239 uint8_t *ivp, tid; local
H A Dieee80211_wds.c501 uint8_t tid = ieee80211_gettid(wh); local
H A Dieee80211_adhoc.c445 uint8_t tid = ieee80211_gettid(wh); local
/freebsd-current/sys/dev/ath/ath_rate/amrr/
H A Damrr.c104 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, int shortPreamble, size_t frameLen, int tid, int is_aggr, u_int8_t *rix, int *try0, u_int8_t *txrate, int *maxdur, int *maxpktlen) argument
/freebsd-current/sys/dev/ath/ath_rate/onoe/
H A Donoe.c112 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, int shortPreamble, size_t frameLen, int tid, int is_aggr, u_int8_t *rix, int *try0, u_int8_t *txrate, int *maxdur, int *maxpktlen) argument
/freebsd-current/sys/dev/cxgbe/tom/
H A Dt4_tom_l2t.c321 unsigned int tid = GET_TID(rpl); local
/freebsd-current/usr.bin/truss/
H A Dtruss.h90 lwpid_t tid; member in struct:threadinfo
/freebsd-current/tools/bus_space/Python/
H A Dlang.c181 int tid; local
200 int ptid, tid; local
217 int error, tid; local
233 int error, mdid, tid; local
297 int mdid, tid; local
[all...]
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dhal_tx.h34 u8 tid; member in struct:hal_tx_info
61 u8 tid; member in struct:hal_tx_status
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmcu.h19 u8 tid; member in struct:mt7921_mcu_tx_done_event
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp37 NativeThreadNetBSD(NativeProcessNetBSD &process, lldb::tid_t tid) argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp20 ThreadContextBase::ThreadContextBase(u32 tid) argument
139 u32 tid = kInvalidTid; local
221 SetThreadName(u32 tid, const char *name) argument
236 DetachThread(u32 tid, void *arg) argument
255 JoinThread(u32 tid, void *arg) argument
283 FinishThread(u32 tid) argument
310 StartThread(u32 tid, tid_t os_id, ThreadType thread_type, void *arg) argument
346 u32 tid; local
357 SetThreadUserId(u32 tid, uptr user_id) argument
368 OnFork(u32 tid) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp264 tid_t tid = thread_id_obj ? thread_id_obj->GetUnsignedIntegerValue() : 0; local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp35 NativeThreadFreeBSD(NativeProcessFreeBSD &process, lldb::tid_t tid) argument

Completed in 397 milliseconds

1234567891011>>