OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:post_run_func
(Results
1 - 3
of
3
) sorted by null
/system/core/include/cutils/
zygote.h
26
int zygote_run_wait(int argc, const char **argv, void (*
post_run_func
)(int));
/dalvik/dvz/
dvz.c
41
static void
post_run_func
(int pid) {
function
102
err = zygote_run_wait(argc - 1, argv + 1,
post_run_func
);
/system/core/libcutils/
zygote.c
162
int zygote_run_wait(int argc, const char **argv, void (*
post_run_func
)(int))
183
if (pid > 0 &&
post_run_func
!= NULL) {
184
post_run_func
(pid);
Completed in 29 milliseconds