Searched defs:event_list (Results 1 - 6 of 6) sorted by relevance
/third_party/rust/crates/rustix/tests/io/ |
H A D | epoll.rs | 44 let mut event_list = epoll::EventVec::with_capacity(4); in server() variables
|
/third_party/opencl-headers/src/ |
H A D | opencl_wrapper.cpp | 642 cl_int clWaitForEvents(cl_uint num_events, const cl_event *event_list) in clWaitForEvents() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationCL.cpp | 1459 cl_int ValidateWaitForEvents(cl_uint num_events, const cl_event *event_list) in ValidateWaitForEvents() argument 2241 ValidateEnqueueWaitForEvents(cl_command_queue command_queue, cl_uint num_events, const cl_event *event_list) ValidateEnqueueWaitForEvents() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
H A D | libOpenCL_autogen.cpp | 310 cl_int CL_API_CALL clWaitForEvents(cl_uint num_events, const cl_event *event_list) in clWaitForEvents() argument 598 clEnqueueWaitForEvents(cl_command_queue command_queue, cl_uint num_events, const cl_event *event_list) clEnqueueWaitForEvents() argument
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_cl_autogen.cpp | 661 cl_int CL_API_CALL clWaitForEvents(cl_uint num_events, const cl_event *event_list) in clWaitForEvents() argument 1237 clEnqueueWaitForEvents(cl_command_queue command_queue, cl_uint num_events, const cl_event *event_list) clEnqueueWaitForEvents() argument [all...] |
H A D | cl_stubs.cpp | 632 cl_int WaitForEvents(cl_uint num_events, const cl_event *event_list) in WaitForEvents() argument 1145 EnqueueWaitForEvents(cl_command_queue command_queue, cl_uint num_events, const cl_event *event_list) EnqueueWaitForEvents() argument
|
Completed in 15 milliseconds