Searched refs:PostCallback (Results 1 – 3 of 3) sorted by relevance
16 bool PostCallback(crazy_callback_t* callback, void* poster_opaque) { in PostCallback() function57 crazy_context_set_callback_poster(context, &PostCallback, &callback); in main()64 if (poster != &PostCallback || poster_opaque != &callback) { in main()
211 bool PostCallback(rdebug_callback_handler_t handler, link_map_t* entry);215 if (!PostCallback(handler, entry)) in RunOrDelay()
302 bool RDebug::PostCallback(rdebug_callback_handler_t handler, in PostCallback() function in crazy::RDebug