Home
last modified time | relevance | path

Searched refs:daemonized (Results 1 – 9 of 9) sorted by relevance

/external/igt-gpu-tools/tools/
Dintel_forcewaked.c41 bool daemonized; variable
45 if (daemonized) \
75 daemonized = true; in main()
77 if (daemonized) { in main()
103 if (daemonized) { in main()
/external/ltp/doc/
Dnamespaces-helper-tools.txt13 ** child is then daemonized and is running in the background
14 ** PID of the daemonized child process is printed on the stdout
15 ** the new namespace(s) is(are) maintained by the daemonized child process
16 ** namespace(s) can be removed by killing the daemonized process
37 # Creates a new network and ipc namespace and stores the PID of the daemonized
58 # By killing the daemonized process we also delete the namespace
/external/iputils/ninfod/
Dninfod.h77 extern int daemonized; /* ninfod.c */
91 if (daemonized) { \
Dninfod.c136 int daemonized; variable
432 if (daemonized && opt_p) { in cleanup_pidfile()
489 daemonized = 1; in do_daemonize()
/external/openssh/
Dmisc.h35 int daemonized(void);
Dmisc.c1708 daemonized(void) in daemonized() function
Dsshd.c1976 already_daemon = daemonized();
/external/libwebsockets/READMEs/
DREADME.test-apps.md80 background and return immediately. In this daemonized mode all stderr is
/external/strace/
DChangeLog46315 Don't set skip_startup_execve to 1 if NOMMU and not in daemonized mode
46522 Fix NOMMU + daemonized tracer SEGV.