Home
last modified time | relevance | path

Searched refs:threadGroup (Results 1 – 25 of 475) sorted by relevance

12345678910>>...19

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/pebbl/src/sched/pebbl/
H A DScheduler.cpp43 threadGroup(0) in Scheduler()
63 delete threadGroup[i]; in clearQueues()
64 threadGroup.resize(0); in clearQueues()
89 threadGroup.resize(0); in reset()
116 threadGroup.resize(threadGroup.size()+1); in add()
117 threadGroup[threadGroup.size()-1] = queue; in add()
118 return ((int)threadGroup.size() - 1); in add()
169 item = threadGroup[i]->next(item); in dump()
257 while (group_ndx < threadGroup.size()) { in execute()
262 if (group_ndx < threadGroup.size()) { in execute()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/orbutil/threadpool/
H A DThreadPoolManagerImpl.java53 private ThreadGroup threadGroup; field in ThreadPoolManagerImpl
59 threadGroup = getThreadGroup(); in ThreadPoolManagerImpl()
60 threadPool = new ThreadPoolImpl(threadGroup, in ThreadPoolManagerImpl()
121 boolean isDestroyed = threadGroup.isDestroyed(); in close()
122 int numThreads = threadGroup.activeCount(); in close()
123 int numGroups = threadGroup.activeGroupCount(); in close()
126 wrapper.threadGroupIsDestroyed(threadGroup); in close()
132 wrapper.threadGroupHasSubGroupsInClose(threadGroup, numGroups); in close()
134 threadGroup.destroy(); in close()
137 wrapper.threadGroupDestroyFailed(exc, threadGroup); in close()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/orbutil/threadpool/
H A DThreadPoolManagerImpl.java53 private ThreadGroup threadGroup; field in ThreadPoolManagerImpl
59 threadGroup = getThreadGroup(); in ThreadPoolManagerImpl()
60 threadPool = new ThreadPoolImpl(threadGroup, in ThreadPoolManagerImpl()
121 boolean isDestroyed = threadGroup.isDestroyed(); in close()
122 int numThreads = threadGroup.activeCount(); in close()
123 int numGroups = threadGroup.activeGroupCount(); in close()
126 wrapper.threadGroupIsDestroyed(threadGroup); in close()
132 wrapper.threadGroupHasSubGroupsInClose(threadGroup, numGroups); in close()
134 threadGroup.destroy(); in close()
137 wrapper.threadGroupDestroyFailed(exc, threadGroup); in close()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/awt/
H A DAppContext.java188 private final ThreadGroup threadGroup; field in AppContext
243 AppContext(ThreadGroup threadGroup) { in AppContext() argument
246 this.threadGroup = threadGroup; in AppContext()
247 threadGroup2appContext.put(threadGroup, this); in AppContext()
337 threadGroup = threadGroup.getParent(); in getAppContext()
338 if (threadGroup == null) { in getAppContext()
511 this.threadGroup.interrupt(); in dispose()
521 while ((this.threadGroup.activeCount() > 0) && in dispose()
530 threadGroup.stop(); in dispose()
561 this.threadGroup.destroy(); in dispose()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/awt/
H A DAppContext.java177 private final ThreadGroup threadGroup; field in AppContext
232 AppContext(ThreadGroup threadGroup) { in AppContext() argument
235 this.threadGroup = threadGroup; in AppContext()
236 threadGroup2appContext.put(threadGroup, this); in AppContext()
323 threadGroup = threadGroup.getParent(); in getAppContext()
324 if (threadGroup == null) { in getAppContext()
485 this.threadGroup.interrupt(); in dispose()
495 while ((this.threadGroup.activeCount() > 0) && in dispose()
504 threadGroup.stop(); in dispose()
535 this.threadGroup.destroy(); in dispose()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/awt/
H A DAppContext.java188 private final ThreadGroup threadGroup; field in AppContext
243 AppContext(ThreadGroup threadGroup) { in AppContext() argument
246 this.threadGroup = threadGroup; in AppContext()
247 threadGroup2appContext.put(threadGroup, this); in AppContext()
337 threadGroup = threadGroup.getParent(); in getAppContext()
338 if (threadGroup == null) { in getAppContext()
511 this.threadGroup.interrupt(); in dispose()
521 while ((this.threadGroup.activeCount() > 0) && in dispose()
530 threadGroup.stop(); in dispose()
561 this.threadGroup.destroy(); in dispose()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/awt/
H A DAppContext.java177 private final ThreadGroup threadGroup; field in AppContext
232 AppContext(ThreadGroup threadGroup) { in AppContext() argument
235 this.threadGroup = threadGroup; in AppContext()
236 threadGroup2appContext.put(threadGroup, this); in AppContext()
323 threadGroup = threadGroup.getParent(); in getAppContext()
324 if (threadGroup == null) { in getAppContext()
485 this.threadGroup.interrupt(); in dispose()
495 while ((this.threadGroup.activeCount() > 0) && in dispose()
504 threadGroup.stop(); in dispose()
535 this.threadGroup.destroy(); in dispose()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/awt/
H A DAppContext.java177 private final ThreadGroup threadGroup; field in AppContext
233 AppContext(ThreadGroup threadGroup) { in AppContext() argument
236 this.threadGroup = threadGroup; in AppContext()
237 threadGroup2appContext.put(threadGroup, this); in AppContext()
326 threadGroup = threadGroup.getParent(); in getAppContext()
327 if (threadGroup == null) { in getAppContext()
488 this.threadGroup.interrupt(); in dispose()
498 while ((this.threadGroup.activeCount() > 0) && in dispose()
507 threadGroup.stop(); in dispose()
538 this.threadGroup.destroy(); in dispose()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/awt/
H A DAppContext.java188 private final ThreadGroup threadGroup; field in AppContext
243 AppContext(ThreadGroup threadGroup) { in AppContext() argument
246 this.threadGroup = threadGroup; in AppContext()
247 threadGroup2appContext.put(threadGroup, this); in AppContext()
337 threadGroup = threadGroup.getParent(); in getAppContext()
338 if (threadGroup == null) { in getAppContext()
511 this.threadGroup.interrupt(); in dispose()
521 while ((this.threadGroup.activeCount() > 0) && in dispose()
530 threadGroup.stop(); in dispose()
561 this.threadGroup.destroy(); in dispose()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/awt/
H A DAppContext.java177 private final ThreadGroup threadGroup; field in AppContext
232 AppContext(ThreadGroup threadGroup) { in AppContext() argument
235 this.threadGroup = threadGroup; in AppContext()
236 threadGroup2appContext.put(threadGroup, this); in AppContext()
323 threadGroup = threadGroup.getParent(); in getAppContext()
324 if (threadGroup == null) { in getAppContext()
485 this.threadGroup.interrupt(); in dispose()
495 while ((this.threadGroup.activeCount() > 0) && in dispose()
504 threadGroup.stop(); in dispose()
535 this.threadGroup.destroy(); in dispose()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/awt/
H A DAppContext.java177 private final ThreadGroup threadGroup; field in AppContext
232 AppContext(ThreadGroup threadGroup) { in AppContext() argument
235 this.threadGroup = threadGroup; in AppContext()
236 threadGroup2appContext.put(threadGroup, this); in AppContext()
323 threadGroup = threadGroup.getParent(); in getAppContext()
324 if (threadGroup == null) { in getAppContext()
485 this.threadGroup.interrupt(); in dispose()
495 while ((this.threadGroup.activeCount() > 0) && in dispose()
504 threadGroup.stop(); in dispose()
535 this.threadGroup.destroy(); in dispose()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/awt/
H A DAppContext.java183 private final ThreadGroup threadGroup; field in AppContext
238 AppContext(ThreadGroup threadGroup) { in AppContext() argument
241 this.threadGroup = threadGroup; in AppContext()
242 threadGroup2appContext.put(threadGroup, this); in AppContext()
332 threadGroup = threadGroup.getParent(); in getAppContext()
333 if (threadGroup == null) { in getAppContext()
505 this.threadGroup.interrupt(); in dispose()
515 while ((this.threadGroup.activeCount() > 0) && in dispose()
523 this.threadGroup.stop(); in dispose()
552 this.threadGroup.destroy(); in dispose()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/awt/
H A DAppContext.java183 private final ThreadGroup threadGroup; field in AppContext
238 AppContext(ThreadGroup threadGroup) { in AppContext() argument
241 this.threadGroup = threadGroup; in AppContext()
242 threadGroup2appContext.put(threadGroup, this); in AppContext()
332 threadGroup = threadGroup.getParent(); in getAppContext()
333 if (threadGroup == null) { in getAppContext()
505 this.threadGroup.interrupt(); in dispose()
515 while ((this.threadGroup.activeCount() > 0) && in dispose()
523 this.threadGroup.stop(); in dispose()
552 this.threadGroup.destroy(); in dispose()
[all …]
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/
H A Dbitcoind.cpp45 void WaitForShutdown(boost::thread_group* threadGroup) in WaitForShutdown() argument
54 if (threadGroup) in WaitForShutdown()
56 Interrupt(*threadGroup); in WaitForShutdown()
57 threadGroup->join_all(); in WaitForShutdown()
67 boost::thread_group threadGroup; in AppInit() local
161 fRet = AppInit2(threadGroup, scheduler); in AppInit()
171 Interrupt(threadGroup); in AppInit()
176 WaitForShutdown(&threadGroup); in AppInit()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/
H A Dbitcoind.cpp45 void WaitForShutdown(boost::thread_group* threadGroup) in WaitForShutdown() argument
54 if (threadGroup) in WaitForShutdown()
56 Interrupt(*threadGroup); in WaitForShutdown()
57 threadGroup->join_all(); in WaitForShutdown()
67 boost::thread_group threadGroup; in AppInit() local
161 fRet = AppInit2(threadGroup, scheduler); in AppInit()
171 Interrupt(threadGroup); in AppInit()
176 WaitForShutdown(&threadGroup); in AppInit()
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/
H A Dbitcoind.cpp45 void WaitForShutdown(boost::thread_group* threadGroup) in WaitForShutdown() argument
54 if (threadGroup) in WaitForShutdown()
56 Interrupt(*threadGroup); in WaitForShutdown()
57 threadGroup->join_all(); in WaitForShutdown()
67 boost::thread_group threadGroup; in AppInit() local
161 fRet = AppInit2(threadGroup, scheduler); in AppInit()
171 Interrupt(threadGroup); in AppInit()
176 WaitForShutdown(&threadGroup); in AppInit()
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/util/
H A DNamedThreadFactory.java31 private final ThreadGroup threadGroup; field in NamedThreadFactory
56 this.threadGroup = null; in NamedThreadFactory()
73 …String threadNamePrefix, Boolean daemon, Integer priority, ThreadGroup threadGroup, Long stackSize… in NamedThreadFactory() argument
84 this.threadGroup = threadGroup; in NamedThreadFactory()
103 thread = new Thread( threadGroup, runnable, name, stackSize ); in newThread()
107 thread = new Thread( threadGroup, runnable, name ); in newThread()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/main/java/org/springframework/util/
H A DCustomizableThreadCreator.java40 private ThreadGroup threadGroup; field in CustomizableThreadCreator
121 this.threadGroup = new ThreadGroup(name); in setThreadGroupName()
128 public void setThreadGroup(ThreadGroup threadGroup) { in setThreadGroup() argument
129 this.threadGroup = threadGroup; in setThreadGroup()
137 return this.threadGroup; in getThreadGroup()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/awt/image/
H A DImageFetcher.java56 private ImageFetcher(ThreadGroup threadGroup, int index) { in ImageFetcher() argument
57 super(threadGroup, "Image Fetcher " + index); in ImageFetcher()
277 ThreadGroup threadGroup = appContext.getThreadGroup(); in createFetchers() local
280 if (threadGroup.getParent() != null) { in createFetchers()
282 fetcherThreadGroup = threadGroup; in createFetchers()
289 threadGroup = Thread.currentThread().getThreadGroup(); in createFetchers()
290 ThreadGroup parent = threadGroup.getParent(); in createFetchers()
293 threadGroup = parent; in createFetchers()
294 parent = threadGroup.getParent(); in createFetchers()
296 fetcherThreadGroup = threadGroup; in createFetchers()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/awt/image/
H A DImageFetcher.java56 private ImageFetcher(ThreadGroup threadGroup, int index) { in ImageFetcher() argument
57 super(threadGroup, "Image Fetcher " + index); in ImageFetcher()
277 ThreadGroup threadGroup = appContext.getThreadGroup(); in createFetchers() local
280 if (threadGroup.getParent() != null) { in createFetchers()
282 fetcherThreadGroup = threadGroup; in createFetchers()
289 threadGroup = Thread.currentThread().getThreadGroup(); in createFetchers()
290 ThreadGroup parent = threadGroup.getParent(); in createFetchers()
293 threadGroup = parent; in createFetchers()
294 parent = threadGroup.getParent(); in createFetchers()
296 fetcherThreadGroup = threadGroup; in createFetchers()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/awt/image/
H A DImageFetcher.java63 private ImageFetcher(ThreadGroup threadGroup, int index) { in ImageFetcher() argument
64 super(threadGroup, null, "Image Fetcher " + index, 0, false); in ImageFetcher()
284 ThreadGroup threadGroup = appContext.getThreadGroup(); in createFetchers() local
287 if (threadGroup.getParent() != null) { in createFetchers()
289 fetcherThreadGroup = threadGroup; in createFetchers()
296 threadGroup = Thread.currentThread().getThreadGroup(); in createFetchers()
297 ThreadGroup parent = threadGroup.getParent(); in createFetchers()
300 threadGroup = parent; in createFetchers()
301 parent = threadGroup.getParent(); in createFetchers()
303 fetcherThreadGroup = threadGroup; in createFetchers()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/awt/image/
H A DImageFetcher.java63 private ImageFetcher(ThreadGroup threadGroup, int index) { in ImageFetcher() argument
64 super(threadGroup, null, "Image Fetcher " + index, 0, false); in ImageFetcher()
284 ThreadGroup threadGroup = appContext.getThreadGroup(); in createFetchers() local
287 if (threadGroup.getParent() != null) { in createFetchers()
289 fetcherThreadGroup = threadGroup; in createFetchers()
296 threadGroup = Thread.currentThread().getThreadGroup(); in createFetchers()
297 ThreadGroup parent = threadGroup.getParent(); in createFetchers()
300 threadGroup = parent; in createFetchers()
301 parent = threadGroup.getParent(); in createFetchers()
303 fetcherThreadGroup = threadGroup; in createFetchers()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/awt/image/
H A DImageFetcher.java63 private ImageFetcher(ThreadGroup threadGroup, int index) { in ImageFetcher() argument
64 super(threadGroup, null, "Image Fetcher " + index, 0, false); in ImageFetcher()
284 ThreadGroup threadGroup = appContext.getThreadGroup(); in createFetchers() local
287 if (threadGroup.getParent() != null) { in createFetchers()
289 fetcherThreadGroup = threadGroup; in createFetchers()
296 threadGroup = Thread.currentThread().getThreadGroup(); in createFetchers()
297 ThreadGroup parent = threadGroup.getParent(); in createFetchers()
300 threadGroup = parent; in createFetchers()
301 parent = threadGroup.getParent(); in createFetchers()
303 fetcherThreadGroup = threadGroup; in createFetchers()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/awt/image/
H A DImageFetcher.java63 private ImageFetcher(ThreadGroup threadGroup, int index) { in ImageFetcher() argument
64 super(threadGroup, null, "Image Fetcher " + index, 0, false); in ImageFetcher()
284 ThreadGroup threadGroup = appContext.getThreadGroup(); in createFetchers() local
287 if (threadGroup.getParent() != null) { in createFetchers()
289 fetcherThreadGroup = threadGroup; in createFetchers()
296 threadGroup = Thread.currentThread().getThreadGroup(); in createFetchers()
297 ThreadGroup parent = threadGroup.getParent(); in createFetchers()
300 threadGroup = parent; in createFetchers()
301 parent = threadGroup.getParent(); in createFetchers()
303 fetcherThreadGroup = threadGroup; in createFetchers()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/awt/image/
H A DImageFetcher.java63 private ImageFetcher(ThreadGroup threadGroup, int index) { in ImageFetcher() argument
64 super(threadGroup, null, "Image Fetcher " + index, 0, false); in ImageFetcher()
284 ThreadGroup threadGroup = appContext.getThreadGroup(); in createFetchers() local
287 if (threadGroup.getParent() != null) { in createFetchers()
289 fetcherThreadGroup = threadGroup; in createFetchers()
296 threadGroup = Thread.currentThread().getThreadGroup(); in createFetchers()
297 ThreadGroup parent = threadGroup.getParent(); in createFetchers()
300 threadGroup = parent; in createFetchers()
301 parent = threadGroup.getParent(); in createFetchers()
303 fetcherThreadGroup = threadGroup; in createFetchers()

12345678910>>...19