Home
last modified time | relevance | path

Searched refs:isDaemon (Results 1 – 25 of 32) sorted by relevance

12

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DThreadFactoryBuilderTest.java65 assertEquals(defaultThread.isDaemon(), thread.isDaemon()); in testThreadFactoryBuilder_defaults()
114 assertFalse(thread.isDaemon()); in testDaemon_false()
120 assertTrue(thread.isDaemon()); in testDaemon_true()
202 assertEquals(THREAD_DAEMON, thread.isDaemon()); in testThreadFactory()
DMoreExecutorsTest.java590 assertTrue(executor.getThreadFactory().newThread(EMPTY_RUNNABLE).isDaemon()); in testGetExitingExecutorService_executorSetToUseDaemonThreads()
618 assertTrue(executor.getThreadFactory().newThread(EMPTY_RUNNABLE).isDaemon()); in testGetExitingScheduledExecutorService_executorSetToUseDaemonThreads()
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DThreadFactoryBuilderTest.java65 assertEquals(defaultThread.isDaemon(), thread.isDaemon()); in testThreadFactoryBuilder_defaults()
114 assertFalse(thread.isDaemon()); in testDaemon_false()
120 assertTrue(thread.isDaemon()); in testDaemon_true()
202 assertEquals(THREAD_DAEMON, thread.isDaemon()); in testThreadFactory()
DMoreExecutorsTest.java590 assertTrue(executor.getThreadFactory().newThread(EMPTY_RUNNABLE).isDaemon()); in testGetExitingExecutorService_executorSetToUseDaemonThreads()
618 assertTrue(executor.getThreadFactory().newThread(EMPTY_RUNNABLE).isDaemon()); in testGetExitingScheduledExecutorService_executorSetToUseDaemonThreads()
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/concurrent/
DBasicThreadFactoryTest.java179 assertEquals(flag, t.isDaemon(), "Wrong daemon flag"); in checkDaemonFlag()
216 assertTrue(t1.isDaemon(), "No daemon thread"); in testNewThreadNoDaemonFlag()
218 assertFalse(t2.isDaemon(), "A daemon thread"); in testNewThreadNoDaemonFlag()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DThreadPoolDispatcher.kt42 t.isDaemon = true in <lambda>()
DDefaultExecutor.kt137 isDaemon = true in createThreadSync()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/knit/
DClosedAfterGuideTestExecutor.kt21 isDaemon = true in newSingleThreadContext()
/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/junit/
DCoroutinesTimeoutImpl.kt31 val testThread = Thread(testResult, "Timeout test thread").apply { isDaemon = true } in runWithTimeoutDumpingCoroutines()
/external/bcc/tools/
Dtclflow_example.txt51 3 27722 27731 3.145 -> java/lang/Thread.isDaemon
52 3 27722 27731 3.145 <- java/lang/Thread.isDaemon
Drubyflow_example.txt51 3 27722 27731 3.145 -> java/lang/Thread.isDaemon
52 3 27722 27731 3.145 <- java/lang/Thread.isDaemon
Dpythonflow_example.txt51 3 27722 27731 3.145 -> java/lang/Thread.isDaemon
52 3 27722 27731 3.145 <- java/lang/Thread.isDaemon
Dperlflow_example.txt51 3 27722 27731 3.145 -> java/lang/Thread.isDaemon
52 3 27722 27731 3.145 <- java/lang/Thread.isDaemon
Djavaflow_example.txt51 3 27722 27731 3.145 -> java/lang/Thread.isDaemon
52 3 27722 27731 3.145 <- java/lang/Thread.isDaemon
Dphpflow_example.txt51 3 27722 27731 3.145 -> java/lang/Thread.isDaemon
52 3 27722 27731 3.145 <- java/lang/Thread.isDaemon
/external/bcc/tools/lib/
Duflow_example.txt51 3 27722 27731 3.145 -> java/lang/Thread.isDaemon
52 3 27722 27731 3.145 <- java/lang/Thread.isDaemon
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.train.-looper-thread.pbtxt26 name: "isDaemon"
/external/okio/okio/src/jvmMain/kotlin/okio/
DAsyncTimeout.kt175 isDaemon = true
/external/opencensus-java/exporters/stats/signalfx/src/test/java/io/opencensus/exporter/stats/signalfx/
DSignalFxStatsExporterWorkerThreadTest.java97 assertTrue(thread.isDaemon()); in createThread()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/
DDebugProbesImpl.kt92 weakRefCleanerThread = thread(isDaemon = true, name = "Coroutines Debugger Cleaner") { in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DCoroutineScheduler.kt595 isDaemon = true in <lambda>()
/external/emma/core/java12/com/vladium/emma/rt/
DAppRunner.java861 if (! aliveThreads [t].isDaemon ()) in joinNonDeamonThreads()
/external/python/cpython2/Lib/
Dthreading.py1023 def isDaemon(self): member in Thread
/external/python/cpython3/Lib/
Dthreading.py1199 def isDaemon(self): member in Thread
/external/python/cpython3/Lib/test/
Dtest_threading.py469 t.isDaemon()

12