Home
last modified time | relevance | path

Searched refs:WAIT (Results 1 – 25 of 71) sorted by relevance

123

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicEventTests.cpp162 enum {SET=0, WAIT, COUNT}; in singleSubmissionCase() enumerator
170 VkCommandBuffer cmdBuffers[COUNT] = {*ptrCmdBuffer[SET], *ptrCmdBuffer[WAIT]}; in singleSubmissionCase()
174 makeCommonCommandBufferSubmitInfo(cmdBuffers[WAIT]) in singleSubmissionCase()
192 beginCommandBuffer(vk, cmdBuffers[WAIT]); in singleSubmissionCase()
193 synchronizationWrapper->cmdWaitEvents(cmdBuffers[WAIT], 1u, &event.get(), &dependencyInfo); in singleSubmissionCase()
194 endCommandBuffer(vk, cmdBuffers[WAIT]); in singleSubmissionCase()
206 enum { SET = 0, WAIT, COUNT }; in multiSubmissionCase() enumerator
212 VkFence fence[COUNT] = { *ptrFence[SET], *ptrFence[WAIT] }; in multiSubmissionCase()
215 VkCommandBuffer cmdBuffers[COUNT] = { *ptrCmdBuffer[SET], *ptrCmdBuffer[WAIT] }; in multiSubmissionCase()
220 makeCommonCommandBufferSubmitInfo(cmdBuffers[WAIT]) in multiSubmissionCase()
[all …]
/third_party/node/test/parallel/
Dtest-repl-history-navigation.js65 const WAIT = '€'; constant
471 if (line.endsWith(WAIT)) {
473 callback(null, [[`${WAIT}WOW`], line]);
475 setTimeout(callback, 1000, null, [[`${WAIT}WOW`], line]).unref();
483 WAIT, // The first call is awaited before new input is triggered!
487 WAIT, // The second call is not awaited. It won't trigger the preview.
494 WAIT,
500 WAIT,
/third_party/node/deps/npm/node_modules/lockfile/test/
Dretry-time.js17 var WAIT = 100 variable
19 var EXPECTTIME = (RETRYWAIT * RETRIES) + (WAIT * (RETRIES + 1))
42 wait: WAIT,
/third_party/musl/libc-test/src/functionalext/supplement/network/
Dsend.c29 #define WAIT() pthread_barrier_wait(&g_barrier) macro
61 WAIT(); in SampleServerTask()
76 WAIT(); in SampleClientTask()
119 WAIT(); in SampleServerNullTask()
130 WAIT(); in SampleClientNullTask()
Daccept4.c32 #define WAIT() pthread_barrier_wait(&g_barrier) macro
66 WAIT(); in ServerTaskOne()
107 WAIT(); in ServerTaskTwo()
148 WAIT(); in ServerTaskThree()
189 WAIT(); in ServerTaskFive()
227 WAIT(); in ServerTaskSix()
241 WAIT(); in ClientTask()
Dgetpeername.c39 #define WAIT() pthread_barrier_wait(&g_barrier) macro
68 WAIT(); in SampleServerTask()
88 WAIT(); in SampleClientTask()
Drecv.c40 #define WAIT() pthread_barrier_wait(&g_barrier) macro
83 WAIT(); in SampleServerTask()
100 WAIT(); in SampleClientTask()
/third_party/musl/libc-test/src/functionalext/supplement/misc/
Dgetmntent_r.c22 #define WAIT() pthread_barrier_wait(&g_barrier) macro
43 WAIT(); in getmntent_rOne()
/third_party/toybox/toys/pending/
Dinit.c36 #define WAIT 0x02 macro
306 if (x->action & (SHUTDOWN|ONCE|SYSINIT|CTRLALTDEL|WAIT)) { in run_action_from_list()
309 if (x->action & (SHUTDOWN|SYSINIT|CTRLALTDEL|WAIT)) waitforpid(pid); in run_action_from_list()
478 run_action_from_list(WAIT); in init_main()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DICUServiceThreadTest.java96 private static boolean WAIT = true; field in ICUServiceThreadTest
107 WAIT = false; in runThreads()
111 WAIT = true; in runThreads()
134 while (WAIT) { in run()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceThreadTest.java93 private static boolean WAIT = true; field in ICUServiceThreadTest
104 WAIT = false; in runThreads()
108 WAIT = true; in runThreads()
131 while (WAIT) { in run()
/third_party/grpc/test/cpp/qps/
Dclient_async.cc367 next_state_ = State::WAIT; in RunNextState()
370 case State::WAIT: in RunNextState()
443 WAIT, enumerator
553 next_state_ = State::WAIT; in RunNextState()
556 case State::WAIT: in RunNextState()
599 WAIT, enumerator
800 next_state_ = State::WAIT; in RunNextState()
803 case State::WAIT: in RunNextState()
866 WAIT, enumerator
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/
DFLClientStatus.java27 WAIT, enumConstant
DCipherClient.java569 return FLClientStatus.WAIT; in judgeGetExchangeKeys()
743 return FLClientStatus.WAIT; in judgeGetShareSecrets()
771 while (curStatus == FLClientStatus.WAIT) { in exchangeKeys()
781 while (curStatus == FLClientStatus.WAIT) { in exchangeKeys()
799 while (curStatus == FLClientStatus.WAIT) { in shareSecrets()
809 while (curStatus == FLClientStatus.WAIT) { in shareSecrets()
828 while (curStatus == FLClientStatus.WAIT) { in reconstructSecrets()
843 while (curStatus == FLClientStatus.WAIT) { in reconstructSecrets()
DSyncFLJob.java172 while (curStatus == FLClientStatus.WAIT) { in startFLJob()
181 while (curStatus == FLClientStatus.WAIT) { in updateModel()
190 while (curStatus == FLClientStatus.WAIT) { in getModel()
341 status = FLClientStatus.WAIT; in getModel()
DGetModel.java216 return FLClientStatus.WAIT; in doResponse()
/third_party/glib/tests/
Dthreadpool-test.c16 #define WAIT 5 /* seconds */ macro
242 g_usleep (WAIT * 1000); in test_thread_sort_entry_func()
312 g_usleep (WAIT * 1000); in test_thread_idle_time_entry_func()
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/Xpm-tests/
Dtest-lazy-anon-1g-touch2 # no 'WAIT on mbind
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java828 WAIT, // recover by waiting enumConstant
834 private MachineState mState = MachineState.WAIT;
862 mState = MachineState.WAIT; in onExecutionProgressed()
871 case WAIT: // not a valid stratedy for connection refusal, fallthrough in recoverConnectionRefused()
912 case WAIT: in recoverComLinkKilled()
/third_party/mesa3d/src/amd/compiler/
Daco_statistics.cpp112 #define WAIT(res) BlockCycleEstimator::res, 0 in get_perf_info() macro
179 #undef WAIT in get_perf_info()
/third_party/vk-gl-cts/doc/testspecs/GL3/
Dfunctional.conditional_render.txt44 - QUERY_(BY_REGION_)(NO_)WAIT
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/cipher/
DClientListReq.java154 return FLClientStatus.WAIT; in judgeGetClientList()
/third_party/mesa3d/src/intel/tools/
Di965_lex.l130 wait { yylval.integer = BRW_OPCODE_WAIT; return WAIT; }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenSubtargetInfo.inc3513 { 1, 21, 26, 198, 201 }, // 123 WAIT
3832 { 1, 90, 91, 0, 0 }, // 123 WAIT
4151 { 1, 110, 111, 0, 0 }, // 123 WAIT
4470 { 1, 134, 135, 0, 0 }, // 123 WAIT
4789 { 1, 156, 157, 0, 0 }, // 123 WAIT
5108 { 1, 184, 185, 756, 759 }, // 123 WAIT
5427 { 1, 186, 188, 1295, 1297 }, // 123 WAIT
5746 { 1, 220, 222, 1685, 1687 }, // 123 WAIT
6065 { 1, 258, 260, 2167, 2169 }, // 123 WAIT
6384 { 1, 315, 317, 2743, 2746 }, // 123 WAIT
[all …]
/third_party/jerryscript/jerry-debugger/
Djerry_client_main.py254 WAIT = 1 variable in DebuggerAction
681 action_type = DebuggerAction.PROMPT if self.prompt else DebuggerAction.WAIT

123