Home
last modified time | relevance | path

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

/external/cronet/base/process/
Dkill_win.cc45 DWORD wait_result = WaitForSingleObject(handle, 0); in GetTerminationStatus() local
105 DWORD wait_result = WaitForSingleObject(process, remaining_wait); in WaitForProcessesToExit() local
Dprocess_win.cc195 DWORD wait_result = in WaitForExitOrEvent() local
/external/libchrome/mojo/core/
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
/external/XNNPACK/src/
Dmutex.c52 const DWORD wait_result = WaitForSingleObject(mutex->handle, INFINITE); in xnn_mutex_lock() local
/external/compiler-rt/test/asan/TestCases/Windows/
Dqueue_user_work_item.cc47 unsigned wait_result = WaitForSingleObject(done, 10 * 1000); in main() local
/external/angle/third_party/abseil-cpp/absl/synchronization/internal/
Dstdcpp_waiter.cc53 auto wait_result = t.SupportsSteadyClock() && t.is_relative_timeout() in Wait() local
/external/cronet/third_party/abseil-cpp/absl/synchronization/internal/
Dstdcpp_waiter.cc53 auto wait_result = t.SupportsSteadyClock() && t.is_relative_timeout() in Wait() local
/external/compiler-rt/test/asan/TestCases/Linux/
Dclone_test.cc30 pid_t wait_result = waitpid(clone_pid, &status, __WCLONE); in main() local
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc186 DWORD wait_result = in Communicate() local
238 DWORD wait_result = WaitForSingleObject(child_handle_, INFINITE); in Communicate() local
/external/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc190 DWORD wait_result = in Communicate() local
242 DWORD wait_result = WaitForSingleObject(child_handle_, INFINITE); in Communicate() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cSyncTests.cpp152 …glw::GLenum wait_result = gl.clientWaitSync(sync, GL_SYNC_FLUSH_COMMANDS_BIT, TEST_SYNC_WAIT_TIMEO… in iterate() local
/external/crosvm/base/src/sys/windows/
Devent.rs160 let wait_result = match unsafe { in wait_and_reset() localVariable
178 let wait_result = self.wait_and_reset(None)?; in wait() localVariable
/external/tensorflow/tensorflow/tsl/platform/windows/
Dsubprocess.cc80 bool wait_result = WaitForSingleObject(out_handle, INFINITE); in OutputThreadFunction() local
419 DWORD wait_result = WaitForMultipleObjects(thread_count, thread_handles, in Communicate() local
/external/libchrome/mojo/public/cpp/system/
Dwait.cc26 MojoResult wait_result() const { return wait_result_; } in wait_result() function in mojo::__anon812a30bb0111::TriggerContext
/external/angle/src/libANGLE/renderer/metal/
Dprocess.cpp190 const bool wait_result = HANDLE_EINTR(waitpid(pid, &status, 0)) > 0; in WaitForExitImpl() local
/external/cronet/base/
Dsync_socket_win.cc156 const DWORD wait_result = WaitForMultipleObjects( in CancelableFileOperation() local
/external/libchrome/mojo/public/cpp/system/tests/
Dinvitation_unittest.cc133 int wait_result = -1; in WaitForChildExit() local
/external/webrtc/modules/audio_device/win/
Dcore_audio_base_win.cc906 DWORD wait_result = WaitForMultipleObjects(arraysize(wait_array), in ThreadRun() local
/external/pigweed/pw_sync/
Dcondition_variable_test.cc62 bool wait_result = false; member
/external/mesa3d/src/freedreno/vulkan/
Dtu_query.c317 VkResult wait_result = wait_for_available(device, pool, query); in get_query_pool_results() local
/external/kernel-headers/original/uapi/linux/
Dkfd_ioctl.h313 __u32 wait_result; /* from KFD */ member
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc5123 const int wait_result = nnapi_->ANeuralNetworksEvent_wait(event); in Invoke() local