HomeSort by relevance Sort by last modified time
    Searched refs:daemonize (Results 1 - 12 of 12) sorted by null

  /system/extras/tests/cpueater/
Android.mk 26 LOCAL_MODULE := daemonize
29 LOCAL_SRC_FILES := daemonize.c
  /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");
  /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_cli.c 3666 int daemonize = 0; local
    [all...]
wpa_supplicant.c     [all...]
  /external/chromium_org/remoting/tools/
me2me_virtual_host.py 650 def daemonize(): function
    [all...]
  /external/kernel-headers/original/linux/
sched.h     [all...]

Completed in 477 milliseconds