Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dcominterop.c2255 MonoObject* handle_target = mono_gchandle_get_target (ccw_iter->gc_handle); in mono_marshal_free_ccw() local
2261 gboolean destroy_ccw = !handle_target || handle_target == object; in mono_marshal_free_ccw()
2262 if (!handle_target) { in mono_marshal_free_ccw()
/dports/devel/openocd/openocd-0.11.0/src/target/
H A Dtarget.c1525 static int handle_target(void *priv);
1605 retval = target_register_timer_callback(&handle_target, in target_init()
2935 static int handle_target(void *priv) in handle_target() function
/dports/devel/openocd/openocd-0.11.0/
H A DChangeLog20615 …checked in the handle_target timer callback. All target polling(including power/reset state) is n…