Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_rdebug.h169 readonly_entries_(false), post_for_later_execution_(NULL), in RDebug()
183 post_for_later_execution_ = poster; in SetDelayedCallbackPoster()
225 rdebug_callback_poster_t post_for_later_execution_; variable
Dcrazy_linker_rdebug.cpp304 if (!post_for_later_execution_) { in PostCallback()
312 if (!(*post_for_later_execution_)(context, &RDebugRunnable::Run, runnable)) { in PostCallback()