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

  /external/opencv3/modules/core/src/
parallel_pthreads.cpp 127 static void* thread_loop_wrapper(void* thread_object);
322 void* ForThread::thread_loop_wrapper(void* thread_object)
324 ((ForThread*)thread_object)->thread_body();
  /art/runtime/
debugger.cc 1984 mirror::Object* thread_object = gRegistry->Get<mirror::Object*>(thread_id, &error); local
1999 mirror::Object* thread_object = gRegistry->Get<mirror::Object*>(thread_id, &error); local
    [all...]

Completed in 101 milliseconds