Home
last modified time | relevance | path

Searched defs:sync (Results 1 – 25 of 6125) sorted by relevance

12345678910>>...245

/dports/devel/ice37/ice-3.7.2/cpp/test/Ice/background/
H A DConfiguration.cpp32 Lock sync(*this); in connectorsException() local
39 Lock sync(*this); in checkConnectorsException() local
49 Lock sync(*this); in connectException() local
56 Lock sync(*this); in checkConnectException() local
66 Lock sync(*this); in initializeSocketOperation() local
79 Lock sync(*this); in initializeException() local
86 Lock sync(*this); in initializeSocketOperation() local
98 Lock sync(*this); in checkInitializeException() local
108 Lock sync(*this); in readReady() local
115 Lock sync(*this); in readException() local
[all …]
/dports/devel/php-ice37/ice-3.7.2/cpp/test/Ice/background/
H A DConfiguration.cpp32 Lock sync(*this); in connectorsException() local
39 Lock sync(*this); in checkConnectorsException() local
49 Lock sync(*this); in connectException() local
56 Lock sync(*this); in checkConnectException() local
66 Lock sync(*this); in initializeSocketOperation() local
79 Lock sync(*this); in initializeException() local
86 Lock sync(*this); in initializeSocketOperation() local
98 Lock sync(*this); in checkInitializeException() local
108 Lock sync(*this); in readReady() local
115 Lock sync(*this); in readException() local
[all …]
/dports/devel/py-ice37/ice-3.7.2/cpp/test/Ice/background/
H A DConfiguration.cpp32 Lock sync(*this); in connectorsException() local
39 Lock sync(*this); in checkConnectorsException() local
49 Lock sync(*this); in connectException() local
56 Lock sync(*this); in checkConnectException() local
66 Lock sync(*this); in initializeSocketOperation() local
79 Lock sync(*this); in initializeException() local
86 Lock sync(*this); in initializeSocketOperation() local
98 Lock sync(*this); in checkInitializeException() local
108 Lock sync(*this); in readReady() local
115 Lock sync(*this); in readException() local
[all …]
/dports/emulators/mgba/mgba-0.9.2/src/core/
H A Dsync.c10 static void _changeVideoSync(struct mCoreSync* sync, bool wait) { in _changeVideoSync()
20 void mCoreSyncPostFrame(struct mCoreSync* sync) { in mCoreSyncPostFrame()
36 void mCoreSyncForceFrame(struct mCoreSync* sync) { in mCoreSyncForceFrame()
46 bool mCoreSyncWaitFrameStart(struct mCoreSync* sync) { in mCoreSyncWaitFrameStart()
65 void mCoreSyncWaitFrameEnd(struct mCoreSync* sync) { in mCoreSyncWaitFrameEnd()
74 void mCoreSyncSetVideoSync(struct mCoreSync* sync, bool wait) { in mCoreSyncSetVideoSync()
82 bool mCoreSyncProduceAudio(struct mCoreSync* sync, const struct blip_t* buf, size_t samples) { in mCoreSyncProduceAudio()
98 void mCoreSyncLockAudio(struct mCoreSync* sync) { in mCoreSyncLockAudio()
106 void mCoreSyncUnlockAudio(struct mCoreSync* sync) { in mCoreSyncUnlockAudio()
114 void mCoreSyncConsumeAudio(struct mCoreSync* sync) { in mCoreSyncConsumeAudio()
/dports/games/libretro-mgba/mgba-6186d45/src/core/
H A Dsync.c10 static void _changeVideoSync(struct mCoreSync* sync, bool frameOn) { in _changeVideoSync()
20 void mCoreSyncPostFrame(struct mCoreSync* sync) { in mCoreSyncPostFrame()
36 void mCoreSyncForceFrame(struct mCoreSync* sync) { in mCoreSyncForceFrame()
46 bool mCoreSyncWaitFrameStart(struct mCoreSync* sync) { in mCoreSyncWaitFrameStart()
65 void mCoreSyncWaitFrameEnd(struct mCoreSync* sync) { in mCoreSyncWaitFrameEnd()
73 void mCoreSyncSetVideoSync(struct mCoreSync* sync, bool wait) { in mCoreSyncSetVideoSync()
81 bool mCoreSyncProduceAudio(struct mCoreSync* sync, const struct blip_t* buf, size_t samples) { in mCoreSyncProduceAudio()
97 void mCoreSyncLockAudio(struct mCoreSync* sync) { in mCoreSyncLockAudio()
105 void mCoreSyncUnlockAudio(struct mCoreSync* sync) { in mCoreSyncUnlockAudio()
113 void mCoreSyncConsumeAudio(struct mCoreSync* sync) { in mCoreSyncConsumeAudio()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/tck/
H A DAbstractQueuedLongSynchronizerTest.java140 final Mutex sync; field in AbstractQueuedLongSynchronizerTest.InterruptibleSyncRunnable
152 final Mutex sync; field in AbstractQueuedLongSynchronizerTest.InterruptedSyncRunnable
305 Mutex sync = new Mutex(); in testIsHeldExclusively() local
313 Mutex sync = new Mutex(); in testAcquire() local
324 Mutex sync = new Mutex(); in testTryAcquire() local
335 final Mutex sync = new Mutex(); in testHasQueuedThreads() local
356 final Mutex sync = new Mutex(); in testIsQueuedNPE() local
367 final Mutex sync = new Mutex(); in testIsQueued() local
395 final Mutex sync = new Mutex(); in testGetFirstQueuedThread() local
416 final Mutex sync = new Mutex(); in testHasContended() local
[all …]
H A DAbstractQueuedSynchronizerTest.java145 final Mutex sync; field in AbstractQueuedSynchronizerTest.InterruptibleSyncRunnable
157 final Mutex sync; field in AbstractQueuedSynchronizerTest.InterruptedSyncRunnable
309 Mutex sync = new Mutex(); in testIsHeldExclusively() local
317 Mutex sync = new Mutex(); in testAcquire() local
328 Mutex sync = new Mutex(); in testTryAcquire() local
339 final Mutex sync = new Mutex(); in testHasQueuedThreads() local
360 final Mutex sync = new Mutex(); in testIsQueuedNPE() local
371 final Mutex sync = new Mutex(); in testIsQueued() local
399 final Mutex sync = new Mutex(); in testGetFirstQueuedThread() local
420 final Mutex sync = new Mutex(); in testHasContended() local
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/concurrent/tck/
H A DAbstractQueuedLongSynchronizerTest.java140 final Mutex sync; field in AbstractQueuedLongSynchronizerTest.InterruptibleSyncRunnable
152 final Mutex sync; field in AbstractQueuedLongSynchronizerTest.InterruptedSyncRunnable
305 Mutex sync = new Mutex(); in testIsHeldExclusively() local
313 Mutex sync = new Mutex(); in testAcquire() local
324 Mutex sync = new Mutex(); in testTryAcquire() local
335 final Mutex sync = new Mutex(); in testHasQueuedThreads() local
356 final Mutex sync = new Mutex(); in testIsQueuedNPE() local
367 final Mutex sync = new Mutex(); in testIsQueued() local
395 final Mutex sync = new Mutex(); in testGetFirstQueuedThread() local
416 final Mutex sync = new Mutex(); in testHasContended() local
[all …]
H A DAbstractQueuedSynchronizerTest.java145 final Mutex sync; field in AbstractQueuedSynchronizerTest.InterruptibleSyncRunnable
157 final Mutex sync; field in AbstractQueuedSynchronizerTest.InterruptedSyncRunnable
309 Mutex sync = new Mutex(); in testIsHeldExclusively() local
317 Mutex sync = new Mutex(); in testAcquire() local
328 Mutex sync = new Mutex(); in testTryAcquire() local
339 final Mutex sync = new Mutex(); in testHasQueuedThreads() local
360 final Mutex sync = new Mutex(); in testIsQueuedNPE() local
371 final Mutex sync = new Mutex(); in testIsQueued() local
399 final Mutex sync = new Mutex(); in testGetFirstQueuedThread() local
420 final Mutex sync = new Mutex(); in testHasContended() local
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/concurrent/tck/
H A DAbstractQueuedLongSynchronizerTest.java140 final Mutex sync; field in AbstractQueuedLongSynchronizerTest.InterruptibleSyncRunnable
152 final Mutex sync; field in AbstractQueuedLongSynchronizerTest.InterruptedSyncRunnable
305 Mutex sync = new Mutex(); in testIsHeldExclusively() local
313 Mutex sync = new Mutex(); in testAcquire() local
324 Mutex sync = new Mutex(); in testTryAcquire() local
335 final Mutex sync = new Mutex(); in testHasQueuedThreads() local
356 final Mutex sync = new Mutex(); in testIsQueuedNPE() local
367 final Mutex sync = new Mutex(); in testIsQueued() local
395 final Mutex sync = new Mutex(); in testGetFirstQueuedThread() local
416 final Mutex sync = new Mutex(); in testHasContended() local
[all …]
H A DAbstractQueuedSynchronizerTest.java145 final Mutex sync; field in AbstractQueuedSynchronizerTest.InterruptibleSyncRunnable
157 final Mutex sync; field in AbstractQueuedSynchronizerTest.InterruptedSyncRunnable
309 Mutex sync = new Mutex(); in testIsHeldExclusively() local
317 Mutex sync = new Mutex(); in testAcquire() local
328 Mutex sync = new Mutex(); in testTryAcquire() local
339 final Mutex sync = new Mutex(); in testHasQueuedThreads() local
360 final Mutex sync = new Mutex(); in testIsQueuedNPE() local
371 final Mutex sync = new Mutex(); in testIsQueued() local
399 final Mutex sync = new Mutex(); in testGetFirstQueuedThread() local
420 final Mutex sync = new Mutex(); in testHasContended() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/tck/
H A DAbstractQueuedLongSynchronizerTest.java140 final Mutex sync; field in AbstractQueuedLongSynchronizerTest.InterruptibleSyncRunnable
152 final Mutex sync; field in AbstractQueuedLongSynchronizerTest.InterruptedSyncRunnable
305 Mutex sync = new Mutex(); in testIsHeldExclusively() local
313 Mutex sync = new Mutex(); in testAcquire() local
324 Mutex sync = new Mutex(); in testTryAcquire() local
335 final Mutex sync = new Mutex(); in testHasQueuedThreads() local
356 final Mutex sync = new Mutex(); in testIsQueuedNPE() local
367 final Mutex sync = new Mutex(); in testIsQueued() local
395 final Mutex sync = new Mutex(); in testGetFirstQueuedThread() local
416 final Mutex sync = new Mutex(); in testHasContended() local
[all …]
H A DAbstractQueuedSynchronizerTest.java145 final Mutex sync; field in AbstractQueuedSynchronizerTest.InterruptibleSyncRunnable
157 final Mutex sync; field in AbstractQueuedSynchronizerTest.InterruptedSyncRunnable
309 Mutex sync = new Mutex(); in testIsHeldExclusively() local
317 Mutex sync = new Mutex(); in testAcquire() local
328 Mutex sync = new Mutex(); in testTryAcquire() local
339 final Mutex sync = new Mutex(); in testHasQueuedThreads() local
360 final Mutex sync = new Mutex(); in testIsQueuedNPE() local
371 final Mutex sync = new Mutex(); in testIsQueued() local
399 final Mutex sync = new Mutex(); in testGetFirstQueuedThread() local
420 final Mutex sync = new Mutex(); in testHasContended() local
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/concurrent/tck/
H A DAbstractQueuedLongSynchronizerTest.java140 final Mutex sync; field in AbstractQueuedLongSynchronizerTest.InterruptibleSyncRunnable
152 final Mutex sync; field in AbstractQueuedLongSynchronizerTest.InterruptedSyncRunnable
305 Mutex sync = new Mutex(); in testIsHeldExclusively() local
313 Mutex sync = new Mutex(); in testAcquire() local
324 Mutex sync = new Mutex(); in testTryAcquire() local
335 final Mutex sync = new Mutex(); in testHasQueuedThreads() local
356 final Mutex sync = new Mutex(); in testIsQueuedNPE() local
367 final Mutex sync = new Mutex(); in testIsQueued() local
395 final Mutex sync = new Mutex(); in testGetFirstQueuedThread() local
416 final Mutex sync = new Mutex(); in testHasContended() local
[all …]
H A DAbstractQueuedSynchronizerTest.java145 final Mutex sync; field in AbstractQueuedSynchronizerTest.InterruptibleSyncRunnable
157 final Mutex sync; field in AbstractQueuedSynchronizerTest.InterruptedSyncRunnable
309 Mutex sync = new Mutex(); in testIsHeldExclusively() local
317 Mutex sync = new Mutex(); in testAcquire() local
328 Mutex sync = new Mutex(); in testTryAcquire() local
339 final Mutex sync = new Mutex(); in testHasQueuedThreads() local
360 final Mutex sync = new Mutex(); in testIsQueuedNPE() local
371 final Mutex sync = new Mutex(); in testIsQueued() local
399 final Mutex sync = new Mutex(); in testGetFirstQueuedThread() local
420 final Mutex sync = new Mutex(); in testHasContended() local
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/concurrent/tck/
H A DAbstractQueuedLongSynchronizerTest.java140 final Mutex sync; field in AbstractQueuedLongSynchronizerTest.InterruptibleSyncRunnable
152 final Mutex sync; field in AbstractQueuedLongSynchronizerTest.InterruptedSyncRunnable
305 Mutex sync = new Mutex(); in testIsHeldExclusively() local
313 Mutex sync = new Mutex(); in testAcquire() local
324 Mutex sync = new Mutex(); in testTryAcquire() local
335 final Mutex sync = new Mutex(); in testHasQueuedThreads() local
356 final Mutex sync = new Mutex(); in testIsQueuedNPE() local
367 final Mutex sync = new Mutex(); in testIsQueued() local
395 final Mutex sync = new Mutex(); in testGetFirstQueuedThread() local
416 final Mutex sync = new Mutex(); in testHasContended() local
[all …]
H A DAbstractQueuedSynchronizerTest.java145 final Mutex sync; field in AbstractQueuedSynchronizerTest.InterruptibleSyncRunnable
157 final Mutex sync; field in AbstractQueuedSynchronizerTest.InterruptedSyncRunnable
309 Mutex sync = new Mutex(); in testIsHeldExclusively() local
317 Mutex sync = new Mutex(); in testAcquire() local
328 Mutex sync = new Mutex(); in testTryAcquire() local
339 final Mutex sync = new Mutex(); in testHasQueuedThreads() local
360 final Mutex sync = new Mutex(); in testIsQueuedNPE() local
371 final Mutex sync = new Mutex(); in testIsQueued() local
399 final Mutex sync = new Mutex(); in testGetFirstQueuedThread() local
420 final Mutex sync = new Mutex(); in testHasContended() local
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/concurrent/tck/
H A DAbstractQueuedSynchronizerTest.java145 final Mutex sync; field in AbstractQueuedSynchronizerTest.InterruptibleSyncRunnable
157 final Mutex sync; field in AbstractQueuedSynchronizerTest.InterruptedSyncRunnable
309 Mutex sync = new Mutex(); in testIsHeldExclusively() local
317 Mutex sync = new Mutex(); in testAcquire() local
328 Mutex sync = new Mutex(); in testTryAcquire() local
339 final Mutex sync = new Mutex(); in testHasQueuedThreads() local
360 final Mutex sync = new Mutex(); in testIsQueuedNPE() local
371 final Mutex sync = new Mutex(); in testIsQueued() local
399 final Mutex sync = new Mutex(); in testGetFirstQueuedThread() local
420 final Mutex sync = new Mutex(); in testHasContended() local
[all …]
H A DAbstractQueuedLongSynchronizerTest.java140 final Mutex sync; field in AbstractQueuedLongSynchronizerTest.InterruptibleSyncRunnable
152 final Mutex sync; field in AbstractQueuedLongSynchronizerTest.InterruptedSyncRunnable
305 Mutex sync = new Mutex(); in testIsHeldExclusively() local
313 Mutex sync = new Mutex(); in testAcquire() local
324 Mutex sync = new Mutex(); in testTryAcquire() local
335 final Mutex sync = new Mutex(); in testHasQueuedThreads() local
356 final Mutex sync = new Mutex(); in testIsQueuedNPE() local
367 final Mutex sync = new Mutex(); in testIsQueued() local
395 final Mutex sync = new Mutex(); in testGetFirstQueuedThread() local
416 final Mutex sync = new Mutex(); in testHasContended() local
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/concurrent/tck/
H A DAbstractQueuedSynchronizerTest.java145 final Mutex sync; field in AbstractQueuedSynchronizerTest.InterruptibleSyncRunnable
157 final Mutex sync; field in AbstractQueuedSynchronizerTest.InterruptedSyncRunnable
309 Mutex sync = new Mutex(); in testIsHeldExclusively() local
317 Mutex sync = new Mutex(); in testAcquire() local
328 Mutex sync = new Mutex(); in testTryAcquire() local
339 final Mutex sync = new Mutex(); in testHasQueuedThreads() local
360 final Mutex sync = new Mutex(); in testIsQueuedNPE() local
371 final Mutex sync = new Mutex(); in testIsQueued() local
399 final Mutex sync = new Mutex(); in testGetFirstQueuedThread() local
420 final Mutex sync = new Mutex(); in testHasContended() local
[all …]
H A DAbstractQueuedLongSynchronizerTest.java140 final Mutex sync; field in AbstractQueuedLongSynchronizerTest.InterruptibleSyncRunnable
152 final Mutex sync; field in AbstractQueuedLongSynchronizerTest.InterruptedSyncRunnable
305 Mutex sync = new Mutex(); in testIsHeldExclusively() local
313 Mutex sync = new Mutex(); in testAcquire() local
324 Mutex sync = new Mutex(); in testTryAcquire() local
335 final Mutex sync = new Mutex(); in testHasQueuedThreads() local
356 final Mutex sync = new Mutex(); in testIsQueuedNPE() local
367 final Mutex sync = new Mutex(); in testIsQueued() local
395 final Mutex sync = new Mutex(); in testGetFirstQueuedThread() local
416 final Mutex sync = new Mutex(); in testHasContended() local
[all …]
/dports/devel/ice37/ice-3.7.2/cpp/src/IceGrid/
H A DPluginFacadeI.cpp68 Lock sync(*this); in getApplicationInfo() local
79 Lock sync(*this); in getServerInfo() local
90 Lock sync(*this); in getAdapterInfo() local
101 Lock sync(*this); in getAdapterServer() local
112 Lock sync(*this); in getAdapterNode() local
123 Lock sync(*this); in getAdapterApplication() local
134 Lock sync(*this); in getObjectInfo() local
145 Lock sync(*this); in getNodeInfo() local
156 Lock sync(*this); in getNodeLoad() local
201 Lock sync(*this); in addReplicaGroupFilter() local
[all …]
/dports/devel/php-ice37/ice-3.7.2/cpp/src/IceGrid/
H A DPluginFacadeI.cpp68 Lock sync(*this); in getApplicationInfo() local
79 Lock sync(*this); in getServerInfo() local
90 Lock sync(*this); in getAdapterInfo() local
101 Lock sync(*this); in getAdapterServer() local
112 Lock sync(*this); in getAdapterNode() local
123 Lock sync(*this); in getAdapterApplication() local
134 Lock sync(*this); in getObjectInfo() local
145 Lock sync(*this); in getNodeInfo() local
156 Lock sync(*this); in getNodeLoad() local
201 Lock sync(*this); in addReplicaGroupFilter() local
[all …]
/dports/devel/py-ice37/ice-3.7.2/cpp/src/IceGrid/
H A DPluginFacadeI.cpp68 Lock sync(*this); in getApplicationInfo() local
79 Lock sync(*this); in getServerInfo() local
90 Lock sync(*this); in getAdapterInfo() local
101 Lock sync(*this); in getAdapterServer() local
112 Lock sync(*this); in getAdapterNode() local
123 Lock sync(*this); in getAdapterApplication() local
134 Lock sync(*this); in getObjectInfo() local
145 Lock sync(*this); in getNodeInfo() local
156 Lock sync(*this); in getNodeLoad() local
201 Lock sync(*this); in addReplicaGroupFilter() local
[all …]
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/main/cpp/
H A Dfileappender.cpp40 LOCK_W sync(mutex); in IMPLEMENT_LOG4CXX_OBJECT() local
51 LOCK_W sync(mutex); in FileAppender() local
66 LOCK_W sync(mutex); in FileAppender() local
80 LOCK_W sync(mutex); in FileAppender() local
97 LOCK_W sync(mutex); in setAppend() local
103 LOCK_W sync(mutex); in setFile() local
111 LOCK_W sync(mutex); in setBufferedIO() local
126 LOCK_W sync(mutex); in setOption() local
131 LOCK_W sync(mutex); in setOption() local
136 LOCK_W sync(mutex); in setOption() local
[all …]

12345678910>>...245