Home
last modified time | relevance | path

Searched refs:waits (Results 1 – 25 of 159) sorted by relevance

1234567

/external/OpenCL-CTS/test_conformance/events/
Daction_classes.cpp164 cl_int NDRangeKernelAction::Execute( cl_command_queue queue, cl_uint numWaits, cl_event *waits, … in Execute() argument
167 …EnqueueNDRangeKernel( queue, mKernel, 1, NULL, threads, mLocalThreads, numWaits, waits, outEvent ); in Execute()
213 cl_int ReadBufferAction::Execute( cl_command_queue queue, cl_uint numWaits, cl_event *waits, cl_… in Execute() argument
215 …= clEnqueueReadBuffer( queue, mBuffer, CL_FALSE, 0, mSize, mOutBuffer, numWaits, waits, outEvent ); in Execute()
226 cl_int WriteBufferAction::Execute( cl_command_queue queue, cl_uint numWaits, cl_event *waits, cl_ev… in Execute() argument
228 … clEnqueueWriteBuffer( queue, mBuffer, CL_FALSE, 0, mSize, mOutBuffer, numWaits, waits, outEvent ); in Execute()
245 cl_int MapBufferAction::Execute( cl_command_queue queue, cl_uint numWaits, cl_event *waits, cl_even… in Execute() argument
249 …ueueMapBuffer( queue, mBuffer, CL_FALSE, CL_MAP_READ, 0, mSize, numWaits, waits, outEvent, &error … in Execute()
267 cl_int UnmapBufferAction::Execute( cl_command_queue queue, cl_uint numWaits, cl_event *waits, cl_ev… in Execute() argument
269 cl_int error = clEnqueueUnmapMemObject( queue, mBuffer, mMappedPtr, numWaits, waits, outEvent ); in Execute()
[all …]
Daction_classes.h33 …virtual cl_int Execute( cl_command_queue queue, cl_uint numWaits, cl_event *waits, cl_event…
56 …virtual cl_int Execute( cl_command_queue queue, cl_uint numWaits, cl_event *waits, cl_event *ou…
82 …virtual cl_int Execute( cl_command_queue queue, cl_uint numWaits, cl_event *waits, cl_event *ou…
94 …virtual cl_int Execute( cl_command_queue queue, cl_uint numWaits, cl_event *waits, cl_event *ou…
109 …virtual cl_int Execute( cl_command_queue queue, cl_uint numWaits, cl_event *waits, cl_event *ou…
123 …virtual cl_int Execute( cl_command_queue queue, cl_uint numWaits, cl_event *waits, cl_event *ou…
139 …virtual cl_int Execute( cl_command_queue queue, cl_uint numWaits, cl_event *waits, cl_event *ou…
155 …virtual cl_int Execute( cl_command_queue queue, cl_uint numWaits, cl_event *waits, cl_event *ou…
171 …virtual cl_int Execute( cl_command_queue queue, cl_uint numWaits, cl_event *waits, cl_event *ou…
187 …virtual cl_int Execute( cl_command_queue queue, cl_uint numWaits, cl_event *waits, cl_event *ou…
[all …]
/external/grpc-grpc/tools/run_tests/python_utils/
Dstart_port_server.py84 waits = 0
86 if waits > 10:
114 waits += 1
118 waits += 1
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/python_utils/
Dstart_port_server.py92 waits = 0
94 if waits > 10:
122 waits += 1
126 waits += 1
/external/igt-gpu-tools/tests/i915/
Dgem_eio.c883 } waits[] = { variable
890 for (i = 0; i < sizeof(waits) / sizeof(waits[0]); i++) {
891 igt_subtest_f("wait-%s", waits[i].name)
892 test_wait(fd, 0, waits[i].wait);
894 igt_subtest_f("wait-wedge-%s", waits[i].name)
895 test_wait(fd, TEST_WEDGE, waits[i].wait);
897 igt_subtest_f("in-flight-%s", waits[i].name)
898 test_inflight(fd, waits[i].wait);
900 igt_subtest_f("in-flight-contexts-%s", waits[i].name)
901 test_inflight_contexts(fd, waits[i].wait);
[all …]
/external/autotest/client/site_tests/desktopui_SimpleLogin/
Dcontrol9 This test logs in and waits forever (or until exit flag is seen).
17 This test logs in and waits forever (or until the exit flag is seen).
/external/rust/crates/tokio/src/process/unix/
Dorphan.rs157 let waits = self.total_waits.get(); in try_wait() localVariable
159 let ret = if self.num_wait_until_status == waits { in try_wait()
169 self.total_waits.set(waits + 1); in try_wait()
/external/igt-gpu-tools/tests/vc4_ci/
Dvc4.testlist4 igt@vc4_dmabuf_poll@poll-read-waits-until-write-done
5 igt@vc4_dmabuf_poll@poll-write-waits-until-write-done
/external/iw/
Devent.c693 const int n_waits, const __u32 *waits, in __do_listen_events() argument
707 if (n_waits && waits) { in __do_listen_events()
708 wait_ev.cmds = waits; in __do_listen_events()
726 const int n_waits, const __u32 *waits) in listen_events() argument
734 return __do_listen_events(state, n_waits, waits, NULL); in listen_events()
Diw.h127 const int n_waits, const __u32 *waits);
130 const int n_waits, const __u32 *waits,
/external/google-breakpad/docs/
Dexception_handling.md26 In-process exception handling Breakpad creates a 'handler head' that waits
62 The server registers asynchronous waits on these events with the `ClientInfo`
66 the event, it waits for two objects: 1. the `dump_generated` event 1. the
122 `CRASH_DUMP_REQUEST` message to server and waits for response 1. Server inspects
/external/autotest/client/tests/profiler_test/
Dcontrol8 Tests a profiler (adds it, starts it, waits a couple of seconds then it
/external/llvm-project/mlir/include/mlir/Dialect/Async/IR/
DAsyncOps.td116 let summary = "waits for the argument to become ready";
118 The `async.await` operation waits until the argument becomes ready, and for
203 let summary = "waits for the all async tokens or values in the group to "
206 The `async.await_all` operation waits until all the tokens or values in the
/external/curl/docs/cmdline-opts/
Dftp-ssl-ccc-mode.d11 the server. The active mode initiates the shutdown and waits for a reply from
/external/autotest/client/site_tests/desktopui_ConnectivityDiagnostics/
Dcontrol16 run the internal test suite. It then waits for a successful run to complete.
/external/autotest/client/site_tests/desktopui_UrlFetchWithChromeDriver/
Dcontrol.bvt18 This test opens a new browser to the given URL and waits for the specified
Dcontrol17 This test opens a new browser to the given URL and waits for the specified
/external/oboe/samples/LiveEffect/
DREADME.md25 The symptom is the strange callback pattern. This sample waits half a second
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Merge.pbtxt23 `Merge` waits for at least one of the tensors in `inputs` to become available.
Dapi_def_RefMerge.pbtxt24 `Merge` waits for at least one of the tensors in `inputs` to become available.
Dapi_def_Unbatch.pbtxt6 asynchronously waits until the values become available from a concurrently
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/fence/fence_annotate_wait_on/
Dformat18 print fmt: "driver=%s timeline=%s context=%u seqno=%u waits on driver=%s timeline=%s context=%u seq…
/external/openssh/
DPROTOCOL.mux27 Unix domain control socket. The passenger client then waits until it is
29 the client waits around while the mux server does all the driving.
33 and passively waits for something to happen.
100 indicating that the session is up. The client now waits for the
/external/ltp/testcases/kernel/device-drivers/rtc/
DREADME11 3. Update interrupts test : Sets Update interrupts enable on, waits for five
/external/autotest/client/site_tests/desktopui_GmailLatency/
Dcontrol19 waits for the test to complete.

1234567