Home
last modified time | relevance | path

Searched refs:syncType (Results 1 – 25 of 133) sorted by relevance

123456

/dports/security/vault/vault-1.8.2/vendor/github.com/opencontainers/runc/libcontainer/
H A Dsync.go11 type syncType string type
30 procError syncType = "procError"
31 procReady syncType = "procReady"
32 procRun syncType = "procRun"
33 procHooks syncType = "procHooks"
34 procResume syncType = "procResume"
38 Type syncType `json:"type"`
43 func writeSync(pipe io.Writer, sync syncType) error { argument
49 func readSync(pipe io.Reader, expected syncType) error { argument
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/opencontainers/runc/libcontainer/
H A Dsync.go11 type syncType string type
30 procError syncType = "procError"
31 procReady syncType = "procReady"
32 procRun syncType = "procRun"
33 procHooks syncType = "procHooks"
34 procResume syncType = "procResume"
38 Type syncType `json:"type"`
43 func writeSync(pipe io.Writer, sync syncType) error { argument
49 func readSync(pipe io.Reader, expected syncType) error { argument
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/opencontainers/runc/libcontainer/
H A Dsync.go12 type syncType string type
26 procError syncType = "procError"
27 procReady syncType = "procReady"
28 procRun syncType = "procRun"
29 procHooks syncType = "procHooks"
30 procResume syncType = "procResume"
34 Type syncType `json:"type"`
39 func writeSync(pipe io.Writer, sync syncType) error { argument
45 func readSync(pipe io.Reader, expected syncType) error { argument
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/libnetwork/vendor/github.com/opencontainers/runc/libcontainer/
H A Dsync.go11 type syncType string type
30 procError syncType = "procError"
31 procReady syncType = "procReady"
32 procRun syncType = "procRun"
33 procHooks syncType = "procHooks"
34 procResume syncType = "procResume"
38 Type syncType `json:"type"`
43 func writeSync(pipe io.Writer, sync syncType) error { argument
52 func readSync(pipe io.Reader, expected syncType) error { argument
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/opencontainers/runc/libcontainer/
H A Dsync.go12 type syncType string type
26 procError syncType = "procError"
27 procReady syncType = "procReady"
28 procRun syncType = "procRun"
29 procHooks syncType = "procHooks"
30 procResume syncType = "procResume"
34 Type syncType `json:"type"`
39 func writeSync(pipe io.Writer, sync syncType) error { argument
45 func readSync(pipe io.Reader, expected syncType) error { argument
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/opencontainers/runc/libcontainer/
H A Dsync.go12 type syncType string type
26 procError syncType = "procError"
27 procReady syncType = "procReady"
28 procRun syncType = "procRun"
29 procHooks syncType = "procHooks"
30 procResume syncType = "procResume"
34 Type syncType `json:"type"`
39 func writeSync(pipe io.Writer, sync syncType) error { argument
45 func readSync(pipe io.Reader, expected syncType) error { argument
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/test/java/org/apache/zookeeper/server/quorum/
H A DLearnerSyncThrottlerTest.java44 public void testTooManySyncsNonessential(LearnerSyncThrottler.SyncType syncType) { in testTooManySyncsNonessential() argument
46 LearnerSyncThrottler throttler = new LearnerSyncThrottler(5, syncType); in testTooManySyncsNonessential()
55 public void testTooManySyncsEssential(LearnerSyncThrottler.SyncType syncType) { in testTooManySyncsEssential() argument
57 LearnerSyncThrottler throttler = new LearnerSyncThrottler(5, syncType); in testTooManySyncsEssential()
72 public void testNoThrottle(LearnerSyncThrottler.SyncType syncType) throws Exception { in testNoThrottle() argument
73 LearnerSyncThrottler throttler = new LearnerSyncThrottler(5, syncType); in testNoThrottle()
92 LearnerSyncThrottler throttler = new LearnerSyncThrottler(1, syncType); in testTryWithResourceNoThrottle()
105 … public void testTryWithResourceThrottle(LearnerSyncThrottler.SyncType syncType) throws Exception { in testTryWithResourceThrottle() argument
106 LearnerSyncThrottler throttler = new LearnerSyncThrottler(1, syncType); in testTryWithResourceThrottle()
122 public void testParallelNoThrottle(LearnerSyncThrottler.SyncType syncType) { in testParallelNoThrottle() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/egl/
H A DteglSyncTests.cpp62 const char* getSyncTypeName (EGLenum syncType) in getSyncTypeName() argument
64 switch (syncType) in getSyncTypeName()
134 , m_syncType (syncType) in SyncTest()
225 switch (syncType) in getSyncTypeExtension()
674 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "w… in ClientWaitNoTimeoutTest()
737 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "wa… in ClientWaitForeverTest()
819 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "wa… in ClientWaitNoContextTest()
1119 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "ge… in GetSyncTypeTest()
1182 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "ge… in GetSyncStatusTest()
1353 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "ge… in GetSyncConditionTest()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/syncinfo/
H A DResourceSyncInfo.java102 protected int syncType = TYPE_REGULAR; field in ResourceSyncInfo
343 this.syncType = syncType; in setSyncType()
360 syncType = TYPE_REGULAR; in setRevision()
416 syncType = TYPE_MERGED; in setEntryLine()
419 syncType = TYPE_MERGED_WITH_CONFLICTS; in setEntryLine()
423 syncType = TYPE_MERGED_WITH_CONFLICTS; in setEntryLine()
425 syncType = TYPE_MERGED; in setEntryLine()
428 syncType = TYPE_DELETED_AND_RESTORED; in setEntryLine()
492 switch(syncType) { in getEntryLine()
904 int syncType = getSyncType(timestamp); in isMerge() local
[all …]
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/main/java/org/apache/zookeeper/server/quorum/
H A DLearnerSyncThrottler.java45 private final SyncType syncType; field in LearnerSyncThrottler
55 …public LearnerSyncThrottler(int maxConcurrentSyncs, SyncType syncType) throws IllegalArgumentExcep… in LearnerSyncThrottler() argument
62 this.syncType = syncType; in LearnerSyncThrottler()
88 throw new SyncThrottleException(syncInProgress + 1, maxConcurrentSyncs, syncType); in beginSync()
H A DSyncThrottleException.java32 …xception(int concurrentSyncNumber, int throttleThreshold, LearnerSyncThrottler.SyncType syncType) { in SyncThrottleException() argument
33 super(getMessage(concurrentSyncNumber, throttleThreshold, syncType)); in SyncThrottleException()
36 …tMessage(int concurrentSyncNumber, int throttleThreshold, LearnerSyncThrottler.SyncType syncType) { in getMessage() argument
38 syncType.toString().toLowerCase(), in getMessage()
/dports/devel/folly/folly-2021.12.27.00/folly/
H A DFileUtil.cpp212 SyncType syncType) { in writeFileAtomicNoThrow() argument
260 if (syncType == SyncType::WITH_SYNC) { in writeFileAtomicNoThrow()
288 SyncType syncType) { in writeFileAtomic() argument
289 auto rc = writeFileAtomicNoThrow(filename, iov, count, permissions, syncType); in writeFileAtomic()
300 SyncType syncType) { in writeFileAtomic() argument
304 writeFileAtomic(filename, &iov, 1, permissions, syncType); in writeFileAtomic()
311 SyncType syncType) { in writeFileAtomic() argument
312 writeFileAtomic(filename, ByteRange(data), permissions, syncType); in writeFileAtomic()
H A DFileUtil.h273 SyncType syncType = SyncType::WITHOUT_SYNC);
278 SyncType syncType = SyncType::WITHOUT_SYNC);
283 SyncType syncType = SyncType::WITHOUT_SYNC);
296 SyncType syncType = SyncType::WITHOUT_SYNC);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelMessagePassing.cpp120 SyncType syncType; member
368 if (m_data.syncType == ST_FENCE_ATOMIC || m_data.syncType == ST_FENCE_FENCE) in initPrograms()
379 if (m_data.syncType == ST_ATOMIC_FENCE || m_data.syncType == ST_FENCE_FENCE) in initPrograms()
476 if (m_data.syncType != ST_CONTROL_AND_MEMORY_BARRIER && m_data.syncType != ST_CONTROL_BARRIER) in initPrograms()
700 if (m_data.syncType == ST_FENCE_ATOMIC || m_data.syncType == ST_FENCE_FENCE) in initPrograms()
734 if (m_data.syncType == ST_ATOMIC_FENCE || m_data.syncType == ST_FENCE_FENCE) in initPrograms()
765 if (m_data.syncType == ST_ATOMIC_FENCE || m_data.syncType == ST_FENCE_FENCE) in initPrograms()
1004 if (m_data.syncType == ST_ATOMIC_ATOMIC || m_data.syncType == ST_ATOMIC_FENCE) { in initProgramsTransitive()
1027 if (m_data.syncType == ST_ATOMIC_ATOMIC || m_data.syncType == ST_FENCE_ATOMIC) { in initProgramsTransitive()
1946 … if ((c.syncType == ST_CONTROL_BARRIER || c.syncType == ST_CONTROL_AND_MEMORY_BARRIER) && in createTests()
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/opencontainers/runc/libcontainer/
H A Dgeneric_error.go11 type syncType uint8 type
14 procReady syncType = iota
22 Type syncType `json:"type"`
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/opencontainers/runc/libcontainer/
H A Dgeneric_error.go11 type syncType uint8 type
14 procReady syncType = iota
22 Type syncType `json:"type"`
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/opencontainers/runc/libcontainer/
H A Dgeneric_error.go11 type syncType uint8 type
14 procReady syncType = iota
22 Type syncType `json:"type"`
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/opencontainers/runc/libcontainer/
H A Dgeneric_error.go11 type syncType uint8 type
14 procReady syncType = iota
22 Type syncType `json:"type"`
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/opencontainers/runc/libcontainer/
H A Dgeneric_error.go12 type syncType uint8 type
15 procReady syncType = iota
23 Type syncType `json:"type"`
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/
H A Dgeneric_error.go12 type syncType uint8 type
15 procReady syncType = iota
22 Type syncType `json:"type"`
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/visualmode/
H A DVisualModeEditorSync.java25 void syncToEditor(VisualMode.SyncType syncType); in syncToEditor() argument
26 void syncToEditor(VisualMode.SyncType syncType, Command ready); in syncToEditor() argument
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/hdfs/
H A DTestFileConcurrentReader.java222 final boolean transferToAllowed, SyncType syncType, int writeSize in runTestUnfinishedBlockCRCError() argument
225 transferToAllowed, syncType, writeSize, new Configuration() in runTestUnfinishedBlockCRCError()
231 final SyncType syncType, in runTestUnfinishedBlockCRCError() argument
236 conf.setBoolean("dfs.support.broken.append", syncType == SyncType.APPEND); in runTestUnfinishedBlockCRCError()
257 if (syncType == SyncType.SYNC) { in runTestUnfinishedBlockCRCError()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_softlet/agnostic/common/shared/scalability/
H A Dmedia_scalability_singlepipe.h153 …virtual MOS_STATUS SyncPipe(uint32_t syncType, uint32_t semaphoreId, PMOS_COMMAND_BUFFER cmdBuffer… in SyncPipe() argument
166 …virtual MOS_STATUS ResetSemaphore(uint32_t syncType, uint32_t semaphoreId, PMOS_COMMAND_BUFFER cmd… in ResetSemaphore() argument
H A Dmedia_scalability_mdf.h151 …virtual MOS_STATUS SyncPipe(uint32_t syncType, uint32_t semaphoreId, PMOS_COMMAND_BUFFER cmdBuffer… in SyncPipe() argument
164 …virtual MOS_STATUS ResetSemaphore(uint32_t syncType, uint32_t semaphoreId, PMOS_COMMAND_BUFFER cmd… in ResetSemaphore() argument
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/media_driver_next/agnostic/common/shared/scalability/
H A Dmedia_scalability_singlepipe.h153 …virtual MOS_STATUS SyncPipe(uint32_t syncType, uint32_t semaphoreId, PMOS_COMMAND_BUFFER cmdBuffer… in SyncPipe() argument
166 …virtual MOS_STATUS ResetSemaphore(uint32_t syncType, uint32_t semaphoreId, PMOS_COMMAND_BUFFER cmd… in ResetSemaphore() argument

123456