/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/ |
D | multiprocessing_shim.py | 64 def daemon(self, daemonic): argument 65 self._proc.daemon = daemonic
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | fork_windows.pyx.pxi | 28 def setDaemon(self, daemonic): argument 29 self._thread.daemon = daemonic
|
D | fork_posix.pyx.pxi | 101 def setDaemon(self, daemonic): argument 102 self._thread.daemon = daemonic
|
/external/python/cpython2/Lib/multiprocessing/ |
D | process.py | 187 def daemon(self, daemonic): argument 192 self._daemonic = daemonic
|
/external/python/cpython3/Lib/multiprocessing/ |
D | process.py | 197 def daemon(self, daemonic): argument 202 self._config['daemon'] = daemonic
|
/external/python/cpython3/Lib/ |
D | threading.py | 1121 def daemon(self, daemonic): argument 1126 self._daemonic = daemonic 1131 def setDaemon(self, daemonic): argument 1132 self.daemon = daemonic
|
/external/python/cpython2/Lib/ |
D | threading.py | 1016 def daemon(self, daemonic): argument 1021 self.__daemonic = daemonic 1026 def setDaemon(self, daemonic): argument 1027 self.daemon = daemonic
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.train.-looper-thread.pbtxt | 55 argspec: "args=[\'self\', \'daemonic\'], varargs=None, keywords=None, defaults=None"
|
/external/python/cpython3/Doc/library/ |
D | threading.rst | 55 includes daemonic threads, dummy thread objects created by 191 If you want your threads to stop gracefully, make them non-daemonic and 201 daemonic, and cannot be :meth:`~Thread.join`\ ed. They are never deleted, 225 If not ``None``, *daemon* explicitly sets whether the thread is daemonic. 226 If ``None`` (the default), the daemonic property is inherited from the
|
D | weakref.rst | 570 If you create a finalizer object in a daemonic thread just as the program 572 does not get called at exit. However, in a daemonic thread
|
D | socketserver.rst | 125 daemonic threads by setting 133 child processes and non-daemonic threads complete.
|
D | multiprocessing.rst | 540 When a process exits, it attempts to terminate all of its daemonic child 543 Note that a daemonic process is not allowed to create child processes. 544 Otherwise a daemonic process would leave its children orphaned if it gets 547 terminated (and not joined) if non-daemonic processes have exited. 733 consumed. Similarly, if the child process is non-daemonic then the parent 734 process may hang on exit when it tries to join all its non-daemonic children. 2686 put items on the queue will terminate. Remember also that non-daemonic
|
/external/python/cpython2/Doc/library/ |
D | threading.rst | 80 includes daemonic threads, dummy thread objects created by 267 If you want your threads to stop gracefully, make them non-daemonic and 277 daemonic, and cannot be :meth:`join`\ ed. They are never deleted, since it is
|
D | multiprocessing.rst | 414 When a process exits, it attempts to terminate all of its daemonic child 417 Note that a daemonic process is not allowed to create child processes. 418 Otherwise a daemonic process would leave its children orphaned if it gets 421 terminated (and not joined) if non-daemonic processes have exited. 565 consumed. Similarly, if the child process is non-daemonic then the parent 566 process may hang on exit when it tries to join all its non-daemonic children. 2332 put items on the queue will terminate. Remember also that non-daemonic
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0a1.rst | 1608 socketserver.ThreadingMixIn now keeps a list of non-daemonic threads to wait 1890 Non-daemonic threads created by a multiprocessing.Process are now joined on
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.7.rst | 1132 Non-daemonic threads created by :class:`~multiprocessing.Process` are now
|
/external/python/cpython3/Misc/ |
D | HISTORY | 10039 default behaviour of inheriting the daemonic property from the current
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | en-IPA.txt | 13668 $x{daemonic → dɪmɑnɪk ; # demənɪk deɛmɑnɪk
|
D | internal_raw_IPA-old.txt | 47806 daemonic %12694 dɪmˈɔnɪk
|
D | internal_raw_IPA.txt | 40274 daemonic %21341 dɪmˈɔnɪk
|