HomeSort by relevance Sort by last modified time
    Searched defs:GetCurrentThread (Results 1 - 22 of 22) sorted by null

  /external/compiler-rt/lib/msan/
msan_linux.cc 187 MsanThread *GetCurrentThread() {
  /external/compiler-rt/lib/lsan/
lsan_thread.cc 44 u32 GetCurrentThread() {
104 thread_registry->FinishThread(GetCurrentThread());
109 if (GetCurrentThread() == kInvalidTid)
112 return (ThreadContext *)thread_registry->GetThreadLocked(GetCurrentThread());
133 if (GetCurrentThread() == 0)
  /art/compiler/utils/arm/
jni_macro_assembler_arm_vixl.cc 603 void ArmVIXLJNIMacroAssembler::GetCurrentThread(ManagedRegister mtr) {
609 void ArmVIXLJNIMacroAssembler::GetCurrentThread(FrameOffset dest_offset,
  /art/compiler/utils/x86/
jni_macro_assembler_x86.cc 508 void X86JNIMacroAssembler::GetCurrentThread(ManagedRegister tr) {
513 void X86JNIMacroAssembler::GetCurrentThread(FrameOffset offset,
  /art/compiler/utils/x86_64/
jni_macro_assembler_x86_64.cc 565 void X86_64JNIMacroAssembler::GetCurrentThread(ManagedRegister tr) {
570 void X86_64JNIMacroAssembler::GetCurrentThread(FrameOffset offset, ManagedRegister mscratch) {
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/
zsyscall_windows.go 54 procGetCurrentThread = modkernel32.NewProc("GetCurrentThread")
151 func GetCurrentThread() (pseudoHandle syscall.Handle, err error) {
  /prebuilts/go/linux-x86/src/internal/syscall/windows/
zsyscall_windows.go 54 procGetCurrentThread = modkernel32.NewProc("GetCurrentThread")
151 func GetCurrentThread() (pseudoHandle syscall.Handle, err error) {
  /art/compiler/utils/arm64/
jni_macro_assembler_arm64.cc 50 void Arm64JNIMacroAssembler::GetCurrentThread(ManagedRegister tr) {
54 void Arm64JNIMacroAssembler::GetCurrentThread(FrameOffset offset, ManagedRegister /* scratch */) {
    [all...]
  /external/compiler-rt/lib/asan/
asan_thread.cc 337 AsanThread *GetCurrentThread() {
369 AsanThread *t = GetCurrentThread();
441 AsanThread *t = GetCurrentThread();
451 AsanThread *t = GetCurrentThread();
  /art/openjdkjvmti/
ti_thread.cc 152 jvmtiError ThreadUtil::GetCurrentThread(jvmtiEnv* env ATTRIBUTE_UNUSED, jthread* thread_ptr) {
    [all...]
OpenjdkJvmTi.cc 138 static jvmtiError GetCurrentThread(jvmtiEnv* env, jthread* thread_ptr) {
140 return ThreadUtil::GetCurrentThread(env, thread_ptr);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/WinNtThunk/
WinNtThunk.h 1127 WinNtGetCurrentThread GetCurrentThread;
  /device/linaro/bootloader/edk2/Nt32Pkg/Include/Protocol/
WinNtThunk.h 1142 WinNtGetCurrentThread GetCurrentThread;
  /art/compiler/utils/mips/
assembler_mips.cc     [all...]
  /art/compiler/utils/mips64/
assembler_mips64.cc     [all...]
  /art/openjdkjvmti/include/
jvmti.h     [all...]
  /external/oj-libjdwp/src/share/javavm/export/
jvmti.h     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/include/
jvmti.h     [all...]
  /prebuilts/jdk/jdk8/linux-x86/include/
jvmti.h     [all...]
  /prebuilts/jdk/jdk9/darwin-x86/include/
jvmti.h     [all...]
  /prebuilts/jdk/jdk9/linux-x86/include/
jvmti.h     [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 838 milliseconds