Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/tsan/libdispatch/
Dgroups-stress.c8 void notify_callback(void *context) { in notify_callback() function
35 dispatch_group_notify_f(g, q, NULL, &notify_callback); in main()
/external/compiler-rt/test/tsan/Darwin/
Dgcd-groups-stress.mm6 void notify_callback(void *context) { function
33 dispatch_group_notify_f(g, q, NULL, &notify_callback);
/external/OpenCL-CTS/test_conformance/api/
Dtest_create_context_from_type.cpp62 context_to_test = clCreateContextFromType(properties, type, notify_callback, NULL, &error); in test_create_context_from_type()
Dtest_create_kernels.cpp522 local_context = clCreateContext(NULL, 1, &deviceID, notify_callback, NULL, &error); in test_repeated_setup_cleanup()
/external/OpenCL-CTS/test_common/harness/
DtestHarness.h151 extern void CL_CALLBACK notify_callback(const char *errinfo,
DtestHarness.cpp756 void CL_CALLBACK notify_callback(const char *errinfo, const void *private_info, in notify_callback() function
789 context = clCreateContext(NULL, 1, &deviceToUse, notify_callback, NULL, in callSingleTestFunction()
/external/OpenCL-CTS/test_conformance/multiple_device_context/
Dtest_multiple_devices.cpp77 context = clCreateContext( NULL, (cl_uint)deviceCount, devices, notify_callback, NULL, &error ); in test_device_set()
Dtest_multiple_contexts.cpp109 item->c = clCreateContext(NULL, 1, &deviceID, notify_callback, NULL, &error ); in CreateTestItem()
/external/OpenCL-CTS/test_conformance/spir/
Drun_services.cpp103 void CL_CALLBACK notify_callback(const char* errInfo, const void* privateInfo,
113 *out_context = clCreateContext( NULL, 1, &device, notify_callback, NULL, &error ); in create_context_and_queue()
/external/OpenCL-CTS/test_conformance/half/
Dcl_utils.cpp115 gContext = clCreateContext( NULL, 1, &device, notify_callback, NULL, &error ); in InitCL()
/external/OpenCL-CTS/test_conformance/buffers/
Dtest_buffer_migrate.cpp197 ctx = clCreateContext(NULL, num_devices, devices, notify_callback, NULL, &err); in test_buffer_migrate()
Dtest_image_migrate.cpp230 ctx = clCreateContext(NULL, num_devices, devices, notify_callback, NULL, &err); in test_image_migrate()
/external/OpenCL-CTS/test_conformance/events/
Dtest_event_dependencies.cpp107 context_to_use = clCreateContext(NULL, 2, two_device_ids, notify_callback, NULL, &error); in test_event_enqueue_wait_for_events_run_test()
/external/OpenCL-CTS/test_conformance/device_partition/
Dtest_device_partition.cpp251 context = clCreateContext( NULL, (cl_uint)deviceCount, devices, notify_callback, NULL, &error ); in test_device_set()
/external/OpenCL-CTS/test_conformance/printf/
Dtest_printf.cpp1053 gContext = clCreateContext(props, 1, &device, notify_callback, NULL, NULL); in InitCL()
/external/OpenCL-CTS/test_conformance/computeinfo/
Dmain.cpp322 ctx = clCreateContext(NULL, 1, &device, notify_callback, NULL, &err); in getImageInfo()
/external/OpenCL-CTS/test_conformance/contractions/
Dcontractions.cpp485 gContext = clCreateContext( NULL, 1, &device, notify_callback, NULL, &error ); in InitCL()
/external/OpenCL-CTS/test_conformance/conversions/
Dtest_conversions.cpp650 gContext = clCreateContext( NULL, 1, &device, notify_callback, NULL, &error ); in InitCL()