Searched refs:CL_RUNNING (Results 1 – 13 of 13) sorted by relevance
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()
85 case CL_RUNNING: return "CL_RUNNING"; in IGetStatusString()230 …if( status != CL_RUNNING && status != CL_QUEUED && status != CL_SUBMITTED && status != CL_COMPLETE) in test_event_get_read_array_status()305 …if( status != CL_RUNNING && status != CL_QUEUED && status != CL_SUBMITTED && status != CL_COMPLETE) in test_event_wait_for_array()313 …if( status != CL_RUNNING && status != CL_QUEUED && status != CL_SUBMITTED && status != CL_COMPLETE) in test_event_wait_for_array()383 status != CL_RUNNING && status != CL_COMPLETE) in test_event_flush()446 …if( status != CL_RUNNING && status != CL_QUEUED && status != CL_SUBMITTED && status != CL_COMPLETE) in test_event_finish_array()454 …if( status != CL_RUNNING && status != CL_QUEUED && status != CL_SUBMITTED && status != CL_COMPLETE) in test_event_finish_array()561 else if( status == CL_RUNNING || status == CL_QUEUED || status == CL_SUBMITTED ) in test_event_release_before_done()
39 cl_int event_callback_types[EVENT_CALLBACK_TYPE_TOTAL] ={ CL_SUBMITTED, CL_RUNNING, CL_COMPLETE};
73 static_assert(CL_COMPLETE == 0 && CL_RUNNING == 1 && CL_SUBMITTED == 2,
2528 (command_exec_callback_type != CL_SUBMITTED && command_exec_callback_type != CL_RUNNING && in ValidateSetEventCallback()
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()
394 #define CL_RUNNING 0x1 macro
431 clSetEventCallback(StartBarrierEvent, CL_RUNNING, in addStreamCallback()
876 #define CL_RUNNING 0x1 macro
878 #define CL_RUNNING 0x1 macro
16784 #define CL_RUNNING 0x1 macro