Home
last modified time | relevance | path

Searched refs:SyncObj (Results 1 – 17 of 17) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http/src/System/Net/Http/Managed/
H A DHttpConnectionPool.cs45 private object SyncObj => _idleConnections; field in System.Net.Http.HttpConnectionPool
56 lock (SyncObj) in GetConnectionAsync()
110 lock (innerWaiter._pool.SyncObj) in GetConnectionAsync()
139 Debug.Assert(Monitor.IsEntered(SyncObj)); in EnqueueWaiter()
161 Debug.Assert(Monitor.IsEntered(SyncObj)); in DequeueWaiter()
188 Debug.Assert(Monitor.IsEntered(SyncObj)); in RemoveWaiterForCancellation()
260 lock (SyncObj) in DecrementConnectionCount()
331 lock (SyncObj) in ReturnConnection()
372 lock (SyncObj) in Dispose()
400 Monitor.Enter(SyncObj, ref tookLock); in CleanCacheAndDisposeIfUnused()
[all …]
H A DHttpConnectionPools.cs33 private object SyncObj => _pools; field in System.Net.Http.HttpConnectionPools
76 lock (SyncObj) in GetOrAddPool()
118 lock (SyncObj) in RemoveStalePools()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Channels/src/System/Threading/Channels/
H A DBoundedChannel.cs35 private object SyncObj => _items; field in System.Threading.Channels.BoundedChannel
62 lock (parent.SyncObj) in TryRead()
86 lock (parent.SyncObj) in WaitToReadAsync()
115 Debug.Assert(Monitor.IsEntered(parent.SyncObj)); in DequeueItemAndPostProcess()
159 lock (parent.SyncObj) in TryComplete()
202 lock (parent.SyncObj) in TryWrite()
276 lock (parent.SyncObj) in WaitToWriteAsync()
311 lock (parent.SyncObj) in WriteAsync()
383 Debug.Assert(SyncObj != null, "The sync obj must not be null."); in AssertInvariants()
384 …Debug.Assert(Monitor.IsEntered(SyncObj), "Invariants can only be validated while holding the lock.… in AssertInvariants()
H A DUnbufferedChannel.cs38 lock (parent.SyncObj) in TryRead()
67 lock (parent.SyncObj) in ReadAsync()
113 lock (parent.SyncObj) in WaitToReadAsync()
143 lock (parent.SyncObj) in TryComplete()
169 lock (parent.SyncObj) in TryWrite()
196 lock (parent.SyncObj) in WaitToWriteAsync()
225 lock (parent.SyncObj) in WriteAsync()
269 private object SyncObj => _completion; field in System.Threading.Channels.UnbufferedChannel
274 Debug.Assert(SyncObj != null, "The sync obj must not be null."); in AssertInvariants()
275 …Debug.Assert(Monitor.IsEntered(SyncObj), "Invariants can only be validated while holding the lock.… in AssertInvariants()
H A DUnboundedChannel.cs75 lock (parent.SyncObj) in WaitToReadAsync()
110 lock (parent.SyncObj) in TryComplete()
152 lock (parent.SyncObj) in TryWrite()
200 private object SyncObj => _items; field in System.Threading.Channels.UnboundedChannel
205 Debug.Assert(SyncObj != null, "The sync obj must not be null."); in AssertInvariants()
206 …Debug.Assert(Monitor.IsEntered(SyncObj), "Invariants can only be validated while holding the lock.… in AssertInvariants()
H A DSingleConsumerUnboundedChannel.cs81 lock (parent.SyncObj) in WaitToReadAsync()
121 lock (parent.SyncObj) in TryComplete()
177 lock (parent.SyncObj) in TryWrite()
223 private object SyncObj => _items; field in System.Threading.Channels.SingleConsumerUnboundedChannel
/dports/lang/micropython/micropython-1.17/drivers/cc3100/src/
H A Dspawn.c62 _SlSyncObj_t SyncObj; member
81 sl_SyncObjCreate(&g_SlInternalSpawnCB.SyncObj,"SlSpawnSync"); in _SlInternalSpawnTaskEntry()
82 sl_SyncObjWait(&g_SlInternalSpawnCB.SyncObj,SL_OS_NO_WAIT); in _SlInternalSpawnTaskEntry()
102 sl_SyncObjWait(&g_SlInternalSpawnCB.SyncObj,SL_OS_WAIT_FOREVER); in _SlInternalSpawnTaskEntry()
187 _SlDrvSyncObjSignal(&g_SlInternalSpawnCB.SyncObj); in _SlInternalSpawn()
H A Ddevice.c132 _SlDrvSyncObjWaitForever(&g_pCB->ObjPool[ObjIdx].SyncObj); in sl_Start()
164 _SlDrvSyncObjSignal(&g_pCB->ObjPool[g_pCB->FunctionParams.AsyncExt.ActionIndex].SyncObj); in _sl_HandleAsync_InitComplete()
190 _SlDrvSyncObjSignal(&g_pCB->ObjPool[g_pCB->FunctionParams.AsyncExt.ActionIndex].SyncObj); in _sl_HandleAsync_Stop()
243 _SlDrvSyncObjWaitForever(&g_pCB->ObjPool[ObjIdx].SyncObj); in sl_Stop()
H A Dnetapp.c688 _SlDrvSyncObjWaitForever(&g_pCB->ObjPool[ObjIdx].SyncObj); in sl_NetAppDnsGetHostByService()
821 _SlDrvSyncObjSignal(&g_pCB->ObjPool[g_pCB->FunctionParams.AsyncExt.ActionIndex].SyncObj); in _sl_HandleAsync_DnsGetHostByService()
897 _SlDrvSyncObjWaitForever(&g_pCB->ObjPool[ObjIdx].SyncObj); in sl_NetAppDnsGetHostByName()
935 _SlDrvSyncObjSignal(&g_pCB->ObjPool[g_pCB->FunctionParams.AsyncExt.ActionIndex].SyncObj); in _sl_HandleAsync_DnsGetHostByName()
975 _SlDrvSyncObjSignal(&g_pCB->ObjPool[g_pCB->FunctionParams.AsyncExt.ActionIndex].SyncObj); in _sl_HandleAsync_PingResponse()
1058 _SlDrvSyncObjWaitForever(&g_pCB->ObjPool[ObjIdx].SyncObj); in sl_NetAppPingStart()
H A Dsocket.c534 _SlDrvSyncObjWaitForever(&g_pCB->ObjPool[ObjIdx].SyncObj); in sl_Connect()
567 _SlDrvSyncObjSignal(&g_pCB->ObjPool[g_pCB->FunctionParams.AsyncExt.ActionIndex].SyncObj); in _sl_HandleAsync_Connect()
724 _SlDrvSyncObjWaitForever(&g_pCB->ObjPool[ObjIdx].SyncObj); in sl_Accept()
839 _SlDrvSyncObjSignal(&g_pCB->ObjPool[g_pCB->FunctionParams.AsyncExt.ActionIndex].SyncObj); in _sl_HandleAsync_Accept()
858 _SlDrvSyncObjSignal(&g_pCB->ObjPool[g_pCB->FunctionParams.AsyncExt.ActionIndex].SyncObj); in _sl_HandleAsync_Select()
1091 _SlDrvSyncObjWaitForever(&g_pCB->ObjPool[ObjIdx].SyncObj); in sl_Select()
H A Ddriver.c520 OSI_RET_OK_CHECK( sl_SyncObjCreate(&g_pCB->ObjPool[Idx].SyncObj, "SyncObj")); in _SlDrvDriverCBInit()
521 sl_SyncObjClear(&g_pCB->ObjPool[Idx].SyncObj); in _SlDrvDriverCBInit()
556 OSI_RET_OK_CHECK( sl_SyncObjDelete(&g_pCB->ObjPool[Idx].SyncObj) ); in _SlDrvDriverCBDeinit()
718 _SlDrvSyncObjWaitForever(&g_pCB->ObjPool[ObjIdx].SyncObj); in _SlDrvDataReadOp()
1047 … _SlDrvSyncObjSignal(&g_pCB->ObjPool[g_pCB->FunctionParams.AsyncExt.ActionIndex].SyncObj); in _SlDrvMsgRead()
1622 _SlDrvSyncObjWaitForever(&g_pCB->ObjPool[CurrObjIndex].SyncObj); in _SlDrvWaitForPoolObj()
1670 _SlDrvSyncObjSignal(&g_pCB->ObjPool[PendingIndex].SyncObj); in _SlDrvReleasePoolObj()
/dports/irc/quassel-core/quassel-0.14-rc2/tests/common/
H A Dsignalproxytest.cpp146 class SyncObj : public SyncableObject class
324 SyncObj clientObject; in TEST_F()
325 SyncObj serverObject; in TEST_F()
352 spy.connect(&clientObject, &SyncObj::intPropertyChanged); in TEST_F()
359 spy.connect(&clientObject, &SyncObj::syncMethodCalled); in TEST_F()
369 spy.connect(&clientObject, &SyncObj::intReceived); in TEST_F()
375 spy.connect(&clientObject, &SyncObj::stringReceived); in TEST_F()
404 spy.connect(&clientObject, &SyncObj::stringPropertyChanged); in TEST_F()
/dports/irc/quassel/quassel-0.14-rc2/tests/common/
H A Dsignalproxytest.cpp146 class SyncObj : public SyncableObject class
324 SyncObj clientObject; in TEST_F()
325 SyncObj serverObject; in TEST_F()
352 spy.connect(&clientObject, &SyncObj::intPropertyChanged); in TEST_F()
359 spy.connect(&clientObject, &SyncObj::syncMethodCalled); in TEST_F()
369 spy.connect(&clientObject, &SyncObj::intReceived); in TEST_F()
375 spy.connect(&clientObject, &SyncObj::stringReceived); in TEST_F()
404 spy.connect(&clientObject, &SyncObj::stringPropertyChanged); in TEST_F()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem.Watcher/src/System/IO/
H A DFileSystemWatcher.Linux.cs319 private object SyncObj { get { return _wdToPathMap; } } property in System.IO.FileSystemWatcher.RunningInstance
326 lock (SyncObj) in AddDirectoryWatch()
460 lock (SyncObj) in RemoveWatchedDirectory()
505 lock (SyncObj) in CancellationCallback()
572 lock (SyncObj) in ProcessEvents()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Util/
H A DUpdateCheckEx.cs243 public readonly object SyncObj = new object(); field in KeePass.Util.UpdateCheckEx.UpdateDownloadInfo
275 lock(dl.SyncObj) { bReady &= dl.Ready; } in DownloadInfoFiles()
302 lock(dl.SyncObj) { dl.Ready = true; } in DownloadInfoFile()
/dports/lang/micropython/micropython-1.17/drivers/cc3100/inc/
H A Ddriver.h80 _SlSyncObj_t SyncObj; member
/dports/devel/p5-Test-Simple/Test-Simple-1.302188/
H A DChanges2235 - Rename SyncObj to Global/Instance