Home
last modified time | relevance | path

Searched refs:notReady (Results 1 – 25 of 1357) sorted by relevance

12345678910>>...55

/dports/sysutils/istio/istio-1.6.7/operator/pkg/helmreconciler/
H A Dwait.go66 var notReady []string
75 notReady = notReadyObjects
168 l.ReportWaiting(notReady)
230 var notReady []string
233 notReady = append(notReady, "Namespace/"+namespace.Name)
236 return len(notReady) == 0, notReady
240 var notReady []string
243 notReady = append(notReady, "Pod/"+pod.Namespace+"/"+pod.Name)
246 return len(notReady) == 0, notReady
262 var notReady []string
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/event/
H A Dasync_events_handler_tests.cpp57 …t(), commandQueue.get(), CL_COMMAND_BARRIER, CompletionStamp::notReady, CompletionStamp::notReady); in SetUp()
92 event1->setTaskStamp(CompletionStamp::notReady, 0); in TEST_F()
103 event1->setTaskStamp(CompletionStamp::notReady, 0); in TEST_F()
163 event1->setTaskStamp(CompletionStamp::notReady - 1, CompletionStamp::notReady + 1); in TEST_F()
176 event1->setTaskStamp(CompletionStamp::notReady, 0); in TEST_F()
177 event2->setTaskStamp(CompletionStamp::notReady, 0); in TEST_F()
200 event1->setTaskStamp(CompletionStamp::notReady, 0); in TEST_F()
201 event2->setTaskStamp(CompletionStamp::notReady, 0); in TEST_F()
231 event1->setTaskStamp(CompletionStamp::notReady, 0); in TEST_F()
241 event1->setTaskStamp(CompletionStamp::notReady, CompletionStamp::notReady + 1); in TEST_F()
[all …]
H A Devent_tracker_tests.cpp114 cmdq.taskCount = CompletionStamp::notReady; in TEST()
115 cmdq.taskLevel = CompletionStamp::notReady; in TEST()
160 uEvent.taskLevel = CompletionStamp::notReady; in TEST()
161 uEvent.updateTaskCount(CompletionStamp::notReady, 0); in TEST()
206 …nt event(nullptr, CL_COMMAND_NDRANGE_KERNEL, CompletionStamp::notReady, CompletionStamp::notReady); in TEST()
269 …nt event(nullptr, CL_COMMAND_NDRANGE_KERNEL, CompletionStamp::notReady, CompletionStamp::notReady); in TEST()
487 Event event(nullptr, CL_COMMAND_USER, CompletionStamp::notReady, CompletionStamp::notReady); in TEST()
629 …ew Event(nullptr, CL_COMMAND_NDRANGE_KERNEL, CompletionStamp::notReady, CompletionStamp::notReady); in TEST()
H A Devent_tests.cpp317 …vent event(pCmdQ, CL_COMMAND_NDRANGE_KERNEL, CompletionStamp::notReady, CompletionStamp::notReady); in TEST_F()
1039 …MockEvent>(pCmdQ, CL_COMMAND_NDRANGE_KERNEL, CompletionStamp::notReady, CompletionStamp::notReady); in HWTEST_F()
1059 …MockEvent>(pCmdQ, CL_COMMAND_NDRANGE_KERNEL, CompletionStamp::notReady, CompletionStamp::notReady); in HWTEST_F()
1310 …vent> ev(this->pCmdQ, CL_COMMAND_MAP_BUFFER, CompletionStamp::notReady, CompletionStamp::notReady); in HWTEST_F()
1312 EXPECT_EQ(CompletionStamp::notReady, ev.peekTaskCount()); in HWTEST_F()
1318 …Event> ev(this->pCmdQ, CL_COMMAND_MAP_IMAGE, CompletionStamp::notReady, CompletionStamp::notReady); in HWTEST_F()
1320 EXPECT_EQ(CompletionStamp::notReady, ev.peekTaskCount()); in HWTEST_F()
1326 …Event> ev(this->pCmdQ, CL_COMMAND_MAP_IMAGE, CompletionStamp::notReady, CompletionStamp::notReady); in TEST_F()
1355 …Event> ev(pCmdQ.get(), CL_COMMAND_MAP_IMAGE, CompletionStamp::notReady, CompletionStamp::notReady); in TEST_F()
1459 …hildEvent0(pCmdQ, CL_COMMAND_NDRANGE_KERNEL, CompletionStamp::notReady, CompletionStamp::notReady); in HWTEST_F()
[all …]
H A Duser_events_tests.cpp147 EXPECT_EQ(CompletionStamp::notReady, uEvent.getTaskLevel()); in TEST()
150 EXPECT_EQ(CompletionStamp::notReady, uEvent.getTaskLevel()); in TEST()
153 EXPECT_EQ(CompletionStamp::notReady, uEvent.getTaskLevel()); in TEST()
176 EXPECT_EQ(CompletionStamp::notReady, pCmdQ->taskLevel); in TEST_F()
179 EXPECT_EQ(CompletionStamp::notReady, pCmdQ->taskCount); in TEST_F()
209 EXPECT_EQ(CompletionStamp::notReady, pCmdQ->taskLevel); in TEST_F()
212 EXPECT_EQ(CompletionStamp::notReady, pCmdQ->taskCount); in TEST_F()
228 EXPECT_EQ(returnEvent->taskLevel, CompletionStamp::notReady); in TEST_F()
458 EXPECT_EQ(CompletionStamp::notReady, returnEvent->taskLevel); in TEST_F()
485 EXPECT_EQ(CompletionStamp::notReady, returnEvent->taskLevel); in TEST_F()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/event/
H A Duser_event.cpp19 : Event(ctx, nullptr, CL_COMMAND_USER, CompletionStamp::notReady, CompletionStamp::notReady) { in UserEvent()
40 return CompletionStamp::notReady; in getTaskLevel()
48 : Event(ctx, cmdQ, -1, CompletionStamp::notReady, CompletionStamp::notReady) { in VirtualEvent()
H A Devent.cpp417 while (this->taskCount == CompletionStamp::notReady) { in wait()
427 DEBUG_BREAK_IF(this->taskLevel == CompletionStamp::notReady && this->executionStatus >= 0); in wait()
436 if (taskLevel == CompletionStamp::notReady) { in updateExecutionStatus()
492 uint32_t taskLevelToPropagate = CompletionStamp::notReady; in unblockEventsBlockedByThis()
496 if (taskLevel == CompletionStamp::notReady) { in unblockEventsBlockedByThis()
591 if (this->taskCount == CompletionStamp::notReady) { in submitCommand()
615 if (event->taskLevel != CompletionStamp::notReady) { in waitForEvents()
665 if (this->taskLevel == CompletionStamp::notReady) { in unblockEventBy()
687 return taskLevel != CompletionStamp::notReady ? true : false; in isReadyForSubmission()
756 if (taskLevel != CompletionStamp::notReady) { in tryFlushEvent()
H A Devent_tracker.cpp51 if (taskCount == CompletionStamp::notReady) { in dumpQueue()
58 if (taskLevel == CompletionStamp::notReady) { in dumpQueue()
101 if (taskCount == CompletionStamp::notReady) { in dumpNode()
108 if (taskLevel == CompletionStamp::notReady) { in dumpNode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
H A Dnotify_all.pass.cpp35 std::atomic<unsigned> notReady; variable
39 --notReady; in helper()
46 notReady = threadCount; in main()
51 while (notReady > 0) in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
H A Dnotify_all.pass.cpp36 std::atomic<unsigned> notReady; variable
40 --notReady; in helper()
47 notReady = threadCount; in main()
52 while (notReady > 0) in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
H A Dnotify_all.pass.cpp35 std::atomic<unsigned> notReady; variable
39 --notReady; in helper()
46 notReady = threadCount; in main()
51 while (notReady > 0) in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
H A Dnotify_all.pass.cpp36 std::atomic<unsigned> notReady; variable
40 --notReady; in helper()
47 notReady = threadCount; in main()
52 while (notReady > 0) in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
H A Dnotify_all.pass.cpp36 std::atomic<unsigned> notReady; variable
40 --notReady; in helper()
47 notReady = threadCount; in main()
52 while (notReady > 0) in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
H A Dnotify_all.pass.cpp36 std::atomic<unsigned> notReady; variable
40 --notReady; in helper()
47 notReady = threadCount; in main()
52 while (notReady > 0) in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
H A Dnotify_all.pass.cpp36 std::atomic<unsigned> notReady; variable
40 --notReady; in helper()
47 notReady = threadCount; in main()
52 while (notReady > 0) in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
H A Dnotify_all.pass.cpp36 std::atomic<unsigned> notReady; variable
40 --notReady; in helper()
47 notReady = threadCount; in main()
52 while (notReady > 0) in main()
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/framework/node/
H A Dwait.go52 var notReady []v1.Node
55 notReady = nil
63 notReady = append(notReady, node)
96 return len(notReady) == 0 && len(missingPodsPerNode) == 0, nil
103 if len(notReady) > 0 {
104 return fmt.Errorf("Not ready nodes: %v", notReady)
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/network/netpol/
H A Dtest_helper.go82 notReady := map[string]bool{}
84 notReady[caseName] = true
89 if notReady[caseName] {
96 delete(notReady, caseName)
102 if len(notReady) == 0 {
107 return errors.Errorf("after %d tries, %d HTTP servers are not ready", maxTries, len(notReady))
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/sharings/gl/windows/
H A Dgl_sync_event_windows.cpp24 …ullptr, CL_COMMAND_GL_FENCE_SYNC_OBJECT_KHR, CompletionStamp::notReady, CompletionStamp::notReady), in GlSyncEvent()
61 return CompletionStamp::notReady; in getTaskLevel()
/dports/sysutils/istio/istio-1.6.7/istioctl/pkg/multicluster/
H A Dgenerate.go147 notReady := make(map[string]struct{})
151 notReady[uid] = struct{}{}
157 delete(notReady, c.clusterName)
166 clusters := make([]string, 0, len(notReady))
167 for uid := range notReady {
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dwhere.c580 && (pTerm->prereqRight & notReady)==0 in findTerm()
3090 notReady, log10N, nRow, cost, used in bestBtreeIndex()
4095 if( pOrTab==0 ) return notReady; in codeOneLoopStart()
4195 if( (pTerm->prereqAll & notReady)!=0 ){ in codeOneLoopStart()
4233 return notReady; in codeOneLoopStart()
4513 notReady = ~(Bitmask)0; in sqlite3WhereBegin()
4585 if( (m & notReady)==0 ){ in sqlite3WhereBegin()
4589 mask = (isOptimal ? m : notReady); in sqlite3WhereBegin()
4726 notReady = ~(Bitmask)0; in sqlite3WhereBegin()
4789 notReady = ~(Bitmask)0; in sqlite3WhereBegin()
[all …]
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/adva/
H A DF3-CAPABILITIES-MIB213 DESCRIPTION "notInService(2), notReady(3), createAndGo(4),
274 DESCRIPTION "notInService(2), notReady(3) and createAndWait(5) are not supported."
282 DESCRIPTION "notInService(2), notReady(3) and createAndWait(5) are not supported."
300 DESCRIPTION "notInService(2), notReady(3) and createAndWait(5) are not supported."
610 DESCRIPTION "notInService(2), notReady(3) and createAndWait(5) are not supported."
920 DESCRIPTION "notInService(2),notReady(3) and createAndWait(5) are not supported."
938 DESCRIPTION "notInService(2),notReady(3) and createAndWait(5) are not supported."
949 DESCRIPTION "notInService(2),notReady(3) and createAndWait(5) are not supported."
953 DESCRIPTION "notInService(2),notReady(3) and createAndWait(5) are not supported."
957 DESCRIPTION "notInService(2),notReady(3) and createAndWait(5) are not supported."
[all …]
/dports/net-mgmt/observium/observium/mibs/adva/
H A DF3-CAPABILITIES-MIB213 DESCRIPTION "notInService(2), notReady(3), createAndGo(4),
274 DESCRIPTION "notInService(2), notReady(3) and createAndWait(5) are not supported."
282 DESCRIPTION "notInService(2), notReady(3) and createAndWait(5) are not supported."
300 DESCRIPTION "notInService(2), notReady(3) and createAndWait(5) are not supported."
610 DESCRIPTION "notInService(2), notReady(3) and createAndWait(5) are not supported."
920 DESCRIPTION "notInService(2),notReady(3) and createAndWait(5) are not supported."
938 DESCRIPTION "notInService(2),notReady(3) and createAndWait(5) are not supported."
949 DESCRIPTION "notInService(2),notReady(3) and createAndWait(5) are not supported."
953 DESCRIPTION "notInService(2),notReady(3) and createAndWait(5) are not supported."
957 DESCRIPTION "notInService(2),notReady(3) and createAndWait(5) are not supported."
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/scenarios/
H A Dblocked_enqueue_barrier_scenario_tests.cpp41 EXPECT_EQ(CompletionStamp::notReady, mockCmdQ->taskLevel); in HWTEST_F()
48 EXPECT_NE(CompletionStamp::notReady, mockCmdQ->taskLevel); in HWTEST_F()
/dports/net-mgmt/observium/observium/mibs/hirschmann/
H A DHM2-TRACKING-MIB156 notReady(3)
160 … DESCRIPTION "Shows if the tracked object is currently up(1), down(2) or notReady(3).
161 in case the state indicates notReady, the corresponding configuration
163 DEFVAL { notReady }
211 notReady(3) otherwise."
592 notReady(3)
596 DESCRIPTION "Shows if the tracked object is currently up(1), down(2) or notReady(3).
597 in case the state indicates notReady, the corresponding configuration
599 DEFVAL { notReady }

12345678910>>...55