OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:post_fork_parent_callback
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/sandbox/linux/services/
init_process_reaper.h
16
// If not NULL, |
post_fork_parent_callback
| will run in the parent almost
21
base::Closure*
post_fork_parent_callback
);
init_process_reaper.cc
26
bool CreateInitProcessReaper(base::Closure*
post_fork_parent_callback
) {
57
if (
post_fork_parent_callback
)
58
post_fork_parent_callback
->Run();
/external/chromium_org/sandbox/linux/suid/client/
setuid_sandbox_client.h
59
bool CreateInitProcessReaper(base::Closure*
post_fork_parent_callback
);
setuid_sandbox_client.cc
212
base::Closure*
post_fork_parent_callback
) {
213
return sandbox::CreateInitProcessReaper(
post_fork_parent_callback
);
/external/chromium_org/content/zygote/
zygote_main_linux.cc
381
static bool CreateInitProcessReaper(base::Closure*
post_fork_parent_callback
) {
385
sandbox::CreateInitProcessReaper(
post_fork_parent_callback
);
396
base::Closure*
post_fork_parent_callback
) {
424
CHECK(CreateInitProcessReaper(
post_fork_parent_callback
));
523
base::Closure*
post_fork_parent_callback
) {
537
CHECK(EnterSuidSandbox(setuid_sandbox,
post_fork_parent_callback
))
547
base::Closure *
post_fork_parent_callback
= NULL;
local
567
post_fork_parent_callback
= &close_sancov_socket_fds;
595
post_fork_parent_callback
);
Completed in 119 milliseconds