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

  /external/openssh/openbsd-compat/
daemon.c 1 /* $OpenBSD: daemon.c,v 1.6 2005/08/08 08:05:33 espie Exp $ */
31 /* OPENBSD ORIGINAL: lib/libc/gen/daemon.c */
52 daemon(int nochdir, int noclose) function
  /bionic/libc/bionic/
daemon.c 32 int daemon( int nochdir, int noclose ) function
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
NamedThreadFactory.java 49 private boolean daemon; field in class:NamedThreadFactory
57 public NamedThreadFactory( String name, boolean daemon )
59 this( name, daemon, Executors.defaultThreadFactory() );
67 public NamedThreadFactory( String name, boolean daemon, ThreadFactory delegate )
70 this.daemon = daemon;
79 result.setDaemon(daemon);
  /external/dropbear/
compat.c 51 * daemon() and getusershell() is copyright as follows:
161 int daemon(int nochdir, int noclose) { function
  /external/guava/guava/src/com/google/common/util/concurrent/
ThreadFactoryBuilder.java 30 * <li> whether threads should be marked as {@linkplain Thread#setDaemon daemon}
47 private Boolean daemon = null; field in class:ThreadFactoryBuilder
74 * Sets daemon or not for new threads created with this ThreadFactory.
76 * @param daemon whether or not new Threads created with this ThreadFactory
77 * will be daemon threads
80 public ThreadFactoryBuilder setDaemon(boolean daemon) {
81 this.daemon = daemon;
148 final Boolean daemon = builder.daemon; local
    [all...]
  /external/mdnsresponder/mDNSPosix/
PosixDaemon.c 17 File: daemon.c
24 // In Mac OS X 10.5 and later trying to use the daemon function gives a ??daemon? is deprecated?
26 // Since this is supposed to be portable cross-platform code, we don't care that daemon is
28 #define daemon yes_we_know_that_daemon_is_deprecated_in_os_x_10_5_thankyou macro
42 #undef daemon macro
43 extern int daemon(int, int);
48 #include "mDNSUNP.h" // For daemon()
73 // On successful registration of dot-local mDNS host name, daemon may want to check if
91 // %%% Reconfigure() probably belongs in the platform support layer (mDNSPosix.c), not the daemon cd
    [all...]
mDNSUNP.c 681 int daemon(int nochdir, int noclose) function
Responder.c 19 // In Mac OS X 10.5 and later trying to use the daemon function gives a ??daemon? is deprecated?
21 // Since this is supposed to be portable cross-platform code, we don't care that daemon is
23 #define daemon yes_we_know_that_daemon_is_deprecated_in_os_x_10_5_thankyou macro
36 #undef daemon macro
37 extern int daemon(int, int);
42 #include "mDNSUNP.h" // For daemon()
225 fprintf(stderr, " -b forces daemon (background) mode\n");
664 // If we're told to run as a daemon, then do that straight away.
672 fprintf(stderr, "%s: Starting in daemon mode\n", gProgramName)
    [all...]
  /external/chromium-trace/trace-viewer/examples/stream_server/
standalone.py 816 daemon = True variable in class:ThreadMonitor
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
standalone.py 812 daemon = True variable in class:ThreadMonitor
    [all...]
  /external/dnsmasq/src/
dnsmasq.c 19 struct daemon *daemon; variable in typeref:struct:daemon
117 if (daemon->edns_pktsz < PACKETSZ)
118 daemon->edns_pktsz = PACKETSZ;
119 daemon->packet_buff_sz = daemon->edns_pktsz > DNSMASQ_PACKETSZ ?
120 daemon->edns_pktsz : DNSMASQ_PACKETSZ;
121 daemon->packet = safe_malloc(daemon->packet_buff_sz);
124 if (!daemon->lease_file
    [all...]
dnsmasq.h 119 /* daemon is function in the C library.... */
120 #define daemon dnsmasq_daemon macro
396 /* actions in the daemon->helper RPC */
596 extern struct daemon { struct
687 } *daemon;
  /frameworks/base/services/java/com/android/server/connectivity/
Vpn.java 760 for (String daemon : mDaemons) {
761 while (!SystemService.isStopped(daemon)) {
786 // Start the daemon with arguments.
793 // Start the daemon.
794 String daemon = mDaemons[i]; local
795 SystemService.start(daemon);
797 // Wait for the daemon to start.
798 while (!SystemService.isRunning(daemon)) {
805 daemon, LocalSocketAddress.Namespace.RESERVED);
853 String daemon = mDaemons[i]; local
    [all...]
  /libcore/luni/src/main/java/java/lang/
Thread.java 130 volatile boolean daemon; field in class:Thread
355 Thread(ThreadGroup group, String name, int priority, boolean daemon) {
375 this.daemon = daemon;
704 * Tests whether this is a daemon thread.
705 * A daemon thread only runs as long as there are non-daemon threads running.
706 * When the last non-daemon thread ends, the runtime will exit. This is not
710 return daemon;
856 * Marks this thread as a daemon thread
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.c 19 // In Mac OS X 10.5 and later trying to use the daemon function gives a ??daemon? is deprecated?
21 // Since this is supposed to be portable cross-platform code, we don't care that daemon is
23 #define daemon yes_we_know_that_daemon_is_deprecated_in_os_x_10_5_thankyou macro
43 #undef daemon macro
44 extern int daemon(int, int);
47 // Solaris doesn't have daemon(), so we define it here
49 #include "../mDNSPosix/mDNSUNP.h" // For daemon()
863 // the daemon accepts requests
1037 "dnsextd is a daemon that implements DNS extensions supporting Dynamic DNS Update Leases\n
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 990 milliseconds