Home
last modified time | relevance | path

Searched refs:timeout (Results 2351 - 2369 of 2369) sorted by relevance

1...<<9192939495

/third_party/toybox/generated/
H A Dflags.h3003 // timeout <2^(foreground)(preserve-status)vk:s(signal): <2^(foreground)(preserve-status)vk:s(signal):
6006 #define TT this.timeout
/third_party/python/Lib/test/
H A Dtest_logging.py1080 timeout=self.TIMEOUT)
1805 # one-second timeout on socket.create_connection() (issue #16264).
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp141 // Kill process timeout setting
5793 "immediately, wait for dump stack util 2s timeout"); in AppRecoveryNotifyApp()
5809 "waitSaveTask timeout %{public}s,pid: %{public}d will exit", in AppRecoveryNotifyApp()
5983 const int64_t timeout = 1000; in TransformedNotifyAppFault() local
5991 dfxTaskHandler_->SubmitTask(timeoutNotifyApp, transformedFaultData.timeoutMarkers, timeout); in TransformedNotifyAppFault()
/third_party/glfw/deps/glad/
H A Dgl.h1956 typedef GLenum (GLAD_API_PTR *PFNGLCLIENTWAITSYNCPROC)(GLsync sync, GLbitfield flags, GLuint64 timeout);
2649 typedef void (GLAD_API_PTR *PFNGLWAITSYNCPROC)(GLsync sync, GLbitfield flags, GLuint64 timeout);
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc4653 LiftoffAssembler::VarState timeout =
4670 {index, expected_value, timeout}, decoder->position());
/third_party/openGLES/api/GL/
H A Dglext.h1442 typedef GLenum (APIENTRYP PFNGLCLIENTWAITSYNCPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);
1443 typedef void (APIENTRYP PFNGLWAITSYNCPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);
1462 GLAPI GLenum APIENTRY glClientWaitSync (GLsync sync, GLbitfield flags, GLuint64 timeout);
1463 GLAPI void APIENTRY glWaitSync (GLsync sync, GLbitfield flags, GLuint64 timeout);
9052 typedef GLboolean (APIENTRYP PFNGLACQUIREKEYEDMUTEXWIN32EXTPROC) (GLuint memory, GLuint64 key, GLuint timeout);
9055 GLAPI GLboolean APIENTRY glAcquireKeyedMutexWin32EXT (GLuint memory, GLuint64 key, GLuint timeout);
/third_party/mesa3d/include/GL/
H A Dglext.h1461 typedef GLenum (APIENTRYP PFNGLCLIENTWAITSYNCPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);
1462 typedef void (APIENTRYP PFNGLWAITSYNCPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);
1481 GLAPI GLenum APIENTRY glClientWaitSync (GLsync sync, GLbitfield flags, GLuint64 timeout);
1482 GLAPI void APIENTRY glWaitSync (GLsync sync, GLbitfield flags, GLuint64 timeout);
8975 typedef GLboolean (APIENTRYP PFNGLACQUIREKEYEDMUTEXWIN32EXTPROC) (GLuint memory, GLuint64 key, GLuint timeout);
8978 GLAPI GLboolean APIENTRY glAcquireKeyedMutexWin32EXT (GLuint memory, GLuint64 key, GLuint timeout);
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglext.h1497 typedef GLenum (APIENTRYP PFNGLCLIENTWAITSYNCPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);
1498 typedef void (APIENTRYP PFNGLWAITSYNCPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);
1517 GLAPI GLenum APIENTRY glClientWaitSync (GLsync sync, GLbitfield flags, GLuint64 timeout);
1518 GLAPI void APIENTRY glWaitSync (GLsync sync, GLbitfield flags, GLuint64 timeout);
8931 typedef GLboolean (APIENTRYP PFNGLACQUIREKEYEDMUTEXWIN32EXTPROC) (GLuint memory, GLuint64 key, GLuint timeout);
8934 GLAPI GLboolean APIENTRY glAcquireKeyedMutexWin32EXT (GLuint memory, GLuint64 key, GLuint timeout);
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglext.h1497 typedef GLenum (APIENTRYP PFNGLCLIENTWAITSYNCPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);
1498 typedef void (APIENTRYP PFNGLWAITSYNCPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);
1517 GLAPI GLenum APIENTRY glClientWaitSync (GLsync sync, GLbitfield flags, GLuint64 timeout);
1518 GLAPI void APIENTRY glWaitSync (GLsync sync, GLbitfield flags, GLuint64 timeout);
8930 typedef GLboolean (APIENTRYP PFNGLACQUIREKEYEDMUTEXWIN32EXTPROC) (GLuint memory, GLuint64 key, GLuint timeout);
8933 GLAPI GLboolean APIENTRY glAcquireKeyedMutexWin32EXT (GLuint memory, GLuint64 key, GLuint timeout);
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp3346 , timeout( timeout_ )
3382 timeout = timeout_;
3421 ( timeout == rhs.timeout ) && ( semaphore == rhs.semaphore ) && ( fence == rhs.fence ) &&
3435 uint64_t timeout = {}; member
3465 , timeout( timeout_ ) in timeout() function
3500 timeout = timeout_;
3520 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( flags == rhs.flags ) && ( timeout == rhs.timeout );
3533 uint64_t timeout member
[all...]
/third_party/mesa3d/src/mesa/main/
H A Ddlist.c9106 save_WaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) in save_WaitSync() argument
9114 p.uint64 = timeout; in save_WaitSync()
9121 CALL_WaitSync(ctx->Exec, (sync, flags, timeout)); in save_WaitSync()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp24493 print_uint64_t(obj.timeout, "timeout", 1); in print_VkAcquireNextImageInfoKHR()
24527 print_uint64_t(obj->timeout, "timeout", 1); in print_VkAcquireNextImageInfoKHR()
26672 print_uint64_t(obj.timeout, "timeout", 0); in print_VkAcquireProfilingLockInfoKHR()
26697 print_uint64_t(obj->timeout, "timeout", 0); in print_VkAcquireProfilingLockInfoKHR()
[all...]
H A Dvulkan_json_parser.hpp10341 parse_uint64_t("timeout", obj["timeout"], (o.timeout)); in parse_VkAcquireNextImageInfoKHR()
10881 parse_uint64_t("timeout", obj["timeout"], (o.timeout)); in parse_VkAcquireProfilingLockInfoKHR()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp1669 if (thumbnailGet.wait_for(lock, PIXELMAP_TIMEOUT_DURATION) == std::cv_status::timeout) { in GetThumbnailPixelMap()
1670 LOGE("get thumbnail pixelMap timeout!"); in GetThumbnailPixelMap()
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h1645 DOCTEST_DEFINE_DECORATOR(timeout, double, 0);
1715 Timeout = 16, // see the timeout decorator
5030 xml.writeAttribute("timeout", in.m_timeout);
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_hash.hpp888 VULKAN_HPP_HASH_COMBINE( seed, acquireNextImageInfoKHR.timeout );
905 VULKAN_HPP_HASH_COMBINE( seed, acquireProfilingLockInfoKHR.timeout );
H A Dvulkan_structs.hpp4282 , timeout( timeout_ )
4320 timeout = timeout_;
4367 return std::tie( sType, pNext, swapchain, timeout, semaphore, fence, deviceMask );
4379 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( swapchain == rhs.swapchain ) && ( timeout == rhs.timeout ) &&
4394 uint64_t timeout = {}; member
4419 , timeout( timeout_ ) in timeout() function
4454 timeout = timeout_;
4477 return std::tie( sType, pNext, flags, timeout );
4489 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( flags == rhs.flags ) && ( timeout
4503 uint64_t timeout = {}; global() member
[all...]
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp3628 std::cv_status::timeout) { in GetTopWindowId()
4026 WLOGD("NotifySessionClosed when ability load timeout " in RegisterSessionExceptionFunc()
4027 "or foreground timeout, id: %{public}d", info.persistentId_); in RegisterSessionExceptionFunc()
/third_party/sqlite/src/
H A Dsqlite3.c17124 int busyTimeout; /* Busy handler timeout, in msec */
44093 struct timespec timeout = {1, 0}; /* 1 sec timeout */ proxyGetHostID() local
[all...]

Completed in 546 milliseconds

1...<<9192939495