Home
last modified time | relevance | path

Searched refs:threadMgr (Results 1 – 16 of 16) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/ssl/
H A DStatusResponseManager.java66 private final ScheduledThreadPoolExecutor threadMgr; field in StatusResponseManager
104 threadMgr = new ScheduledThreadPoolExecutor(DEFAULT_CORE_THREADS, in StatusResponseManager()
113 threadMgr.setExecuteExistingDelayedTasksAfterShutdownPolicy(false); in StatusResponseManager()
114 threadMgr.setContinueExistingPeriodicTasksAfterShutdownPolicy( in StatusResponseManager()
116 threadMgr.setKeepAliveTime(5000, TimeUnit.MILLISECONDS); in StatusResponseManager()
117 threadMgr.allowCoreThreadTimeOut(true); in StatusResponseManager()
233 SSLLogger.fine("Shutting down " + threadMgr.getActiveCount() + in shutdown()
236 threadMgr.shutdown(); in shutdown()
345 threadMgr.invokeAll(requestList, delay, unit); in get()
433 sb.append("Core threads: ").append(threadMgr.getCorePoolSize()); in toString()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/security/ssl/
H A DStatusResponseManager.java66 private final ScheduledThreadPoolExecutor threadMgr; field in StatusResponseManager
104 threadMgr = new ScheduledThreadPoolExecutor(DEFAULT_CORE_THREADS, in StatusResponseManager()
113 threadMgr.setExecuteExistingDelayedTasksAfterShutdownPolicy(false); in StatusResponseManager()
114 threadMgr.setContinueExistingPeriodicTasksAfterShutdownPolicy( in StatusResponseManager()
116 threadMgr.setKeepAliveTime(5000, TimeUnit.MILLISECONDS); in StatusResponseManager()
117 threadMgr.allowCoreThreadTimeOut(true); in StatusResponseManager()
233 SSLLogger.fine("Shutting down " + threadMgr.getActiveCount() + in shutdown()
236 threadMgr.shutdown(); in shutdown()
345 threadMgr.invokeAll(requestList, delay, unit); in get()
433 sb.append("Core threads: ").append(threadMgr.getCorePoolSize()); in toString()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/ssl/
H A DStatusResponseManager.java66 private final ScheduledThreadPoolExecutor threadMgr; field in StatusResponseManager
104 threadMgr = new ScheduledThreadPoolExecutor(DEFAULT_CORE_THREADS, in StatusResponseManager()
113 threadMgr.setExecuteExistingDelayedTasksAfterShutdownPolicy(false); in StatusResponseManager()
114 threadMgr.setContinueExistingPeriodicTasksAfterShutdownPolicy( in StatusResponseManager()
116 threadMgr.setKeepAliveTime(5000, TimeUnit.MILLISECONDS); in StatusResponseManager()
117 threadMgr.allowCoreThreadTimeOut(true); in StatusResponseManager()
233 SSLLogger.fine("Shutting down " + threadMgr.getActiveCount() + in shutdown()
236 threadMgr.shutdown(); in shutdown()
345 threadMgr.invokeAll(requestList, delay, unit); in get()
433 sb.append("Core threads: ").append(threadMgr.getCorePoolSize()); in toString()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/ssl/
H A DStatusResponseManager.java66 private final ScheduledThreadPoolExecutor threadMgr; field in StatusResponseManager
104 threadMgr = new ScheduledThreadPoolExecutor(DEFAULT_CORE_THREADS, in StatusResponseManager()
113 threadMgr.setExecuteExistingDelayedTasksAfterShutdownPolicy(false); in StatusResponseManager()
114 threadMgr.setContinueExistingPeriodicTasksAfterShutdownPolicy( in StatusResponseManager()
116 threadMgr.setKeepAliveTime(5000, TimeUnit.MILLISECONDS); in StatusResponseManager()
117 threadMgr.allowCoreThreadTimeOut(true); in StatusResponseManager()
233 SSLLogger.fine("Shutting down " + threadMgr.getActiveCount() + in shutdown()
236 threadMgr.shutdown(); in shutdown()
345 threadMgr.invokeAll(requestList, delay, unit); in get()
433 sb.append("Core threads: ").append(threadMgr.getCorePoolSize()); in toString()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/security/ssl/
H A DStatusResponseManager.java66 private final ScheduledThreadPoolExecutor threadMgr; field in StatusResponseManager
104 threadMgr = new ScheduledThreadPoolExecutor(DEFAULT_CORE_THREADS, in StatusResponseManager()
113 threadMgr.setExecuteExistingDelayedTasksAfterShutdownPolicy(false); in StatusResponseManager()
114 threadMgr.setContinueExistingPeriodicTasksAfterShutdownPolicy( in StatusResponseManager()
116 threadMgr.setKeepAliveTime(5000, TimeUnit.MILLISECONDS); in StatusResponseManager()
117 threadMgr.allowCoreThreadTimeOut(true); in StatusResponseManager()
233 SSLLogger.fine("Shutting down " + threadMgr.getActiveCount() + in shutdown()
236 threadMgr.shutdown(); in shutdown()
342 threadMgr.invokeAll(requestList, delay, unit); in get()
430 sb.append("Core threads: ").append(threadMgr.getCorePoolSize()); in toString()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/security/ssl/
H A DStatusResponseManager.java66 private final ScheduledThreadPoolExecutor threadMgr; field in StatusResponseManager
106 threadMgr = new ScheduledThreadPoolExecutor(DEFAULT_CORE_THREADS, in StatusResponseManager()
115 threadMgr.setExecuteExistingDelayedTasksAfterShutdownPolicy(false); in StatusResponseManager()
116 threadMgr.setContinueExistingPeriodicTasksAfterShutdownPolicy( in StatusResponseManager()
118 threadMgr.setKeepAliveTime(5000, TimeUnit.MILLISECONDS); in StatusResponseManager()
119 threadMgr.allowCoreThreadTimeOut(true); in StatusResponseManager()
235 SSLLogger.fine("Shutting down " + threadMgr.getActiveCount() + in shutdown()
238 threadMgr.shutdown(); in shutdown()
344 threadMgr.invokeAll(requestList, delay, unit); in get()
432 sb.append("Core threads: ").append(threadMgr.getCorePoolSize()); in toString()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/security/ssl/
H A DStatusResponseManager.java66 private final ScheduledThreadPoolExecutor threadMgr; field in StatusResponseManager
104 threadMgr = new ScheduledThreadPoolExecutor(DEFAULT_CORE_THREADS, in StatusResponseManager()
113 threadMgr.setExecuteExistingDelayedTasksAfterShutdownPolicy(false); in StatusResponseManager()
114 threadMgr.setContinueExistingPeriodicTasksAfterShutdownPolicy( in StatusResponseManager()
116 threadMgr.setKeepAliveTime(5000, TimeUnit.MILLISECONDS); in StatusResponseManager()
117 threadMgr.allowCoreThreadTimeOut(true); in StatusResponseManager()
233 SSLLogger.fine("Shutting down " + threadMgr.getActiveCount() + in shutdown()
236 threadMgr.shutdown(); in shutdown()
345 threadMgr.invokeAll(requestList, delay, unit); in get()
433 sb.append("Core threads: ").append(threadMgr.getCorePoolSize()); in toString()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/security/ssl/
H A DStatusResponseManager.java66 private final ScheduledThreadPoolExecutor threadMgr; field in StatusResponseManager
104 threadMgr = new ScheduledThreadPoolExecutor(DEFAULT_CORE_THREADS, in StatusResponseManager()
113 threadMgr.setExecuteExistingDelayedTasksAfterShutdownPolicy(false); in StatusResponseManager()
114 threadMgr.setContinueExistingPeriodicTasksAfterShutdownPolicy( in StatusResponseManager()
116 threadMgr.setKeepAliveTime(5000, TimeUnit.MILLISECONDS); in StatusResponseManager()
117 threadMgr.allowCoreThreadTimeOut(true); in StatusResponseManager()
233 SSLLogger.fine("Shutting down " + threadMgr.getActiveCount() + in shutdown()
236 threadMgr.shutdown(); in shutdown()
345 threadMgr.invokeAll(requestList, delay, unit); in get()
433 sb.append("Core threads: ").append(threadMgr.getCorePoolSize()); in toString()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/security/ssl/
H A DStatusResponseManager.java66 private final ScheduledThreadPoolExecutor threadMgr; field in StatusResponseManager
104 threadMgr = new ScheduledThreadPoolExecutor(DEFAULT_CORE_THREADS, in StatusResponseManager()
113 threadMgr.setExecuteExistingDelayedTasksAfterShutdownPolicy(false); in StatusResponseManager()
114 threadMgr.setContinueExistingPeriodicTasksAfterShutdownPolicy( in StatusResponseManager()
116 threadMgr.setKeepAliveTime(5000, TimeUnit.MILLISECONDS); in StatusResponseManager()
117 threadMgr.allowCoreThreadTimeOut(true); in StatusResponseManager()
233 SSLLogger.fine("Shutting down " + threadMgr.getActiveCount() + in shutdown()
236 threadMgr.shutdown(); in shutdown()
345 threadMgr.invokeAll(requestList, delay, unit); in get()
433 sb.append("Core threads: ").append(threadMgr.getCorePoolSize()); in toString()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/ssl/
H A DStatusResponseManager.java66 private final ScheduledThreadPoolExecutor threadMgr; field in StatusResponseManager
104 threadMgr = new ScheduledThreadPoolExecutor(DEFAULT_CORE_THREADS, in StatusResponseManager()
113 threadMgr.setExecuteExistingDelayedTasksAfterShutdownPolicy(false); in StatusResponseManager()
114 threadMgr.setContinueExistingPeriodicTasksAfterShutdownPolicy( in StatusResponseManager()
116 threadMgr.setKeepAliveTime(5000, TimeUnit.MILLISECONDS); in StatusResponseManager()
117 threadMgr.allowCoreThreadTimeOut(true); in StatusResponseManager()
233 SSLLogger.fine("Shutting down " + threadMgr.getActiveCount() + in shutdown()
236 threadMgr.shutdown(); in shutdown()
345 threadMgr.invokeAll(requestList, delay, unit); in get()
433 sb.append("Core threads: ").append(threadMgr.getCorePoolSize()); in toString()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DTSFTextStore.cpp1361 RefPtr<ITfThreadMgr> threadMgr = sThreadMgr; in Init() local
4760 RefPtr<ITfThreadMgr> threadMgr = sThreadMgr; in OnFocusChange() local
4762 threadMgr->AssociateFocus( in OnFocusChange()
4794 RefPtr<ITfThreadMgr> threadMgr = sThreadMgr; in OnFocusChange() local
4863 RefPtr<ITfThreadMgr> threadMgr = sThreadMgr; in CreateAndSetFocus() local
4870 hr = threadMgr->SetFocus(newDocMgr); in CreateAndSetFocus()
5791 RefPtr<ITfThreadMgr> threadMgr; in Initialize() local
5795 if (FAILED(hr) || !threadMgr) { in Initialize()
5803 hr = threadMgr->QueryInterface(IID_ITfMessagePump, in Initialize()
5822 hr = threadMgr->Activate(&sClientId); in Initialize()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DTSFTextStore.cpp999 if (NS_WARN_IF(!threadMgr)) { in GetInstance()
1928 RefPtr<ITfThreadMgr> threadMgr = sThreadMgr; in Init() local
5756 RefPtr<ITfThreadMgr> threadMgr = sThreadMgr; in OnFocusChange() local
5855 RefPtr<ITfThreadMgr> threadMgr = sThreadMgr; in CreateAndSetFocus() local
5856 hr = threadMgr->SetFocus(newDocMgr); in CreateAndSetFocus()
6753 RefPtr<ITfThreadMgr> threadMgr; in Initialize() local
6757 if (FAILED(hr) || !threadMgr) { in Initialize()
6765 hr = threadMgr->Activate(&sClientId); in Initialize()
6797 sThreadMgr = threadMgr; in Initialize()
6810 RefPtr<ITfThreadMgr> threadMgr = sThreadMgr; in GetThreadMgr() local
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DTSFTextStore.cpp946 if (NS_WARN_IF(!threadMgr)) { in GetInstance()
1757 RefPtr<ITfThreadMgr> threadMgr = sThreadMgr; in Init() local
5360 RefPtr<ITfThreadMgr> threadMgr = sThreadMgr; in OnFocusChange() local
5459 RefPtr<ITfThreadMgr> threadMgr = sThreadMgr; in CreateAndSetFocus() local
5460 hr = threadMgr->SetFocus(newDocMgr); in CreateAndSetFocus()
6382 RefPtr<ITfThreadMgr> threadMgr; in Initialize() local
6386 if (FAILED(hr) || !threadMgr) { in Initialize()
6394 hr = threadMgr->Activate(&sClientId); in Initialize()
6426 sThreadMgr = threadMgr; in Initialize()
6439 RefPtr<ITfThreadMgr> threadMgr = sThreadMgr; in GetThreadMgr() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DTSFTextStore.cpp925 if (NS_WARN_IF(!threadMgr)) { in GetInstance()
1874 RefPtr<ITfThreadMgr> threadMgr = sThreadMgr; in Init() local
5694 RefPtr<ITfThreadMgr> threadMgr = sThreadMgr; in OnFocusChange() local
5793 RefPtr<ITfThreadMgr> threadMgr = sThreadMgr; in CreateAndSetFocus() local
5794 hr = threadMgr->SetFocus(newDocMgr); in CreateAndSetFocus()
6708 RefPtr<ITfThreadMgr> threadMgr; in Initialize() local
6712 if (FAILED(hr) || !threadMgr) { in Initialize()
6720 hr = threadMgr->Activate(&sClientId); in Initialize()
6752 sThreadMgr = threadMgr; in Initialize()
6765 RefPtr<ITfThreadMgr> threadMgr = sThreadMgr; in GetThreadMgr() local
[all …]
/dports/www/firefox/firefox-99.0/widget/windows/
H A DTSFTextStore.cpp929 if (NS_WARN_IF(!threadMgr)) { in GetInstance()
1878 RefPtr<ITfThreadMgr> threadMgr = sThreadMgr; in Init() local
5717 RefPtr<ITfThreadMgr> threadMgr = sThreadMgr; in OnFocusChange() local
5816 RefPtr<ITfThreadMgr> threadMgr = sThreadMgr; in CreateAndSetFocus() local
5817 hr = threadMgr->SetFocus(newDocMgr); in CreateAndSetFocus()
6727 RefPtr<ITfThreadMgr> threadMgr; in Initialize() local
6731 if (FAILED(hr) || !threadMgr) { in Initialize()
6739 hr = threadMgr->Activate(&sClientId); in Initialize()
6771 sThreadMgr = threadMgr; in Initialize()
6784 RefPtr<ITfThreadMgr> threadMgr = sThreadMgr; in GetThreadMgr() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DTSFTextStore.cpp925 if (NS_WARN_IF(!threadMgr)) { in GetInstance()
1874 RefPtr<ITfThreadMgr> threadMgr = sThreadMgr; in Init() local
5694 RefPtr<ITfThreadMgr> threadMgr = sThreadMgr; in OnFocusChange() local
5793 RefPtr<ITfThreadMgr> threadMgr = sThreadMgr; in CreateAndSetFocus() local
5794 hr = threadMgr->SetFocus(newDocMgr); in CreateAndSetFocus()
6708 RefPtr<ITfThreadMgr> threadMgr; in Initialize() local
6712 if (FAILED(hr) || !threadMgr) { in Initialize()
6720 hr = threadMgr->Activate(&sClientId); in Initialize()
6752 sThreadMgr = threadMgr; in Initialize()
6765 RefPtr<ITfThreadMgr> threadMgr = sThreadMgr; in GetThreadMgr() local
[all …]