Searched refs:GChildWatchSource (Results 1 – 2 of 2) sorted by relevance
224 typedef struct _GChildWatchSource GChildWatchSource; typedef5207 GChildWatchSource *child_watch_source; in g_child_watch_check()5210 child_watch_source = (GChildWatchSource *) source; in g_child_watch_check()5326 GChildWatchSource *source = node->data; in dispatch_unix_signals_unlocked()5380 GChildWatchSource *child_watch_source; in g_child_watch_prepare()5382 child_watch_source = (GChildWatchSource *) source; in g_child_watch_prepare()5390 GChildWatchSource *child_watch_source; in g_child_watch_check()5392 child_watch_source = (GChildWatchSource *) source; in g_child_watch_check()5591 GChildWatchSource *child_watch_source; in g_child_watch_dispatch()5594 child_watch_source = (GChildWatchSource *) source; in g_child_watch_dispatch()[all …]
2339 - !446 gmain: Fix data races in GUnixSignalWatchSource and GChildWatchSource