Home
last modified time | relevance | path

Searched refs:GetThreadInfo (Results 1 – 17 of 17) sorted by relevance

/external/webrtc/sdk/objc/native/src/audio/
Dhelpers.h28 std::string GetThreadInfo();
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachThreadList.h37 const char *GetThreadInfo(nub_thread_t tid) const;
DMachProcess.h282 const char *GetThreadInfo(nub_thread_t tid) const;
DMachThreadList.cpp111 const char *MachThreadList::GetThreadInfo(nub_thread_t tid) const { in GetThreadInfo() function in MachThreadList
DMachProcess.mm1260 const char *MachProcess::GetThreadInfo(nub_thread_t tid) const { function
1261 return m_thread_list.GetThreadInfo(tid);
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
DHexagonDYLDRendezvous.h113 const ThreadInfo &GetThreadInfo();
DHexagonDYLDRendezvous.cpp316 HexagonDYLDRendezvous::GetThreadInfo() { in GetThreadInfo() function in HexagonDYLDRendezvous
DDynamicLoaderHexagonDYLD.cpp578 m_rendezvous.GetThreadInfo(); in GetThreadLocalData()
/external/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDYLDRendezvous.h106 const ThreadInfo &GetThreadInfo();
DDYLDRendezvous.cpp583 const DYLDRendezvous::ThreadInfo &DYLDRendezvous::GetThreadInfo() { in GetThreadInfo() function in DYLDRendezvous
DDynamicLoaderPOSIXDYLD.cpp669 const DYLDRendezvous::ThreadInfo &metadata = m_rendezvous.GetThreadInfo(); in GetThreadLocalData()
/external/oj-libjdwp/src/share/back/
DThreadReferenceImpl.c59 error = JVMTI_FUNC_PTR(gdata->jvmti,GetThreadInfo) in name()
176 error = JVMTI_FUNC_PTR(gdata->jvmti,GetThreadInfo) in threadGroup()
Dutil.c2385 error = FUNC_PTR(gdata->jvmti,GetThreadInfo) in log_debugee_location()
/external/oj-libjdwp/src/share/javavm/export/
Djmm.h233 jint (JNICALL *GetThreadInfo) (JNIEnv *env,
Djvmti.h1040 jvmtiError (JNICALL *GetThreadInfo) (jvmtiEnv* env,
1843 jvmtiError GetThreadInfo(jthread thread, in GetThreadInfo() function
1845 return functions->GetThreadInfo(this, thread, info_ptr); in GetThreadInfo()
/external/llvm-project/lldb/tools/debugserver/source/
DChangeLog1045 * MachProcess.cpp (MachProcess::GetThreadInfo): New function.
1046 * MachProcess.h (MachProcess::GetThreadInfo): New prototype.
1047 * MachThreadList.cpp (MachThreadList::GetThreadInfo): New function.
1048 * MachThreadList.h (MachThreadList::GetThreadInfo): New prototype.
DDNB.cpp1389 return procSP->GetThreadInfo(tid); in DNBThreadGetInfo()