Searched refs:child_watch_callback (Results 1 – 2 of 2) sorted by relevance
/third_party/glib/tests/ |
D | child-test.c | 90 child_watch_callback (GPid pid, gint status, gpointer data) in child_watch_callback() function 129 g_source_set_callback (source, (GSourceFunc) child_watch_callback, data, NULL); in test_thread() 180 g_child_watch_add (pid, (GChildWatchFunc) child_watch_callback, in main() 183 g_child_watch_add (pid, (GChildWatchFunc) child_watch_callback, in main()
|
/third_party/glib/glib/ |
D | gmain.c | 5592 GChildWatchFunc child_watch_callback = (GChildWatchFunc) callback; in g_child_watch_dispatch() local 5603 (child_watch_callback) (child_watch_source->pid, child_watch_source->child_status, user_data); in g_child_watch_dispatch()
|