HomeSort by relevance Sort by last modified time
    Searched full:daemonize (Results 1 - 25 of 36) sorted by null

1 2

  /system/extras/tests/cpueater/
Android.mk 26 LOCAL_MODULE := daemonize
29 LOCAL_SRC_FILES := daemonize.c
daemonize.c 100 snprintf(lockid, 32, "daemonize%d", (int) getpid());
  /external/qemu/
os-posix.c 53 static int daemonize; variable
201 daemonize = 1;
242 if (daemonize) {
293 if (daemonize) {
317 if (daemonize) {
328 if (daemonize) {
331 perror("daemonize. Writing to pipe\n");
qemu-options.hx     [all...]
Changelog 178 - '-daemonize' option (Anthony Liguori)
  /external/openssh/
start-ssh 35 # don't daemonize - otherwise we can't stop the sshd service
  /external/chromium_org/third_party/libjingle/source/talk/base/
posix.cc 63 // Fork intermediate child to daemonize.
141 LOG(LS_ERROR) << "Failed to daemonize";
  /external/chromium_org/v8/tools/testrunner/server/
daemon.py 32 def daemonize(self): member in class:Daemon
99 self.daemonize()
  /external/wpa_supplicant_8/hostapd/
main.c 444 static int hostapd_global_run(struct hapd_interfaces *ifaces, int daemonize,
466 if (daemonize && os_daemonize(pid_file)) {
571 int c, debug = 0, daemonize = 0; local
604 daemonize++;
676 if (hostapd_global_run(&interfaces, daemonize, pid_file)) {
hostapd_cli.c 1061 int daemonize = 0; local
1075 daemonize = 1;
1158 if (daemonize && os_daemonize(pid_file))
  /external/wpa_supplicant_8/wpa_supplicant/
main.c 171 params.daemonize++;
wpa_priv.c 956 int daemonize = 0; local
971 daemonize++;
1009 if (daemonize && os_daemonize(pid_file))
wpa_supplicant_i.h 123 * daemonize - Run %wpa_supplicant in the background
125 int daemonize; member in struct:wpa_params
135 * If this and daemonize are set, process ID of the background process
wpa_supplicant.c     [all...]
  /external/dropbear/
svr-main.c 142 dropbear_exit("Failed to daemonize: %s", strerror(errno));
  /external/chromium_org/remoting/tools/
me2me_virtual_host.py 657 def daemonize(): function
    [all...]
  /external/mdnsresponder/mDNSPosix/
mDNSUNP.c 673 // daemonize the process. Adapted from "Unix Network Programming" vol 1 by Stevens, section 12.4.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpulse.so 
libpulse.so.0 
libpulse.so.0.4 
libpulse.so.0.4.1 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libpulse.so 
libpulse.so.0 
libpulse.so.0.4 
libpulse.so.0.4.1 

Completed in 572 milliseconds

1 2