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

  /external/chromium_org/components/nacl/loader/nonsfi/
irt_thread.cc 35 void* thread_ptr; member in struct:nacl::nonsfi::__anon11047::ThreadContext
46 g_thread_ptr = context->thread_ptr;
56 int IrtThreadCreate(void (*start_func)(), void* stack, void* thread_ptr) {
74 context->thread_ptr = thread_ptr;
103 int IrtTlsInit(void* thread_ptr) {
104 g_thread_ptr = thread_ptr;
  /external/lldb/include/lldb/Target/
ThreadList.h 89 GetThreadSPForThreadPtr (Thread *thread_ptr);
  /external/valgrind/main/coregrind/m_gdbserver/
server.c 640 static struct inferior_list_entry *thread_ptr; local
714 thread_ptr = all_threads.head;
716 thread_to_gdb_id ((struct thread_info *)thread_ptr));
717 thread_ptr = thread_ptr->next;
722 if (thread_ptr != NULL) {
724 thread_to_gdb_id ((struct thread_info *)thread_ptr));
725 thread_ptr = thread_ptr->next;
    [all...]
  /external/lldb/source/Target/
ThreadList.cpp 202 ThreadList::GetThreadSPForThreadPtr (Thread *thread_ptr)
205 if (thread_ptr)
213 if (m_threads[idx].get() == thread_ptr)

Completed in 327 milliseconds