Searched refs:GetThreadState (Results 1 – 7 of 7) sorted by relevance
/external/google-breakpad/src/client/mac/handler/ |
D | minidump_generator.h | 154 bool GetThreadState(thread_act_t target_thread, thread_state_t state,
|
D | minidump_generator.cc | 893 bool MinidumpGenerator::GetThreadState(thread_act_t target_thread, in GetThreadState() function in google_breakpad::MinidumpGenerator 971 if (GetThreadState(thread_id, state, &state_count)) { in WriteThreadStream() 1043 if (GetThreadState(exception_thread_, state, &stateCount)) { in WriteMemoryListStream() 1156 if (!GetThreadState(exception_thread_, state, &state_count)) in WriteExceptionStream()
|
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
D | ScriptInterpreterPythonImpl.h | 276 PyThreadState *GetThreadState() { return m_command_thread_state; } in GetThreadState() function
|
D | ScriptInterpreterPython.cpp | 1030 state = GetThreadState(); in Interrupt()
|
/external/oj-libjdwp/src/share/javavm/export/ |
D | jvmti.h | 1086 jvmtiError (JNICALL *GetThreadState) (jvmtiEnv* env, 1800 jvmtiError GetThreadState(jthread thread, in GetThreadState() function 1802 return functions->GetThreadState(this, thread, thread_state_ptr); in GetThreadState()
|
/external/oj-libjdwp/src/share/back/ |
D | threadControl.c | 159 return JVMTI_FUNC_PTR(gdata->jvmti,GetThreadState) in threadState()
|
D | util.c | 2390 error = FUNC_PTR(gdata->jvmti,GetThreadState) in log_debugee_location()
|