Searched refs:CL_RUNNING (Results 1 – 7 of 7) sorted by relevance
83 case CL_RUNNING: return "CL_RUNNING"; in IGetStatusString()226 …if( status != CL_RUNNING && status != CL_QUEUED && status != CL_SUBMITTED && status != CL_COMPLETE) in test_event_get_read_array_status()299 …if( status != CL_RUNNING && status != CL_QUEUED && status != CL_SUBMITTED && status != CL_COMPLETE) in test_event_wait_for_array()307 …if( status != CL_RUNNING && status != CL_QUEUED && status != CL_SUBMITTED && status != CL_COMPLETE) in test_event_wait_for_array()377 status != CL_RUNNING && status != CL_COMPLETE) in test_event_flush()438 …if( status != CL_RUNNING && status != CL_QUEUED && status != CL_SUBMITTED && status != CL_COMPLETE) in test_event_finish_array()446 …if( status != CL_RUNNING && status != CL_QUEUED && status != CL_SUBMITTED && status != CL_COMPLETE) in test_event_finish_array()549 else if( status == CL_RUNNING || status == CL_QUEUED || status == CL_SUBMITTED ) in test_event_release_before_done()
126 if( status[ 0 ] != CL_RUNNING && status[ 0 ] != CL_QUEUED && status[ 0 ] != CL_SUBMITTED ) in test_waitlist()173 if( status[ 1 ] == CL_RUNNING && status[ 2 ] == CL_RUNNING ) { in test_waitlist()222 if( status[ 2 ] != CL_RUNNING && status[ 2 ] != CL_SUBMITTED && status[ 2 ] != CL_QUEUED) in test_waitlist()
39 cl_int event_callback_types[EVENT_CALLBACK_TYPE_TOTAL] ={ CL_SUBMITTED, CL_RUNNING, CL_COMPLETE};
179 CL_VAL_TO_STRING(CL_RUNNING); in cl_get_event_command_status_string()
130 (type != CL_COMPLETE && type != CL_SUBMITTED && type != CL_RUNNING)) in clSetEventCallback()
876 #define CL_RUNNING 0x1 macro
16784 #define CL_RUNNING 0x1 macro