Home
last modified time | relevance | path

Searched +defs:v +defs:wait (Results 1 – 13 of 13) 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/python/cpython3/Lib/
Dthreading.py178 def __exit__(self, t, v, tb): argument
263 def wait(self, timeout=None): member in Condition
445 def __exit__(self, t, v, tb): argument
533 def wait(self, timeout=None): member in Event
591 def wait(self, timeout=None): member in Barrier
/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/vulkan-validation-layers/tests/
Dvktestbinding.h36 std::vector<Dst> MakeVkHandles(const std::vector<Src> &v) { in MakeVkHandles()
44 std::vector<Dst> MakeVkHandles(const std::vector<Src *> &v) { in MakeVkHandles()
233 …VkResult wait(const Fence &fence) { return wait(std::vector<const Fence *>(1, &fence), true, (uint… in wait() function
/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/python/cpython3/Modules/
D_winapi.c203 _winapi_Overlapped_GetOverlappedResult_impl(OverlappedObject *self, int wait) in _winapi_Overlapped_GetOverlappedResult_impl()
1343 PyObject *v = PySequence_GetItem(handle_seq, i); in _winapi_WaitForMultipleObjects_impl() local
/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.c285 int v; in atheros_configure_wpa() local
2028 unsigned int wait, in atheros_send_action()
/external/skqp/src/gpu/
DSkGpuDevice.cpp572 SkVector v = points[1] - points[0]; in drawStrokedLine() local
1685 bool SkGpuDevice::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in wait() function in SkGpuDevice
/external/skia/src/gpu/
DSkGpuDevice.cpp568 SkVector v = points[1] - points[0]; in drawStrokedLine() local
1675 bool SkGpuDevice::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in wait() function in SkGpuDevice
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_events.py1767 def wait(): function
2414 def send(self, v): argument
/external/toybox/generated/
Dglobals.h180 long wait; // -w Wait # seconds for a connection. member
354 char *x, *v, *n; member
1195 long v; member