Home
last modified time | relevance | path

Searched refs:synchronized (Results 1 – 25 of 112) sorted by relevance

12345

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dthreadgroup.d36 synchronized(this) in create()
58 synchronized(this) in create()
82 synchronized(this) in synchronized() function
106 synchronized(this) in synchronized() function
118 synchronized(this) in opApply()
148 synchronized(this) in synchronized() function
H A Dthreadbase.d201 synchronized(this) in id()
216 synchronized(this) in name()
231 synchronized(this) in name()
250 synchronized(this) in isDaemon()
269 synchronized(this) in isDaemon()
387 synchronized (slock) in getAllImpl()
1165 synchronized (ThreadBase.criticalRegionLock)
1184 synchronized (ThreadBase.criticalRegionLock)
1202 synchronized (ThreadBase.criticalRegionLock)
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sync/
H A Drwmutex.d217 synchronized( m_commonMutex ) in lock()
231 synchronized( m_commonMutex ) in lock()
247 synchronized( m_commonMutex ) in unlock()
260 synchronized( m_commonMutex ) in unlock()
280 synchronized( m_commonMutex ) in tryLock()
292 synchronized( m_commonMutex ) in tryLock()
315 synchronized( m_commonMutex ) in tryLock()
350 synchronized( m_commonMutex ) in tryLock()
428 synchronized( m_commonMutex ) in lock()
442 synchronized( m_commonMutex ) in lock()
[all …]
H A Dcondition.d633 synchronized( mutex ) in testNotify()
643 synchronized( synLoop ) in testNotify()
660 synchronized( mutex ) in testNotify()
668 synchronized( synLoop ) in testNotify()
697 synchronized( mutex ) in testNotifyAll()
713 synchronized( mutex ) in testNotifyAll()
739 synchronized( mutex ) in testWaitTimeout()
754 synchronized( mutex ) in testWaitTimeout()
799 synchronized( mutex ) in testNotify()
809 synchronized( synLoop ) in testNotify()
[all …]
H A Dbarrier.d80 synchronized( m_lock ) in wait()
121 synchronized( synInfo ) in threadFn()
126 synchronized( synInfo ) in threadFn()
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.thread/
H A Dtlsgc_sections.d37 synchronized (g_mutex) g_step = 1; in test()
41 synchronized (g_mutex) { in test()
57 synchronized (g_mutex) { in main()
66 synchronized (g_mutex) g_step = 2; in main()
/netbsd-src/tests/ipf/expected/
H A Df2931 Sync status: not synchronized
37 Sync status: not synchronized
43 Sync status: not synchronized
49 Sync status: not synchronized
H A Dni630 Sync status: not synchronized
36 Sync status: not synchronized
42 Sync status: not synchronized
H A Df2515 Sync status: not synchronized
21 Sync status: not synchronized
H A Df11172 Sync status: not synchronized
178 Sync status: not synchronized
220 Sync status: not synchronized
226 Sync status: not synchronized
269 Sync status: not synchronized
H A Dni2321 Sync status: not synchronized
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconcurrency.d924 synchronized (registryLock) in unregisterMe()
953 synchronized (registryLock) in synchronized() function
979 synchronized (registryLock) in unregister()
1004 synchronized (registryLock) in locate()
1393 synchronized (cond.mutex) in receive()
1405 synchronized (cond.mutex) in send()
1774 synchronized (m_lock) in isClosed()
1793 synchronized (m_lock) in setMaxMsgs()
1816 synchronized (m_lock) in put()
2029 synchronized (m_lock) in get()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/logger/
H A Dcore.d866 synchronized (mutex) this.logLevel_ = lv; in logLevel()
876 synchronized (mutex) return this.fatalHandler_; in delegate()
882 synchronized (mutex) this.fatalHandler_ = fh; in fatalHandler()
895 static if (isLoggingActive) synchronized (mutex) in forwardMsg()
945 synchronized (mutex) in memLogFunctions()
992 synchronized (mutex) in memLogFunctions()
1041 synchronized (mutex) in memLogFunctions()
1089 synchronized (mutex) in memLogFunctions()
1161 static if (isLoggingActive) synchronized (mutex) in synchronized() function
1185 static if (isLoggingActive) synchronized (mutex) in synchronized() function
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/logger/
H A Dcore.d869 synchronized (mutex) this.logLevel_ = lv; in logLevel()
879 synchronized (mutex) return this.fatalHandler_; in delegate()
885 synchronized (mutex) this.fatalHandler_ = fh; in fatalHandler()
898 static if (isLoggingActive) synchronized (mutex) in forwardMsg()
948 synchronized (mutex) in memLogFunctions()
995 synchronized (mutex) in memLogFunctions()
1044 synchronized (mutex) in memLogFunctions()
1092 synchronized (mutex) in memLogFunctions()
1164 static if (isLoggingActive) synchronized (mutex) in synchronized() function
1188 static if (isLoggingActive) synchronized (mutex) in synchronized() function
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dconcurrency.d1107 synchronized (registryLock) in unregisterMe()
1137 synchronized (registryLock) in synchronized() function
1163 synchronized (registryLock) in unregister()
1188 synchronized (registryLock) in locate()
1612 synchronized (cond.mutex) in receive()
1624 synchronized (cond.mutex) in send()
2033 synchronized (m_lock) in isClosed()
2052 synchronized (m_lock) in setMaxMsgs()
2075 synchronized (m_lock) in put()
2291 synchronized (m_lock) in get()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Dmonitor_.d103 synchronized (h) in rt_attachDisposeEvent()
132 synchronized (h) in rt_detachDisposeEvent()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dmonitor_.d90 synchronized (h) in rt_attachDisposeEvent()
119 synchronized (h) in rt_detachDisposeEvent()
/netbsd-src/external/bsd/ntp/dist/scripts/
H A DREADME14 ntp-wait Blocks until ntpd is in state 4 (synchronized).
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dstacktrace.d113 synchronized( typeid(StackTrace) ) in synchronized() function
128 synchronized( typeid(StackTrace) ) in resolve()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
H A Dsun50i-h6-orangepi-lite2.dts43 * Before the kernel can support synchronized
/netbsd-src/external/bsd/ntp/dist/scripts/ntp-wait/
H A Dntp-wait.texi39 until the system's time has stabilized and synchronized,
H A Dntp-wait-opts.def65 has not yet produced a synchronized and stable system clock.
/netbsd-src/external/bsd/ntp/dist/scripts/stats/
H A DREADME.timecodes24 correctly or has never synchronized to the broadcast signal. When the
26 synchronized to the broadcast signal, then lost the signal and is
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_CTX_sess_set_cache_size.pod37 session shall be added. This removal is not synchronized with the
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_CTX_sess_set_cache_size.pod37 session shall be added. This removal is not synchronized with the

12345