HomeSort by relevance Sort by last modified time
    Searched full:thread_ptr (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
threads.h 34 typedef std::thread* THREAD_PTR;
54 THREAD_PTR* pThreads;
threads.cpp 967 pPool->pThreads = new THREAD_PTR[pPool->numThreads];
    [all...]
  /art/runtime/openjdkjvmti/
ti_thread.h 62 static jvmtiError GetCurrentThread(jvmtiEnv* env, jthread* thread_ptr);
ti_thread.cc 146 jvmtiError ThreadUtil::GetCurrentThread(jvmtiEnv* env ATTRIBUTE_UNUSED, jthread* thread_ptr) {
158 *thread_ptr = thread_peer;
    [all...]
OpenjdkJvmTi.cc 126 static jvmtiError GetCurrentThread(jvmtiEnv* env, jthread* thread_ptr) {
128 return ThreadUtil::GetCurrentThread(env, thread_ptr);
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
server.c 724 static struct inferior_list_entry *thread_ptr; local
849 thread_ptr = all_threads.head;
851 thread_to_gdb_id ((struct thread_info *)thread_ptr));
852 thread_ptr = thread_ptr->next;
857 if (thread_ptr != NULL) {
859 thread_to_gdb_id ((struct thread_info *)thread_ptr));
860 thread_ptr = thread_ptr->next;
    [all...]
  /art/runtime/openjdkjvmti/include/
jvmti.h     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/include/
jvmti.h     [all...]
  /prebuilts/jdk/jdk8/linux-x86/include/
jvmti.h     [all...]

Completed in 1163 milliseconds