Home
last modified time | relevance | path

Searched defs:wait (Results 76 - 100 of 385) sorted by relevance

12345678910>>...16

/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/coap_discover/
H A Dcoap_discover.h50 sem_t wait; member
/test/testfwk/arkxtest/testserver/src/client/
H A Dtest_server_client.cpp51 auto wait = locatorCond_.wait_for(lock, std::chrono::milliseconds(TESTSERVER_LOAD_TIMEOUT_MS), [this] { in WaitLoadStateChange() local
/test/testfwk/arkxtest/testserver/test/unittest/
H A Dstart_test_server.cpp47 auto wait = locatorCond_.wait_for(lock, std::chrono::milliseconds(TESTSERVER_LOAD_TIMEOUT_MS), [this] { in WaitLoadStateChange() local
/third_party/curl/src/
H A Dtool_cb_rea.c71 long wait = config->timeout_ms - msdelta; in tool_read_cb() local
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_query_pipe.c139 v3d_get_query_result_pipe(struct v3d_context *v3d, struct v3d_query *query, bool wait, union pipe_query_result *vresult) v3d_get_query_result_pipe() argument
H A Dv3d_query_perfcnt.c275 v3d_get_query_result_perfcnt(struct v3d_context *v3d, struct v3d_query *query, bool wait, union pipe_query_result *vresult) v3d_get_query_result_perfcnt() argument
H A Dv3d_query.c89 v3d_get_query_result(struct pipe_context *pctx, struct pipe_query *query, bool wait, union pipe_query_result *vresult) v3d_get_query_result() argument
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_query.c317 boolean b, wait; in softpipe_check_render_cond() local
233 softpipe_get_query_result(struct pipe_context *pipe, struct pipe_query *q, bool wait, union pipe_query_result *vresult) softpipe_get_query_result() argument
/third_party/musl/porting/liteos_a/kernel/include/
H A Dpoll.h59 poll_wait_head wait; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/
H A Dpoll.h56 poll_wait_head wait; member
/third_party/ltp/testcases/kernel/syscalls/getrusage/
H A Dgetrusage04.c155 static void busyloop(long wait) in busyloop() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_query.c88 fd_get_query_result(struct pipe_context *pctx, struct pipe_query *pq, bool wait, in fd_get_query_result() argument
H A Dfreedreno_query_acc.c139 fd_acc_get_query_result(struct fd_context *ctx, struct fd_query *q, bool wait, in fd_acc_get_query_result() argument
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_query.c80 etna_get_query_result(struct pipe_context *pctx, struct pipe_query *pq, bool wait, union pipe_query_result *result) etna_get_query_result() argument
/third_party/mesa3d/src/intel/common/
H A Dintel_gem.c40 struct drm_syncobj_wait wait = { in intel_gem_supports_syncobj_wait() local
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_query.c191 bool wait; in r300_render_condition() local
140 r300_get_query_result(struct pipe_context* pipe, struct pipe_query* query, bool wait, union pipe_query_result *vresult) r300_get_query_result() argument
/third_party/pulseaudio/src/pulsecore/
H A Dshmasyncq.c117 int pa_shmasyncq_push(pa_shmasyncq*l, void *p, int wait) { in pa_shmasyncq_push() argument
149 void* pa_shmasyncq_pop(pa_shmasyncq*l, int wait) { in pa_shmasyncq_pop() argument
/third_party/python/Lib/multiprocessing/
H A Dpopen_spawn_win32.py102 def wait(self, timeout=None): member in Popen
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DProgramImpl.h62 inline angle::Result LinkEventDone::wait(const gl::Context *context) in wait() function in rx::LinkEventDone
H A DShaderImpl.cpp26 void WaitableCompileEvent::wait() in wait() function in rx::WaitableCompileEvent
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DSemaphoreGL.cpp78 angle::Result SemaphoreGL::wait(gl::Context *context, in wait() function in rx::SemaphoreGL
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSemaphoreVk.cpp62 angle::Result SemaphoreVk::wait(gl::Context *context, in wait() function in rx::SemaphoreVk
/third_party/skia/src/gpu/vk/
H A DGrVkSecondaryCBDrawContext.cpp85 bool GrVkSecondaryCBDrawContext::wait(int numSemaphores, in wait() function in GrVkSecondaryCBDrawContext
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DSynchronization.hpp85 void wait() const in wait() function in sw::CountedEvent
93 bool wait(const std::chrono::time_point<CLOCK, DURATION> &timeout) const in wait() function in sw::CountedEvent
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkSemaphore.hpp70 void wait(const VkPipelineStageFlags &flag) in wait() function in vk::BinarySemaphore

Completed in 9 milliseconds

12345678910>>...16