Home
last modified time | relevance | path

Searched defs:wait_result (Results 1 – 25 of 67) sorted by relevance

123

/aosp_15_r20/external/libchrome/mojo/core/
H A Dinvitation_unittest.cc461 int wait_result = -1; in TEST_F() local
503 int wait_result = -1; in TEST_F() local
544 int wait_result = -1; in TEST_F() local
658 int wait_result = -1; in TEST_F() local
694 int wait_result = -1; in TEST_F() local
758 int wait_result = -1; in TEST_F() local
844 int wait_result = -1; in TEST_F() local
861 int wait_result = -1; in TEST_F() local
/aosp_15_r20/external/cronet/base/process/
H A Dkill_win.cc45 DWORD wait_result = WaitForSingleObject(handle, 0); in GetTerminationStatus() local
105 DWORD wait_result = WaitForSingleObject(process, remaining_wait); in WaitForProcessesToExit() local
H A Dprocess_win.cc195 DWORD wait_result = in WaitForExitOrEvent() local
/aosp_15_r20/art/test/931-agent-thread/
H A Dagent_thread.cc88 int wait_result = pthread_barrier_wait(&data->b); in AgentMain() local
151 int wait_result = pthread_barrier_wait(&data.b); in Java_art_Test931_testAgentThread() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upbc/
Dsubprocess.cc180 DWORD wait_result = in Communicate() local
232 DWORD wait_result = WaitForSingleObject(child_handle_, INFINITE); in Communicate() local
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.cc204 DWORD wait_result = in Communicate() local
256 DWORD wait_result = WaitForSingleObject(child_handle_, INFINITE); in Communicate() local
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.cc204 DWORD wait_result = in Communicate() local
256 DWORD wait_result = WaitForSingleObject(child_handle_, INFINITE); in Communicate() local
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/windows/
H A Dsubprocess.cc80 bool wait_result = WaitForSingleObject(out_handle, INFINITE); in OutputThreadFunction() local
419 DWORD wait_result = WaitForMultipleObjects(thread_count, thread_handles, in Communicate() local
/aosp_15_r20/external/crosvm/base/src/sys/windows/
H A Devent.rs172 let wait_result = match unsafe { in wait_and_reset() localVariable
190 let wait_result = self.wait_and_reset(None)?; in wait() localVariable
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_proc.cpp756 bool wait_result = true; in d3d12_video_processor_ensure_fence_finished() local
815 …ASSERTED bool wait_result = d3d12_video_processor_ensure_fence_finished(codec, fenceValueToWaitOn,… in d3d12_video_processor_sync_completion() local
H A Dd3d12_video_dec.cpp1631 bool wait_result = true; in d3d12_video_decoder_ensure_fence_finished() local
1686 …ASSERTED bool wait_result = d3d12_video_decoder_ensure_fence_finished(codec, fence, fenceValueToWa… in d3d12_video_decoder_sync_completion() local
H A Dd3d12_video_enc.cpp179 bool wait_result = true; in d3d12_video_encoder_ensure_fence_finished() local
237 …bool wait_result = d3d12_video_encoder_ensure_fence_finished(codec, fence, fenceValueToWaitOn, tim… in d3d12_video_encoder_sync_completion() local
/aosp_15_r20/bionic/benchmarks/spawn/
H A Dspawn_benchmark.cpp52 const pid_t wait_result = TEMP_FAILURE_RETRY(waitpid(child, &wstatus, 0)); in BM_spawn_test() local
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/Windows/
H A Dqueue_user_work_item.cc47 unsigned wait_result = WaitForSingleObject(done, 10 * 1000); in main() local
/aosp_15_r20/external/XNNPACK/src/
H A Dmutex.c52 const DWORD wait_result = WaitForSingleObject(mutex->handle, INFINITE); in xnn_mutex_lock() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/synchronization/internal/
H A Dstdcpp_waiter.cc53 auto wait_result = t.SupportsSteadyClock() && t.is_relative_timeout() in Wait() local
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/synchronization/internal/
H A Dstdcpp_waiter.cc53 auto wait_result = t.SupportsSteadyClock() && t.is_relative_timeout() in Wait() local
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/Linux/
H A Dclone_test.cc30 pid_t wait_result = waitpid(clone_pid, &status, __WCLONE); in main() local
/aosp_15_r20/external/abseil-cpp/absl/synchronization/internal/
H A Dstdcpp_waiter.cc53 auto wait_result = t.SupportsSteadyClock() && t.is_relative_timeout() in Wait() local
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cSyncTests.cpp152 …glw::GLenum wait_result = gl.clientWaitSync(sync, GL_SYNC_FLUSH_COMMANDS_BIT, TEST_SYNC_WAIT_TIMEO… in iterate() local
/aosp_15_r20/external/coreboot/src/soc/mediatek/common/
H A Dpmic_wrap.c105 u32 wait_result = 0; in pwrap_wacs2() local
/aosp_15_r20/external/libchrome/mojo/public/cpp/system/
H A Dwait.cc26 MojoResult wait_result() const { return wait_result_; } in wait_result() function in mojo::__anonea3b558c0111::TriggerContext
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A Dprocess.cpp190 const bool wait_result = HANDLE_EINTR(waitpid(pid, &status, 0)) > 0; in WaitForExitImpl() local
/aosp_15_r20/development/tools/otagui/
H A Dota_interface.py247 def wait_result(): function
/aosp_15_r20/system/core/libappfuse/
H A DFuseBridgeLoop.cc374 const bool wait_result = epoll_controller_->Wait(bridges_.size(), &entries); in Start() local

123