Home
last modified time | relevance | path

Searched refs:RDebugRunnable (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_rdebug.cpp272 class RDebugRunnable { class
274 RDebugRunnable(rdebug_callback_handler_t handler, in RDebugRunnable() function in crazy::__anon743a42b70211::RDebugRunnable
288 void RDebugRunnable::Run(void* opaque) { in Run()
289 RDebugRunnable* runnable = static_cast<RDebugRunnable*>(opaque); in Run()
309 RDebugRunnable* runnable = new RDebugRunnable(handler, this, entry); in PostCallback()
312 if (!(*post_for_later_execution_)(context, &RDebugRunnable::Run, runnable)) { in PostCallback()