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

  /system/extras/tests/cpueater/
Android.mk 26 LOCAL_MODULE := daemonize
29 LOCAL_SRC_FILES := daemonize.c
  /external/wpa_supplicant/
main.c 158 params.daemonize++;
wpa_cli.c 1606 int daemonize = 0; local
    [all...]
wpa_supplicant_i.h 101 * daemonize - Run %wpa_supplicant in the background
103 int daemonize; member in struct:wpa_params
124 * If this and daemonize are set, process ID of the background process
wpa_supplicant.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
main.c 144 params.daemonize++;
wpa_priv.c 1144 int daemonize = 0; local
1159 daemonize++;
1197 if (daemonize && os_daemonize(pid_file))
wpa_cli.c 1921 int daemonize = 0; local
    [all...]
wpa_supplicant.c     [all...]
wpa_supplicant_i.h 107 * daemonize - Run %wpa_supplicant in the background
109 int daemonize; member in struct:wpa_params
119 * If this and daemonize are set, process ID of the background process
  /external/qemu/
vl-android.c 291 int daemonize = 0; variable
    [all...]
vl.c 254 int daemonize = 0; variable
    [all...]
  /external/kernel-headers/original/linux/
sched.h     [all...]
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_linux.c 377 #define DAEMONIZE(a) daemonize(a); \
383 #define DAEMONIZE(a) daemonize(); \
992 DAEMONIZE("dhd_sysioc");
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_iw.c 170 #define DAEMONIZE(a) daemonize(a); \
176 #define DAEMONIZE(a) daemonize(); \
    [all...]

Completed in 149 milliseconds