Home
last modified time | relevance | path

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

12345

/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/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/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/ts_extra_tests/test_ts_cases/spec/basic_concepts/names/reserved_words/special_mean_but_valid_identifier/
Dasync_is_valid_identifier_2.ts24 function async(): string { function
Dasync_is_valid_identifier_1.ts24 var async: string = "async"; variable
Dasync_is_valid_identifier_4.ts24 interface async { interface
Dasync_is_valid_identifier_3.ts24 class async { class
/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/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/normalize-package-data/node_modules/resolve/
Dindex.js2 var async = require('./lib/async'); variable
/third_party/node/deps/npm/node_modules/asynckit/lib/
Dterminator.js2 , async = require('./async.js') variable
/third_party/libuv/docs/src/
Dasync.rst2 .. _async: target
/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
/third_party/typescript/tests/cases/user/async/
Dpackage.json9 "async": "^2.6.0" string
/third_party/openssl/ohos_lite/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

12345