Searched defs:tid (Results 26 - 50 of 396) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMach_arm.cpp26 int RegisterContextMach_arm::DoReadGPR(lldb::tid_t tid, int flavor, GPR &gpr) { argument
31 int RegisterContextMach_arm::DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) { argument
36 int RegisterContextMach_arm::DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) { argument
41 int RegisterContextMach_arm::DoReadDBG(lldb::tid_t tid, int flavor, DBG &dbg) { argument
46 int RegisterContextMach_arm::DoWriteGPR(lldb::tid_t tid, int flavor, argument
53 DoWriteFPU(lldb::tid_t tid, int flavor, const FPU &fpu) argument
60 DoWriteEXC(lldb::tid_t tid, int flavor, const EXC &exc) argument
67 DoWriteDBG(lldb::tid_t tid, int flavor, const DBG &dbg) argument
[all...]
H A DThreadMemory.cpp23 ThreadMemory::ThreadMemory(Process &process, tid_t tid, argument
29 ThreadMemory::ThreadMemory(Process &process, lldb::tid_t tid, argument
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DGDBRemote.h74 lldb::tid_t tid = LLDB_INVALID_THREAD_ID; member in struct:lldb_private::GDBRemotePacket
H A DTraceGDBRemotePackets.h111 lldb::tid_t tid; member in struct:lldb_private::TraceThreadState
155 std::optional<lldb::tid_t> tid; member in struct:lldb_private::TraceGetBinaryDataRequest
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_util.cpp140 int __kmp_invoke_microtask(microtask_t pkfn, int gtid, int tid, int argc, argument
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Dhal_tx.c73 u8 hw_map_val[HAL_DSCP_TID_TBL_SIZE], dscp, tid; local
[all...]
/freebsd-current/sys/ddb/
H A Ddb_thread.c52 db_set_thread(db_expr_t tid, bool hastid, db_expr_t cnt, char *mod) argument
/freebsd-current/lib/libthr/thread/
H A Dthr_join.c90 long tid; local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TraceExporter/ctf/
H A DCommandObjectThreadTraceExportCTF.cpp77 size_t tid = m_options.m_thread_index.value_or(LLDB_INVALID_THREAD_ID); local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DOperatingSystemPythonInterface.cpp41 OperatingSystemPythonInterface::CreateThread(lldb::tid_t tid, argument
71 OperatingSystemPythonInterface::GetRegisterContextForTID(lldb::tid_t tid) { argument
/freebsd-current/crypto/heimdal/base/
H A Dheimbasepriv.h62 heim_tid_t tid; member in struct:heim_type_data
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_termination.cpp69 u32 tid = GetTid(); local
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DThreadSpec.cpp25 lldb::tid_t tid = LLDB_INVALID_THREAD_ID; local
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStack.h127 lldb::tid_t tid = thread.GetID(); local
131 bool RemoveTID(lldb::tid_t tid) { argument
141 ThreadPlanStack *Find(lldb::tid_t tid) { argument
H A DQueueItem.h100 void SetEnqueueingThreadID(lldb::tid_t tid) { m_enqueueing_thread_id = tid; } argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack_platform.h81 inline int TgKill(pid_t pid, ThreadId tid, int sig) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTJSONStructs.h30 uint64_t tid; member in struct:lldb_private::trace_intel_pt::JSONThread
H A DPerfContextSwitchDecoder.h111 lldb::tid_t tid; member in struct:lldb_private::trace_intel_pt::ThreadContinuousExecution
117 ThreadContinuousExecution(lldb::cpu_id_t cpu_id, lldb::tid_t tid, argument
/freebsd-current/crypto/openssl/providers/implementations/rands/seeding/
H A Drand_vxworks.c82 CRYPTO_THREAD_ID tid; member in struct:__anon4181
103 CRYPTO_THREAD_ID tid; member in struct:__anon4182
H A Drand_win.c131 DWORD tid; member in struct:__anon4183
153 DWORD tid; member in struct:__anon4184
/freebsd-current/sys/dev/random/
H A Dunit_test.c176 size_t tid, zsize; local
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Drs.c83 iwl_mvm_rs_tx_status(struct iwl_mvm *mvm, struct ieee80211_sta *sta, int tid, argument
/freebsd-current/sys/dev/ofw/
H A Dopenfirmio.c80 openfirm_checkid(phandle_t sid, phandle_t tid) argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_mac.cpp71 u32 tid = ThreadCreate(parent_tid, true); local
/freebsd-current/crypto/openssl/test/testutil/
H A Dtestutil_init.c28 CRYPTO_THREAD_ID tid; local

Completed in 323 milliseconds

1234567891011>>