Home
last modified time | relevance | path

Searched refs:child_exited (Results 1 – 7 of 7) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/clone/
Dclone05.c22 static volatile int child_exited; variable
34 child_exited = 1; in child_fn()
40 child_exited = 0; in verify_clone()
48 TST_EXP_VAL(child_exited, 1); in verify_clone()
/third_party/glib/glib/tests/
Dspawn-multithreaded.c93 gboolean child_exited; member
105 data->child_exited = TRUE; in on_child_exited()
106 if (data->child_exited && data->stdout_done) in on_child_exited()
141 if (data->child_exited && data->stdout_done) in on_child_stdout()
179 data.child_exited = FALSE; in test_spawn_async_multithreaded_instance()
195 g_assert (data.child_exited); in test_spawn_async_multithreaded_instance()
Dspawn-singlethread.c61 gboolean child_exited; member
73 data->child_exited = TRUE; in on_child_exited()
74 if (data->child_exited && data->stdout_done) in on_child_exited()
104 if (data->child_exited && data->stdout_done) in on_child_stdout()
142 data.child_exited = FALSE; in test_spawn_async()
158 g_assert (data.child_exited); in test_spawn_async()
267 data.child_exited = FALSE; in test_spawn_async_with_fds()
292 g_assert_true (data.child_exited); in test_spawn_async_with_fds()
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/model_converter_utils/
Dmulti_process.cc83 bool child_exited = false; in MainProcess() local
88 child_exited = true; in MainProcess()
93 if (!child_exited) { in MainProcess()
/third_party/toybox/toys/pending/
Dfsck.c253 int status = 0, child_exited; in wait_for() local
262 child_exited = 0; in wait_for()
270 child_exited = 1; in wait_for()
276 if (child_exited) { in wait_for()
/third_party/glib/glib/
Dgmain.c335 gboolean child_exited; /* (atomic) */ member
5208 gboolean child_exited; in g_child_watch_check() local
5212 child_exited = child_watch_source->poll.revents & G_IO_IN; in g_child_watch_check()
5214 if (child_exited) in g_child_watch_check()
5236 return child_exited; in g_child_watch_check()
5328 if (!g_atomic_int_get (&source->child_exited)) in dispatch_unix_signals_unlocked()
5338 g_atomic_int_set (&source->child_exited, TRUE); in dispatch_unix_signals_unlocked()
5345 g_atomic_int_set (&source->child_exited, TRUE); in dispatch_unix_signals_unlocked()
5384 return g_atomic_int_get (&child_watch_source->child_exited); in g_child_watch_prepare()
5394 return g_atomic_int_get (&child_watch_source->child_exited); in g_child_watch_check()
[all …]
Dgtestutils.c3280 child_exited (GPid pid, in child_exited() function
3376 g_source_set_callback (source, (GSourceFunc) child_exited, &data, NULL); in wait_for_child()