Home
last modified time | relevance | path

Searched refs:event_list (Results 1 – 18 of 18) sorted by relevance

/external/OpenCL-CTS/test_conformance/events/
Dtest_events.cpp598 cl_event event_list[3]={ NULL, NULL, NULL}; in test_event_enqueue_marker_with_event_list() local
602 …error= clEnqueueNDRangeKernel( queue,kernel,1,NULL, threads, localThreads, 0, NULL, &event_list[0]… in test_event_enqueue_marker_with_event_list()
605 …error= clEnqueueNDRangeKernel( queue,kernel,1,NULL, threads, localThreads, 0, NULL, &event_list[1]… in test_event_enqueue_marker_with_event_list()
612 error =clEnqueueMarkerWithWaitList(queue, event_count, event_list, &event_list[2]); in test_event_enqueue_marker_with_event_list()
615 error = clReleaseEvent(event_list[0]); in test_event_enqueue_marker_with_event_list()
616 error |= clReleaseEvent(event_list[1]); in test_event_enqueue_marker_with_event_list()
619 …error= clEnqueueNDRangeKernel( queue,kernel,1,NULL, threads, localThreads, 0, NULL, &event_list[0]… in test_event_enqueue_marker_with_event_list()
622 …error= clEnqueueNDRangeKernel( queue,kernel,1,NULL, threads, localThreads, 0, NULL, &event_list[1]… in test_event_enqueue_marker_with_event_list()
626 error =clEnqueueMarkerWithWaitList(queue, event_count, event_list, NULL); in test_event_enqueue_marker_with_event_list()
629 error = clReleaseEvent(event_list[0]); in test_event_enqueue_marker_with_event_list()
[all …]
/external/wayland/src/
Dscanner.c181 struct wl_list event_list; member
572 wl_list_init(&interface->event_list); in create_interface()
590 wl_list_for_each_safe(m, next_m, &interface->event_list, link) in free_interface()
730 wl_list_insert(ctx->interface->event_list.prev, in start_element()
947 verify_arguments(ctx, i, &i->event_list, &i->enumeration_list); in end_element()
1550 emit_types_forward_declarations(protocol, &i->event_list, &types); in emit_header()
1600 emit_opcodes(&i->event_list, i); in emit_header()
1601 emit_opcode_versions(&i->event_list, i); in emit_header()
1603 emit_event_wrappers(&i->event_list, i); in emit_header()
1605 emit_structs(&i->event_list, i, side); in emit_header()
[all …]
Dwayland-client.c75 struct wl_list event_list; member
222 wl_list_init(&queue->event_list); in wl_event_queue_init()
300 while (!wl_list_empty(&queue->event_list)) { in wl_event_queue_release()
301 closure = container_of(queue->event_list.next, in wl_event_queue_release()
1390 wl_list_insert(queue->event_list.prev, &closure->link); in queue_event()
1403 closure = container_of(queue->event_list.next, in dispatch_event()
1568 while (!wl_list_empty(&display->display_queue.event_list)) { in dispatch_queue()
1575 while (!wl_list_empty(&queue->event_list)) { in dispatch_queue()
1652 if (!wl_list_empty(&queue->event_list)) { in wl_display_prepare_read_queue()
/external/libchrome/base/threading/
Dthread_unittest.cc84 explicit CaptureToEventList(EventList* event_list) in CaptureToEventList() argument
86 event_list_(event_list) { in CaptureToEventList()
107 explicit CapturingDestructionObserver(EventList* event_list) in CapturingDestructionObserver() argument
108 : event_list_(event_list) { in CapturingDestructionObserver()
/external/libevent/include/event2/
Devent_struct.h156 TAILQ_HEAD (event_list, event);
/external/libevent/
Dwin32select.c56 extern struct event_list timequeue;
57 extern struct event_list addqueue;
Devent-internal.h165 struct event_list events;
Devent.c3346 event_list, ev_timeout_pos.ev_next_with_common_timeout) { in insert_common_timeout_inorder()
DChangeLog-2.0617 o Declare evkeyvalq and event_list even if event_struct.h comes before sys/queue.h (d3ceca8)
/external/ImageMagick/MagickCore/
Dopencl-private.h223 const cl_event *event_list) CL_API_SUFFIX__VERSION_1_0;
/external/python/cpython3/Lib/asyncio/
Dbase_events.py502 def _process_events(self, event_list): argument
1819 event_list = self._selector.select(timeout)
1820 self._process_events(event_list)
Dselector_events.py584 def _process_events(self, event_list): argument
585 for key, mask in event_list:
Dproactor_events.py837 def _process_events(self, event_list): argument
/external/python/cpython3/Lib/test/test_asyncio/
Dutils.py470 def _process_events(self, event_list): argument
Dtest_base_events.py875 def proc_events(event_list): argument
877 if event_sentinel in event_list:
/external/mesa3d/include/CL/
Dcl.h1439 const cl_event * event_list) CL_API_SUFFIX__VERSION_1_0;
1891 const cl_event * event_list) CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED;
Dcl_icd.h424 cl_uint num_events, const cl_event *event_list) CL_API_SUFFIX__VERSION_1_0;
729 const cl_event *event_list) CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED;
/external/clang/lib/Headers/
Dopencl-c.h14350 void __ovld wait_group_events(int num_events, event_t *event_list);