Home
last modified time | relevance | path

Searched defs:event_list (Results 1 – 11 of 11) sorted by relevance

/third_party/rust/crates/rustix/tests/io/
Depoll.rs44 let mut event_list = epoll::EventVec::with_capacity(4); in server() localVariable
/third_party/python/Lib/test/test_asyncio/
Dutils.py497 def _process_events(self, event_list): argument
Dtest_base_events.py887 def proc_events(event_list): argument
/third_party/python/Lib/asyncio/
Dproactor_events.py880 def _process_events(self, event_list): argument
Dselector_events.py733 def _process_events(self, event_list): argument
Dbase_events.py513 def _process_events(self, event_list): argument
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
DlibOpenCL_autogen.cpp310 cl_int CL_API_CALL clWaitForEvents(cl_uint num_events, const cl_event *event_list) in clWaitForEvents()
600 const cl_event *event_list) in clEnqueueWaitForEvents()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dcl_stubs.cpp632 cl_int WaitForEvents(cl_uint num_events, const cl_event *event_list) in WaitForEvents()
1147 const cl_event *event_list) in EnqueueWaitForEvents()
Dentry_points_cl_autogen.cpp661 cl_int CL_API_CALL clWaitForEvents(cl_uint num_events, const cl_event *event_list) in clWaitForEvents()
1239 const cl_event *event_list) in clEnqueueWaitForEvents()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationCL.cpp1459 cl_int ValidateWaitForEvents(cl_uint num_events, const cl_event *event_list) in ValidateWaitForEvents()
2243 const cl_event *event_list) in ValidateEnqueueWaitForEvents()
/third_party/opencl-headers/src/
Dopencl_wrapper.cpp642 cl_int clWaitForEvents(cl_uint num_events, const cl_event *event_list) in clWaitForEvents()