Home
last modified time | relevance | path

Searched defs:async (Results 1 – 25 of 126) sorted by relevance

123456

/third_party/libcoap/src/
Dasync.c91 coap_async_set_delay(coap_async_t *async, coap_tick_t delay) { in coap_async_set_delay()
149 coap_async_set_app_data(coap_async_t *async, void *app_data) { in coap_async_set_app_data()
154 coap_async_get_app_data(const coap_async_t *async) { in coap_async_get_app_data()
176 coap_async_set_delay(coap_async_t *async, coap_tick_t delay) { in coap_async_set_delay()
182 coap_free_async(coap_session_t *session, coap_async_t *async) { in coap_free_async()
196 coap_async_set_app_data(coap_async_t *async, void *app_data) { in coap_async_set_app_data()
202 coap_async_get_app_data(const coap_async_t *async) { in coap_async_get_app_data()
/third_party/boost/boost/fiber/future/
Dasync.hpp43 async( Fn && fn, Args ... args) { in async() function
64 async( Policy policy, Fn && fn, Args ... args) { in async() function
85 async( Policy policy, std::allocator_arg_t, StackAllocator salloc, Fn && fn, Args ... args) { in async() function
107 async( Policy policy, std::allocator_arg_t, StackAllocator salloc, Allocator alloc, Fn && fn, Args … in async() function
/third_party/jerryscript/tests/jerry/es2015/
Dfunction-async1.js117 var async = () => v = 4; function
128 var async = (a, b) => v = a + b; function
139 var async = (a, b) => v = a + b; function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DThreadPool.h54 inline std::shared_future<void> async(Function &&F, Args &&... ArgList) { in async() function
63 inline std::shared_future<void> async(Function &&F) { in async() function
/third_party/libuv/test/
Dtest-async.c31 static uv_async_t async; variable
108 TEST_IMPL(async) { in TEST_IMPL() argument
/third_party/boost/libs/thread/test/
Dtest_ml.cpp41 async (F&& f) in async() function
57 async (F&& f, A1&& a1) in async() function
/third_party/node/test/node-api/test_async_cleanup_hook/
Dbinding.c12 uv_async_t async; member
30 static void AfterCleanupHookOne(uv_async_t* async) { in AfterCleanupHookOne()
/third_party/typescript/tests/baselines/reference/
DarrowFunctionWithParameterNameAsync_es6.js5 var x = function (async) { return async; }; argument
DarrowFunctionWithParameterNameAsync_es2017.js5 var x = function (async) { return async; }; argument
DarrowFunctionWithParameterNameAsync_es5.js5 var x = function (async) { return async; }; argument
DdeclarationEmitFunctionKeywordProp.js32 var async: boolean; variable
DjsDeclarationsFunctionKeywordProp.js32 const async: boolean; constant
/third_party/typescript/tests/cases/compiler/
DexportDefaultAsyncFunction2.ts4 export function async<T>(...args: any[]): any { } function
/third_party/node/deps/npm/node_modules/asynckit/lib/
Dterminator.js2 , async = require('./async.js') variable
/third_party/node/deps/npm/node_modules/normalize-package-data/node_modules/resolve/
Dindex.js2 var async = require('./lib/async'); variable
/third_party/node/deps/npm/node_modules/asynckit/
Dbench.js4 , async = require('async') variable
76 .run({ 'async': true }); property
/third_party/node/test/addons/async-cleanup-hook/
Dbinding.cc10 uv_async_t async; member
21 int err = uv_async_init(loop, &data->async, [](uv_async_t* async) { in AsyncCleanupHook()
/third_party/libuv/docs/src/
Dasync.rst2 .. _async: target
/third_party/grpc/examples/node/
Dpackage.json6 "async": "^1.5.2", string
/third_party/typescript/tests/cases/user/async/
Dpackage.json9 "async": "^2.6.0" string
/third_party/curl/tests/unit/
Dunit1620.c45 bool async = FALSE; variable
/third_party/openssl/include/crypto/
Dcryptlib.h15 int async; member
/third_party/node/test/parallel/
Dtest-dgram-send-callback-recursive.js11 let async = false; variable
Dtest-fs-null-bytes.js27 function check(async, sync) { argument
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/
Dajv.d.ts188 async?: boolean | string; property
215 async?: boolean; property
222 async?: boolean; property
229 async?: boolean; property
253 async: boolean; property

123456