Example #1
0
 public static extern void survive_simple_close(SurviveSimpleContextPtr actx);
Example #2
0
 public static extern bool survive_simple_is_running(SurviveSimpleContextPtr actx);
Example #3
0
 public static extern SurviveSimpleObjectPtr survive_simple_get_next_updated(SurviveSimpleContextPtr actx);
Example #4
0
 public static extern bool survive_simple_wait_for_update(SurviveSimpleContextPtr actx);
Example #5
0
 public static extern SurviveSimpleObjectPtr survive_simple_get_next_object(SurviveSimpleContextPtr actx,
                                                                            SurviveSimpleObjectPtr aso);
Example #6
0
 public static extern SurviveSimpleObjectPtr survive_simple_get_first_object(SurviveSimpleContextPtr actx);
Example #7
0
 public static extern void survive_simple_start_thread(SurviveSimpleContextPtr actx);