HomeSort by relevance Sort by last modified time
    Searched refs:thread_list (Results 26 - 46 of 46) sorted by null

12

  /external/mesa3d/src/gtest/src/
gtest-port.cc 87 thread_act_array_t thread_list; local
88 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
90 // task_threads allocates resources in thread_list and we need to free them
93 reinterpret_cast<vm_address_t>(thread_list),
  /external/protobuf/gtest/src/
gtest-port.cc 83 thread_act_array_t thread_list; local
84 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
86 // task_threads allocates resources in thread_list and we need to free them
89 reinterpret_cast<vm_address_t>(thread_list),
  /external/lldb/test/python_api/target/
TestTargetAPI.py 134 thread_list = lldbutil.get_threads_stopped_at_breakpoint (process, breakpoint)
135 self.assertTrue (len(thread_list) == 1)
  /external/gtest/src/
gtest-port.cc 93 thread_act_array_t thread_list; local
94 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
96 // task_threads allocates resources in thread_list and we need to free them
99 reinterpret_cast<vm_address_t>(thread_list),
  /ndk/sources/third_party/googletest/googletest/src/
gtest-port.cc 92 thread_act_array_t thread_list; local
93 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
95 // task_threads allocates resources in thread_list and we need to free them
98 reinterpret_cast<vm_address_t>(thread_list),
  /art/runtime/
monitor.cc 33 #include "thread_list.h"
682 ThreadList* thread_list = Runtime::Current()->GetThreadList(); local
691 owner = thread_list->SuspendThreadByThreadId(owner_thread_id, false, &timed_out);
701 thread_list->Resume(owner, false);
    [all...]
runtime.cc 80 #include "thread_list.h"
160 // could call RosAlloc::InspectAll() which needs the thread_list
259 ThreadList* thread_list = runtime->GetThreadList(); variable
260 if (thread_list != nullptr) {
270 thread_list->DumpLocked(os);
    [all...]
profiler.cc 39 #include "thread_list.h"
222 ThreadList* thread_list = runtime->GetThreadList(); local
225 size_t barrier_count = thread_list->RunCheckpointOnRunnableThreads(&check_point);
debugger.cc 51 #include "thread_list.h"
2396 ThreadList* thread_list = Runtime::Current()->GetThreadList(); local
3371 ThreadList* thread_list = Runtime::Current()->GetThreadList(); local
3587 ThreadList* thread_list = Runtime::Current()->GetThreadList(); local
    [all...]
Android.mk 147 thread_list.cc \
thread.cc 66 #include "thread_list.h"
349 void Thread::Init(ThreadList* thread_list, JavaVMExt* java_vm) {
368 tls32_.thin_lock_thread_id = thread_list->AllocThreadId(this);
372 thread_list->Register(this);
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest-port.cc 93 thread_act_array_t thread_list; local
94 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
96 // task_threads allocates resources in thread_list and we need to free them
99 reinterpret_cast<vm_address_t>(thread_list),
    [all...]
  /art/runtime/gc/allocator/
rosalloc.cc 22 #include "thread_list.h"
1719 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); local
1744 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); local
2018 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); local
    [all...]
  /art/runtime/gc/collector/
mark_sweep.cc 44 #include "thread_list.h"
983 ThreadList* thread_list = Runtime::Current()->GetThreadList(); local
    [all...]
  /art/oatdump/
oatdump.cc 53 #include "thread_list.h"
1080 ThreadList* thread_list = Runtime::Current()->GetThreadList(); local
    [all...]
  /external/chromium_org/v8/tools/
grokdump.py 572 thread_list = MINIDUMP_THREAD_LIST.Read(self.minidump, d.location.rva)
573 assert ctypes.sizeof(thread_list) == d.location.data_size
574 DebugPrint(thread_list)
575 for thread in thread_list.threads:
    [all...]
  /external/lldb/source/Target/
Process.cpp     [all...]
  /art/runtime/gc/
heap.cc 69 #include "thread_list.h"
2663 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]

Completed in 632 milliseconds

12