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

  /external/v8/tools/testrunner/server/
daemon.py 32 def daemonize(self): member in class:Daemon
99 self.daemonize()
  /external/netperf/src/
netserver.c 215 /* we only know how to spawn in WIN32, not daemonize */
1379 daemonize() { function
1433 "%s called on platform which cannot daemonize\n",
1495 will again take a fork() path via daemonize() and will not come
    [all...]
  /external/wpa_supplicant_8/hostapd/
main.c 412 static int hostapd_global_run(struct hapd_interfaces *ifaces, int daemonize,
434 if (daemonize) {
642 int c, debug = 0, daemonize = 0; local
684 daemonize++;
876 if (hostapd_global_run(&interfaces, daemonize, pid_file)) {
hostapd_cli.c 1825 int daemonize = 0; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_priv.c 1208 int daemonize = 0; local
1227 daemonize++;
1265 if (daemonize && os_daemonize(pid_file) && eloop_sock_requeue())
1284 if (daemonize)
wpa_cli.c 4318 int daemonize = 0; local
    [all...]
wpa_supplicant_i.h 128 * daemonize - Run %wpa_supplicant in the background
130 int daemonize; member in struct:wpa_params
140 * If this and daemonize are set, process ID of the background process
    [all...]

Completed in 1692 milliseconds