/external/llvm-project/compiler-rt/test/tsan/libdispatch/ |
D | groups-stress.c | 8 void notify_callback(void *context) { in notify_callback() function 35 dispatch_group_notify_f(g, q, NULL, ¬ify_callback); in main()
|
/external/compiler-rt/test/tsan/Darwin/ |
D | gcd-groups-stress.mm | 6 void notify_callback(void *context) { function 33 dispatch_group_notify_f(g, q, NULL, ¬ify_callback);
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_create_context_from_type.cpp | 62 context_to_test = clCreateContextFromType(properties, type, notify_callback, NULL, &error); in test_create_context_from_type()
|
D | test_create_kernels.cpp | 522 local_context = clCreateContext(NULL, 1, &deviceID, notify_callback, NULL, &error); in test_repeated_setup_cleanup()
|
/external/OpenCL-CTS/test_common/harness/ |
D | testHarness.h | 151 extern void CL_CALLBACK notify_callback(const char *errinfo,
|
D | testHarness.cpp | 756 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/ |
D | test_multiple_devices.cpp | 77 context = clCreateContext( NULL, (cl_uint)deviceCount, devices, notify_callback, NULL, &error ); in test_device_set()
|
D | test_multiple_contexts.cpp | 109 item->c = clCreateContext(NULL, 1, &deviceID, notify_callback, NULL, &error ); in CreateTestItem()
|
/external/OpenCL-CTS/test_conformance/spir/ |
D | run_services.cpp | 103 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/ |
D | cl_utils.cpp | 115 gContext = clCreateContext( NULL, 1, &device, notify_callback, NULL, &error ); in InitCL()
|
/external/OpenCL-CTS/test_conformance/buffers/ |
D | test_buffer_migrate.cpp | 197 ctx = clCreateContext(NULL, num_devices, devices, notify_callback, NULL, &err); in test_buffer_migrate()
|
D | test_image_migrate.cpp | 230 ctx = clCreateContext(NULL, num_devices, devices, notify_callback, NULL, &err); in test_image_migrate()
|
/external/OpenCL-CTS/test_conformance/events/ |
D | test_event_dependencies.cpp | 107 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/ |
D | test_device_partition.cpp | 251 context = clCreateContext( NULL, (cl_uint)deviceCount, devices, notify_callback, NULL, &error ); in test_device_set()
|
/external/OpenCL-CTS/test_conformance/printf/ |
D | test_printf.cpp | 1053 gContext = clCreateContext(props, 1, &device, notify_callback, NULL, NULL); in InitCL()
|
/external/OpenCL-CTS/test_conformance/computeinfo/ |
D | main.cpp | 322 ctx = clCreateContext(NULL, 1, &device, notify_callback, NULL, &err); in getImageInfo()
|
/external/OpenCL-CTS/test_conformance/contractions/ |
D | contractions.cpp | 485 gContext = clCreateContext( NULL, 1, &device, notify_callback, NULL, &error ); in InitCL()
|
/external/OpenCL-CTS/test_conformance/conversions/ |
D | test_conversions.cpp | 650 gContext = clCreateContext( NULL, 1, &device, notify_callback, NULL, &error ); in InitCL()
|