Searched refs:RDebugRunnable (Results 1 – 1 of 1) sorted by relevance
272 class RDebugRunnable { class274 RDebugRunnable(rdebug_callback_handler_t handler, in RDebugRunnable() function in crazy::__anon743a42b70211::RDebugRunnable288 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()