Home
last modified time | relevance | path

Searched defs:SuspendThread (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/client/linux/minidump_writer/
H A Dlinux_ptrace_dumper.cc66 static bool SuspendThread(pid_t pid) { in SuspendThread() function
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cc119 bool ThreadSuspender::SuspendThread(SuspendedThreadID tid) { in SuspendThread() function in __sanitizer::ThreadSuspender
/aosp_15_r20/art/openjdkjvmti/
H A Dti_thread.cc953 jvmtiError ThreadUtil::SuspendThread([[maybe_unused]] jvmtiEnv* env, jthread thread) { in SuspendThread() function in openjdkjvmti::ThreadUtil
H A DOpenjdkJvmTi.cc154 static jvmtiError SuspendThread(jvmtiEnv* env, jthread thread) { in SuspendThread() function in openjdkjvmti::JvmtiFunctions
/aosp_15_r20/art/runtime/
H A Dthread_list.cc1107 bool ThreadList::SuspendThread(Thread* self, in SuspendThread() function in art::ThreadList
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/openjdkjvmti/include/
Djvmti.h1814 jvmtiError SuspendThread(jthread thread) { in SuspendThread() function
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/openjdkjvmti/include/
Djvmti.h1814 jvmtiError SuspendThread(jthread thread) { in SuspendThread() function
/aosp_15_r20/art/openjdkjvmti/include/
H A Djvmti.h1814 jvmtiError SuspendThread(jthread thread) { in SuspendThread() function
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/include/
Djvmti.h1814 jvmtiError SuspendThread(jthread thread) { in SuspendThread() function
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/include/
Djvmti.h1814 jvmtiError SuspendThread(jthread thread) { in SuspendThread() function
/aosp_15_r20/external/oj-libjdwp/src/share/javavm/export/
H A Djvmti.h1814 jvmtiError SuspendThread(jthread thread) { in SuspendThread() function
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/openjdkjvmti/include/
Djvmti.h1814 jvmtiError SuspendThread(jthread thread) { in SuspendThread() function
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/openjdkjvmti/include/
Djvmti.h1814 jvmtiError SuspendThread(jthread thread) { in SuspendThread() function
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/openjdkjvmti/include/
Djvmti.h1814 jvmtiError SuspendThread(jthread thread) { in SuspendThread() function
/aosp_15_r20/prebuilts/jdk/jdk21/darwin-x86/include/
Djvmti.h1882 jvmtiError SuspendThread(jthread thread) { in SuspendThread() function
/aosp_15_r20/prebuilts/jdk/jdk21/windows-x86/include/
Djvmti.h1882 jvmtiError SuspendThread(jthread thread) { in SuspendThread() function
/aosp_15_r20/prebuilts/jdk/jdk21/darwin-arm64/include/
Djvmti.h1882 jvmtiError SuspendThread(jthread thread) { in SuspendThread() function
/aosp_15_r20/prebuilts/jdk/jdk21/linux-x86/include/
Djvmti.h1882 jvmtiError SuspendThread(jthread thread) { in SuspendThread() function
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs66341 pub fn SuspendThread(hThread: HANDLE) -> DWORD; in SuspendThread() function