/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 | 206 def daemon(self, daemonic): argument 211 self._config['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/python/cpython3/Lib/ |
D | threading.py | 1123 def daemon(self, daemonic): argument 1128 self._daemonic = daemonic 1133 def setDaemon(self, daemonic): argument 1134 self.daemon = daemonic
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.train.-looper-thread.pbtxt | 51 argspec: "args=[\'self\', \'daemonic\'], varargs=None, keywords=None, defaults=None"
|
/external/python/cpython3/Doc/library/ |
D | threading.rst | 101 includes daemonic threads, dummy thread objects created by 241 If you want your threads to stop gracefully, make them non-daemonic and 251 daemonic, and cannot be :meth:`~Thread.join`\ ed. They are never deleted, 275 If not ``None``, *daemon* explicitly sets whether the thread is daemonic. 276 If ``None`` (the default), the daemonic property is inherited from the
|
D | weakref.rst | 562 If you create a finalizer object in a daemonic thread just as the program 564 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 | 552 When a process exits, it attempts to terminate all of its daemonic child 555 Note that a daemonic process is not allowed to create child processes. 556 Otherwise a daemonic process would leave its children orphaned if it gets 559 terminated (and not joined) if non-daemonic processes have exited. 746 consumed. Similarly, if the child process is non-daemonic then the parent 747 process may hang on exit when it tries to join all its non-daemonic children. 2742 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 | 1607 socketserver.ThreadingMixIn now keeps a list of non-daemonic threads to wait 1889 Non-daemonic threads created by a multiprocessing.Process are now joined on
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.7.rst | 1153 Non-daemonic threads created by :class:`~multiprocessing.Process` are now
|
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/ |
D | ospd.txt.gz |
|
/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
|