Searched refs:daemon (Results 1 - 25 of 301) sorted by relevance

1234567891011>>

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_multiprocessing.py191 self.assertTrue(not current.daemon)
216 p.daemon = True
222 self.assertEqual(p.daemon, True)
255 p.daemon = True
290 p.daemon = True
344 p.daemon = True
354 p.daemon = True
391 uppercaser.daemon = True
435 proc.daemon = True
502 proc.daemon
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_multiprocessing.py191 self.assertTrue(not current.daemon)
216 p.daemon = True
222 self.assertEqual(p.daemon, True)
255 p.daemon = True
290 p.daemon = True
344 p.daemon = True
354 p.daemon = True
391 uppercaser.daemon = True
435 proc.daemon = True
502 proc.daemon
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dprocess.py171 def daemon(self): member in class:Process
173 Return whether process is a daemon
177 @daemon.setter
178 def daemon(self, daemonic): member in class:Process
180 Set whether process is a daemon
237 status, self._daemonic and ' daemon' or '')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dprocess.py171 def daemon(self): member in class:Process
173 Return whether process is a daemon
177 @daemon.setter
178 def daemon(self, daemonic): member in class:Process
180 Set whether process is a daemon
237 status, self._daemonic and ' daemon' or '')
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
H A Dtest_thread.py99 rt.daemon = True
117 t.daemon = True
227 rt.daemon = True
245 t.daemon = True
353 rt.daemon = True
370 dt.daemon = True
377 t.daemon = True
H A Dtest_lock.py81 t.daemon = True
119 t.daemon = True
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
H A Dtest_thread.py99 rt.daemon = True
117 t.daemon = True
227 rt.daemon = True
245 t.daemon = True
353 rt.daemon = True
370 dt.daemon = True
377 t.daemon = True
H A Dtest_lock.py81 t.daemon = True
119 t.daemon = True
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dthreading.py709 return current_thread().daemon
719 status += " daemon"
770 # happen when a daemon thread wakes up at an unfortunate
1007 def daemon(self): member in class:Thread
1008 """A boolean value indicating whether this thread is a daemon thread (True) or not (False).
1012 main thread is not a daemon thread and therefore all threads created in
1013 the main thread default to daemon = False.
1015 The entire Python program exits when no alive non-daemon threads are
1022 @daemon.setter
1023 def daemon(sel member in class:Thread
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dthreading.py709 return current_thread().daemon
719 status += " daemon"
770 # happen when a daemon thread wakes up at an unfortunate
1007 def daemon(self): member in class:Thread
1008 """A boolean value indicating whether this thread is a daemon thread (True) or not (False).
1012 main thread is not a daemon thread and therefore all threads created in
1013 the main thread default to daemon = False.
1015 The entire Python program exits when no alive non-daemon threads are
1022 @daemon.setter
1023 def daemon(sel member in class:Thread
[all...]
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
H A Dunistd.h180 extern int daemon(int, int);
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
H A Dunistd.h180 extern int daemon(int, int);
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
H A Dunistd.h180 extern int daemon(int, int);
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
H A Dunistd.h180 extern int daemon(int, int);
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
H A Dunistd.h186 extern int daemon(int, int);
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
H A Dunistd.h186 extern int daemon(int, int);
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
H A Dunistd.h172 extern int daemon(int, int);
/prebuilts/ndk/5/platforms/android-4/arch-arm/usr/include/
H A Dunistd.h172 extern int daemon(int, int);
/prebuilts/ndk/5/platforms/android-5/arch-arm/usr/include/
H A Dunistd.h172 extern int daemon(int, int);
/prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
H A Dunistd.h177 extern int daemon(int, int);
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
H A Dunistd.h181 extern int daemon(int, int);
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
H A Dunistd.h172 extern int daemon(int, int);
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
H A Dunistd.h172 extern int daemon(int, int);
/prebuilts/ndk/6/platforms/android-4/arch-arm/usr/include/
H A Dunistd.h172 extern int daemon(int, int);
/prebuilts/ndk/6/platforms/android-4/arch-x86/usr/include/
H A Dunistd.h172 extern int daemon(int, int);

Completed in 452 milliseconds

1234567891011>>