Searched defs:RDebugRunnable (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_rdebug.cpp272 class RDebugRunnable { class in namespace:crazy::__anon11492
274 RDebugRunnable(rdebug_callback_handler_t handler, function in class:crazy::__anon11492::RDebugRunnable
288 void RDebugRunnable::Run(void* opaque) {
289 RDebugRunnable* runnable = static_cast<RDebugRunnable*>(opaque);
309 RDebugRunnable* runnable = new RDebugRunnable(handler, this, entry);
312 if (!(*post_for_later_execution_)(context, &RDebugRunnable::Run, runnable)) {

Completed in 62 milliseconds