Searched refs:readEvent (Results 1 – 4 of 4) sorted by relevance
/external/OpenCL-CTS/test_conformance/profiling/ |
D | readImage.cpp | 130 cl_event readEvent; in read_image() local 252 …r = clEnqueueReadImage( queue, memobjs[0], false, origin, region, 0, 0, dst, 0, NULL, &readEvent ); in read_image() 266 err = clWaitForEvents( 1, &readEvent ); in read_image() 269 clReleaseEvent(readEvent); in read_image() 279 …while( ( err = clGetEventProfilingInfo( readEvent, CL_PROFILING_COMMAND_QUEUED, sizeof( cl_ulong )… in read_image() 283 clReleaseEvent(readEvent); in read_image() 293 …while( ( err = clGetEventProfilingInfo( readEvent, CL_PROFILING_COMMAND_SUBMIT, sizeof( cl_ulong )… in read_image() 297 clReleaseEvent(readEvent); in read_image() 307 …err = clGetEventProfilingInfo( readEvent, CL_PROFILING_COMMAND_START, sizeof( cl_ulong ), &readSta… in read_image() 310 clReleaseEvent(readEvent); in read_image() [all …]
|
D | readArray.cpp | 622 cl_event readEvent; in test_stream_read() local 693 …eadBuffer( queue, streams[i], false, 0, ptrSizes[i]*num_elements, outptr[i], 0, NULL, &readEvent ); in test_stream_read() 702 err = clWaitForEvents( 1, &readEvent ); in test_stream_read() 712 …err = clGetEventProfilingInfo( readEvent, CL_PROFILING_COMMAND_QUEUED, sizeof( cl_ulong ), &queueS… in test_stream_read() 722 …err = clGetEventProfilingInfo( readEvent, CL_PROFILING_COMMAND_SUBMIT, sizeof( cl_ulong ), &submit… in test_stream_read() 732 …err = clGetEventProfilingInfo( readEvent, CL_PROFILING_COMMAND_START, sizeof( cl_ulong ), &readSta… in test_stream_read() 742 …err = clGetEventProfilingInfo( readEvent, CL_PROFILING_COMMAND_END, sizeof( cl_ulong ), &readEnd, … in test_stream_read() 764 clReleaseEvent(readEvent); in test_stream_read()
|
/external/lzma/C/ |
D | MtCoder.c | 128 RINOK_THREAD(Event_Wait(&mtc->readEvent)) in ThreadFunc2() 134 return Event_Set(&mtc->readEvent) == 0 ? SZ_OK : SZ_ERROR_THREAD; in ThreadFunc2() 229 RINOK_THREAD(Event_Set(&mtc->readEvent)) in ThreadFunc2() 390 Event_Construct(&p->readEvent); in MtCoder_Construct() 431 Event_Close(&p->readEvent); in MtCoder_Free() 498 RINOK_THREAD(ArEvent_OptCreate_And_Reset(&p->readEvent)); in MtCoder_Code() 534 RINOK_THREAD(Event_Set(&p->readEvent)) in MtCoder_Code()
|
D | MtCoder.h | 97 CAutoResetEvent readEvent; member
|