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

  /external/google-benchmark/src/
timers.cc 139 HANDLE this_thread = GetCurrentThread(); local
144 GetThreadTimes(this_thread, &creation_time, &exit_time, &kernel_time,
  /external/libcxx/utils/google-benchmark/src/
timers.cc 139 HANDLE this_thread = GetCurrentThread(); local
144 GetThreadTimes(this_thread, &creation_time, &exit_time, &kernel_time,
  /external/perfetto/include/perfetto/base/
time.h 77 mach_port_t this_thread = mach_thread_self(); local
81 thread_info(this_thread, THREAD_BASIC_INFO,
83 mach_port_deallocate(mach_task_self(), this_thread); local
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
timers.cc 139 HANDLE this_thread = GetCurrentThread(); local
144 GetThreadTimes(this_thread, &creation_time, &exit_time, &kernel_time,
  /art/test/931-agent-thread/
agent_thread.cc 51 jthread this_thread; local
52 jvmtiError this_thread_result = jenv->GetCurrentThread(&this_thread);
54 CHECK(!env->IsSameObject(this_thread, data->main_thread));
58 jvmtiError info_result = jenv->GetThreadInfo(this_thread, &info);
80 if (env->IsSameObject(threads[i], this_thread)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_atheos.h 104 atomic_t this_thread; local
108 this_thread = atomic_add(&thread_count, 1);
109 PyOS_snprintf(name, sizeof(name), "python thread (%d)", this_thread);
thread_beos.h 120 int32 this_thread; local
125 this_thread = atomic_add( &thread_count, 1 );
127 "python thread (%d)", this_thread );
  /external/libvpx/libvpx/test/
register_state_check.h 57 const HANDLE this_thread = GetCurrentThread(); local
58 EXPECT_TRUE(this_thread != NULL);
60 const bool context_saved = GetThreadContext(this_thread, context) == TRUE;
  /external/python/cpython2/Python/
thread_atheos.h 104 atomic_t this_thread; local
108 this_thread = atomic_add(&thread_count, 1);
109 PyOS_snprintf(name, sizeof(name), "python thread (%d)", this_thread);
thread_beos.h 120 int32 this_thread; local
125 this_thread = atomic_add( &thread_count, 1 );
127 "python thread (%d)", this_thread );
  /external/libcxx/src/
thread.cpp 111 namespace this_thread namespace
123 } // this_thread
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
thread.cpp 111 namespace this_thread namespace
123 } // this_thread
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 171 namespace this_thread { }
223 namespace this_thread { inline namespace __7 { } } namespace in namespace:std
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 171 namespace this_thread { }
223 namespace this_thread { inline namespace __7 { } } namespace in namespace:std
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++config.h 171 namespace this_thread { }
223 namespace this_thread { inline namespace __7 { } } namespace in namespace:std
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++config.h 171 namespace this_thread { }
223 namespace this_thread { inline namespace __7 { } } namespace in namespace:std
    [all...]
  /art/runtime/
thread.cc 1628 Thread* this_thread = const_cast<Thread*>(thread); local
1941 Thread* this_thread = const_cast<Thread*>(this); local
2775 Thread* this_thread = const_cast<Thread*>(this); local
    [all...]

Completed in 2403 milliseconds