Home
last modified time | relevance | path

Searched refs:async (Results 1 – 25 of 9964) sorted by relevance

12345678910>>...399

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/Dialect/Async/
H A Dops.mlir4 func @identity_token(%arg0: !async.token) -> !async.token {
28 // CHECK: async.execute -> !async.value<f32>
41 // CHECK: async.execute -> !async.value<f32>
52 %token, %results:2 = async.execute -> (!async.value<f32>, !async.value<f32>) {
75 // CHECK: async.execute (%arg0 as %arg1: !async.value<f32>) -> !async.value<f32>
102 %token2 = async.execute -> () { async.yield }
104 %token3 = async.execute () { async.yield }
106 %token4 = async.execute [] { async.yield }
113 async.await %arg0 : !async.token
120 %0 = async.await %arg0 : !async.value<f32>
[all …]
H A Druntime.mlir5 // CHECK: %0 = async.runtime.create : !async.token
6 %0 = async.runtime.create : !async.token
13 // CHECK: %0 = async.runtime.create : !async.value<f32>
14 %0 = async.runtime.create : !async.value<f32>
24 %0 = async.runtime.create_group %c : !async.group
32 async.runtime.set_available %arg0 : !async.token
46 async.runtime.set_error %arg0 : !async.token
60 %0 = async.runtime.is_error %arg0 : !async.token
81 async.runtime.await %arg0 : !async.token
88 async.runtime.await %arg0 : !async.value<f32>
[all …]
H A Dasync-to-async-runtime-eliminate-blocking.mlir18 %1 = async.runtime.create: !async.value<f32>
20 async.runtime.store %0, %1: !async.value<f32>
22 async.runtime.set_available %1: !async.value<f32>
28 %2 = async.await %1 : !async.value<f32>
184 async.await %arg : !async.token
191 %r = async.runtime.create : !async.token
193 async.runtime.set_available %r: !async.token
230 async.await %arg : !async.token
237 %r = async.runtime.create : !async.token
276 async.await %arg : !async.token
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/Dialect/Async/
H A Dops.mlir4 func @identity_token(%arg0: !async.token) -> !async.token {
28 // CHECK: async.execute -> !async.value<f32>
41 // CHECK: async.execute -> !async.value<f32>
52 %token, %results:2 = async.execute -> (!async.value<f32>, !async.value<f32>) {
75 // CHECK: async.execute (%arg0 as %arg1: !async.value<f32>) -> !async.value<f32>
102 %token2 = async.execute -> () { async.yield }
104 %token3 = async.execute () { async.yield }
106 %token4 = async.execute [] { async.yield }
113 async.await %arg0 : !async.token
120 %0 = async.await %arg0 : !async.value<f32>
[all …]
H A Druntime.mlir5 // CHECK: %0 = async.runtime.create : !async.token
6 %0 = async.runtime.create : !async.token
13 // CHECK: %0 = async.runtime.create : !async.value<f32>
14 %0 = async.runtime.create : !async.value<f32>
24 %0 = async.runtime.create_group %c : !async.group
32 async.runtime.set_available %arg0 : !async.token
46 async.runtime.set_error %arg0 : !async.token
60 %0 = async.runtime.is_error %arg0 : !async.token
81 async.runtime.await %arg0 : !async.token
88 async.runtime.await %arg0 : !async.value<f32>
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/Dialect/Async/
H A Dops.mlir4 func @identity_token(%arg0: !async.token) -> !async.token {
28 // CHECK: async.execute -> !async.value<f32>
41 // CHECK: async.execute -> !async.value<f32>
52 %token, %results:2 = async.execute -> (!async.value<f32>, !async.value<f32>) {
75 // CHECK: async.execute (%arg0 as %arg1: !async.value<f32>) -> !async.value<f32>
102 %token2 = async.execute -> () { async.yield }
104 %token3 = async.execute () { async.yield }
106 %token4 = async.execute [] { async.yield }
113 async.await %arg0 : !async.token
120 %0 = async.await %arg0 : !async.value<f32>
[all …]
H A Druntime.mlir5 // CHECK: %0 = async.runtime.create : !async.token
6 %0 = async.runtime.create : !async.token
13 // CHECK: %0 = async.runtime.create : !async.value<f32>
14 %0 = async.runtime.create : !async.value<f32>
24 %0 = async.runtime.create_group %c : !async.group
32 async.runtime.set_available %arg0 : !async.token
46 async.runtime.set_error %arg0 : !async.token
60 %0 = async.runtime.is_error %arg0 : !async.token
81 async.runtime.await %arg0 : !async.token
88 async.runtime.await %arg0 : !async.value<f32>
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/Dialect/Async/
H A Dops.mlir4 func @identity_token(%arg0: !async.token) -> !async.token {
28 // CHECK: async.execute -> !async.value<f32>
41 // CHECK: async.execute -> !async.value<f32>
52 %token, %results:2 = async.execute -> (!async.value<f32>, !async.value<f32>) {
75 // CHECK: async.execute (%arg0 as %arg1: !async.value<f32>) -> !async.value<f32>
102 %token2 = async.execute -> () { async.yield }
104 %token3 = async.execute () { async.yield }
106 %token4 = async.execute [] { async.yield }
113 async.await %arg0 : !async.token
120 %0 = async.await %arg0 : !async.value<f32>
[all …]
H A Druntime.mlir5 // CHECK: %0 = async.runtime.create : !async.token
6 %0 = async.runtime.create : !async.token
13 // CHECK: %0 = async.runtime.create : !async.value<f32>
14 %0 = async.runtime.create : !async.value<f32>
24 %0 = async.runtime.create_group %c : !async.group
32 async.runtime.set_available %arg0 : !async.token
46 async.runtime.set_error %arg0 : !async.token
60 %0 = async.runtime.is_error %arg0 : !async.token
81 async.runtime.await %arg0 : !async.token
88 async.runtime.await %arg0 : !async.value<f32>
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/test/Dialect/Async/
H A Dops.mlir4 func @identity_token(%arg0: !async.token) -> !async.token {
28 // CHECK: async.execute -> !async.value<f32>
41 // CHECK: async.execute -> !async.value<f32>
52 %token, %results:2 = async.execute -> (!async.value<f32>, !async.value<f32>) {
75 // CHECK: async.execute (%arg0 as %arg1: !async.value<f32>) -> !async.value<f32>
86 // CHECK: async.execute [%arg0] (%arg1 as %arg2: !async.value<f32>) -> !async.value<f32>
102 %token2 = async.execute -> () { async.yield }
104 %token3 = async.execute () { async.yield }
106 %token4 = async.execute [] { async.yield }
113 async.await %arg0 : !async.token
[all …]
H A Dasync-ref-counting.mlir21 async.await %arg0 : !async.token
52 async.await %token : !async.token
66 async.await %token : !async.token
80 async.await %token : !async.token
101 async.await %token : !async.token
114 async.await %token : !async.token
132 async.await %token : !async.token
151 async.await %token : !async.token
212 async.await %token : !async.token
215 async.await %token_0 : !async.token
[all …]
H A Druntime.mlir5 // CHECK: %0 = async.runtime.create : !async.token
6 %0 = async.runtime.create : !async.token
13 // CHECK: %0 = async.runtime.create : !async.value<f32>
14 %0 = async.runtime.create : !async.value<f32>
21 // CHECK: %0 = async.runtime.create : !async.group
22 %0 = async.runtime.create : !async.group
30 async.runtime.set_available %arg0 : !async.token
43 // CHECK: async.runtime.await %arg0 : !async.token
44 async.runtime.await %arg0 : !async.token
51 async.runtime.await %arg0 : !async.value<f32>
[all …]
H A Dasync-ref-counting-optimization.mlir7 async.runtime.add_ref %arg0 {count = 1 : i32} : !async.token
8 async.runtime.drop_ref %arg0 {count = 1 : i32} : !async.token
37 async.await %arg0 : !async.token
39 async.await %arg0 : !async.token
41 async.await %arg0 : !async.token
51 async.await %arg0 : !async.token
59 async.await %arg0 : !async.token
73 async.await %arg0 : !async.token
80 async.await %arg0 : !async.token
102 async.await %arg0 : !async.token
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/test/Dialect/Async/
H A Dops.mlir4 func @identity_token(%arg0: !async.token) -> !async.token {
28 // CHECK: async.execute -> !async.value<f32>
41 // CHECK: async.execute -> !async.value<f32>
52 %token, %results:2 = async.execute -> (!async.value<f32>, !async.value<f32>) {
75 // CHECK: async.execute (%arg0 as %arg1: !async.value<f32>) -> !async.value<f32>
86 // CHECK: async.execute [%arg0] (%arg1 as %arg2: !async.value<f32>) -> !async.value<f32>
102 %token2 = async.execute -> () { async.yield }
104 %token3 = async.execute () { async.yield }
106 %token4 = async.execute [] { async.yield }
113 async.await %arg0 : !async.token
[all …]
H A Dasync-ref-counting.mlir21 async.await %arg0 : !async.token
52 async.await %token : !async.token
66 async.await %token : !async.token
80 async.await %token : !async.token
101 async.await %token : !async.token
114 async.await %token : !async.token
132 async.await %token : !async.token
151 async.await %token : !async.token
212 async.await %token : !async.token
215 async.await %token_0 : !async.token
[all …]
H A Druntime.mlir5 // CHECK: %0 = async.runtime.create : !async.token
6 %0 = async.runtime.create : !async.token
13 // CHECK: %0 = async.runtime.create : !async.value<f32>
14 %0 = async.runtime.create : !async.value<f32>
21 // CHECK: %0 = async.runtime.create : !async.group
22 %0 = async.runtime.create : !async.group
30 async.runtime.set_available %arg0 : !async.token
43 // CHECK: async.runtime.await %arg0 : !async.token
44 async.runtime.await %arg0 : !async.token
51 async.runtime.await %arg0 : !async.value<f32>
[all …]
H A Dasync-ref-counting-optimization.mlir7 async.runtime.add_ref %arg0 {count = 1 : i32} : !async.token
8 async.runtime.drop_ref %arg0 {count = 1 : i32} : !async.token
37 async.await %arg0 : !async.token
39 async.await %arg0 : !async.token
41 async.await %arg0 : !async.token
51 async.await %arg0 : !async.token
59 async.await %arg0 : !async.token
73 async.await %arg0 : !async.token
80 async.await %arg0 : !async.token
102 async.await %arg0 : !async.token
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpasync.c183 async->priv = gimp_async_get_instance_private (async); in gimp_async_init()
210 async->priv->result_destroy_func (async->priv->result); in gimp_async_finalize()
241 g_cond_wait (&async->priv->cond, &async->priv->mutex); in gimp_async_wait()
297 if (! g_cond_wait_until (&async->priv->cond, &async->priv->mutex, in gimp_async_wait_until()
342 GimpAsync *async = callback_info->async; in gimp_async_callback_weak_notify() local
351 if (g_queue_is_empty (&async->priv->callbacks) && async->priv->idle_id) in gimp_async_callback_weak_notify()
483 if (async->priv->stopped && g_queue_is_empty (&async->priv->callbacks)) in gimp_async_add_callback()
495 callback_info->async = async; in gimp_async_add_callback()
525 if (async->priv->stopped && g_queue_is_empty (&async->priv->callbacks)) in gimp_async_add_callback_for_object()
541 callback_info->async = async; in gimp_async_add_callback_for_object()
[all …]
/dports/net-mgmt/observium/observium/mibs/zhone/
H A DEtcAgent-MIB26 ----DEFAULT test-function-async test_%n_async
27 ----DEFAULT set-function-async set_%n_async
28 ----DEFAULT get-function-async get_%n_async
118 --DEFAULT test-function-async system_test_async
119 --DEFAULT set-function-async system_set_async
120 --DEFAULT get-function-async system_get_async
125 --DEFAULT set-function-async ifEntry_set_async
131 --DEFAULT get-function-async ipScalar_get_async
143 --DEFAULT get-function-async tcpScalar_get_async
149 --DEFAULT get-function-async udpScalar_get_async
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/test/Dialect/Async/
H A Dops.mlir4 func @identity_token(%arg0: !async.token) -> !async.token {
28 // CHECK: async.execute -> !async.value<f32>
41 // CHECK: async.execute -> !async.value<f32>
52 %token, %results:2 = async.execute -> (!async.value<f32>, !async.value<f32>) {
75 // CHECK: async.execute (%arg0 as %arg1: !async.value<f32>) -> !async.value<f32>
86 // CHECK: async.execute [%arg0] (%arg1 as %arg2: !async.value<f32>) -> !async.value<f32>
102 %token2 = async.execute -> () { async.yield }
104 %token3 = async.execute () { async.yield }
106 %token4 = async.execute [] { async.yield }
113 async.await %arg0 : !async.token
[all …]
/dports/multimedia/schroedinger/schroedinger-1.0.11/schroedinger/
H A Dschroasync-gthread.c48 SchroAsync *async; member
134 thread->async = async; in schro_async_new()
143 return async; in schro_async_new()
155 g_cond_wait (async->app_cond, async->mutex); in schro_async_free()
184 while (async->n_idle < async->n_threads_running) { in schro_async_stop()
185 g_cond_wait (async->app_cond, async->mutex); in schro_async_stop()
221 ret = g_cond_timed_wait (async->app_cond, async->mutex, &ts); in schro_async_wait_locked()
243 SchroAsync *async = thread->async; in schro_thread_main() local
265 g_cond_wait (async->thread_cond, async->mutex); in schro_thread_main()
273 g_cond_wait (async->thread_cond, async->mutex); in schro_thread_main()
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/eio/
H A Deio_xattr.c53 filter = async->filter_cb((void*) async->ls.common.data, in _eio_ls_xattr_heavy()
89 async->ls.ls = it; in _eio_ls_xattr_heavy()
103 switch (async->op) in _eio_file_xattr_get()
133 if (!async->set) in _eio_file_xattr_free()
150async->todo.xdata.done_cb((void *) async->common.data, &async->common, async->todo.xdata.xattr_dat… in _eio_file_xattr_get_done()
154async->todo.xstring.done_cb((void *) async->common.data, &async->common, async->todo.xstring.xattr… in _eio_file_xattr_get_done()
158async->todo.xdouble.done_cb((void *) async->common.data, &async->common, async->todo.xdouble.xattr… in _eio_file_xattr_get_done()
162 async->todo.xint.done_cb((void *) async->common.data, &async->common, async->todo.xint.xattr_int); in _eio_file_xattr_get_done()
195 async->common.length = async->todo.xdata.xattr_size; in _eio_file_xattr_set()
222 async->common.done_cb((void*) async->common.data, &async->common); in _eio_file_xattr_set_done()
[all …]
/dports/audio/libmpdclient/libmpdclient-2.20/src/
H A Dasync.c74 async = malloc(sizeof(*async)); in mpd_async_new()
75 if (async == NULL) in mpd_async_new()
78 async->fd = fd; in mpd_async_new()
84 return async; in mpd_async_new()
90 assert(async != NULL); in mpd_async_free()
94 free(async); in mpd_async_free()
100 assert(async != NULL); in mpd_async_get_error()
108 assert(async != NULL); in mpd_async_get_error_message()
151 return async->fd; in mpd_async_get_fd()
204 nbytes = recv(async->fd, mpd_buffer_write(&async->input), room, in mpd_async_read()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/neo-async/
H A DREADME.md34 require(['async'], function(async) {});
51 var async = require('neo-async');
57 $ ln -s ./node_modules/neo-async ./node_modules/async
60 var async = require('async');
71 [JSDoc](http://suguru03.github.io/neo-async/doc/async.html)
80 …h`](http://suguru03.github.io/neo-async/doc/async.each.html) -> [`each`](http://suguru03.github.io…
83 …f`](http://suguru03.github.io/neo-async/doc/async.each.html) -> [`each`](http://suguru03.github.io…
86 …f`](http://suguru03.github.io/neo-async/doc/async.each.html) -> [`each`](http://suguru03.github.io…
107 …](http://suguru03.github.io/neo-async/doc/async.detect.html) -> [`detect`](http://suguru03.github.…
130 …y`](http://suguru03.github.io/neo-async/doc/async.some.html) -> [`some`](http://suguru03.github.io…
[all …]
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/thread-loader/node_modules/neo-async/
H A DREADME.md34 require(['async'], function(async) {});
51 var async = require('neo-async');
57 $ ln -s ./node_modules/neo-async ./node_modules/async
60 var async = require('async');
71 [JSDoc](http://suguru03.github.io/neo-async/doc/async.html)
80 …h`](http://suguru03.github.io/neo-async/doc/async.each.html) -> [`each`](http://suguru03.github.io…
83 …f`](http://suguru03.github.io/neo-async/doc/async.each.html) -> [`each`](http://suguru03.github.io…
86 …f`](http://suguru03.github.io/neo-async/doc/async.each.html) -> [`each`](http://suguru03.github.io…
107 …](http://suguru03.github.io/neo-async/doc/async.detect.html) -> [`detect`](http://suguru03.github.…
130 …y`](http://suguru03.github.io/neo-async/doc/async.some.html) -> [`some`](http://suguru03.github.io…
[all …]

12345678910>>...399