Home
last modified time | relevance | path

Searched +defs:v +defs:wait (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Demo/threads/
Dsync.py304 def wait(self): member in condition
396 def wait(self): member in event
417 def v(self): member in semaphore
/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp58 template <class T, class S> std::vector<T> make_handles(const std::vector<S> &v) { in make_handles()
369 void Device::wait() { EXPECT(vkDeviceWaitIdle(handle()) == VK_SUCCESS); } in wait() function in vk_testing::Device
371 VkResult Device::wait(const std::vector<const Fence *> &fences, bool wait_all, uint64_t timeout) { in wait() function in vk_testing::Device
407 void Queue::wait() { EXPECT(vkQueueWaitIdle(handle()) == VK_SUCCESS); } in wait() function in vk_testing::Queue
/external/python/cpython2/Lib/
Dthreading.py215 def __exit__(self, t, v, tb): argument
309 def wait(self, timeout=None): member in _Condition
493 def __exit__(self, t, v, tb): argument
597 def wait(self, timeout=None): member in _Event
/external/libdrm/freedreno/
Dfreedreno_priv.h119 int (*wait)(struct fd_pipe *pipe, uint32_t timestamp, uint64_t timeout); member
172 #define ALIGN(v,a) (((v) + (a) - 1) & ~((a) - 1)) argument
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.c356 int i,v; in virgl_encoder_set_viewport_states() local
814 uint32_t handle, boolean wait) in virgl_encoder_get_query_result()
/external/ppp/pppd/
Dipcp.c534 u_int32_t v, b; local
2083 ipcp_script(script, wait) in ipcp_script() argument
/external/wpa_supplicant_8/src/drivers/
Ddriver_atheros.c261 int v; in atheros_configure_wpa() local
1951 unsigned int wait, in atheros_send_action()
/external/skia/src/gpu/
DSkGpuDevice.cpp598 SkVector v = points[1] - points[0]; in drawStrokedLine() local
1746 bool SkGpuDevice::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in wait() function in SkGpuDevice
/external/toybox/generated/
Dglobals.h178 long wait; // -w Wait # seconds for a connection. member
792 char *x, *v, *n; member
1180 long v; member
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp1471 interface_var v; in collect_interface_block_members() local
1565 interface_var v; in collect_interface_by_location() local
1602 interface_var v; in collect_interface_by_input_attachment_index() local
1652 interface_var v; in collect_interface_by_descriptor_slot() local
4752 for (auto & wait : submission.waitSemaphores) { in RetireWorkOnQueue() local