Searched defs:async_id (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/base/test/ |
H A D | test_async_driver_probe.c | 105 int async_id = 0, sync_id = 0; in test_async_probe_init() local [all...] |
/kernel/linux/linux-5.10/drivers/base/test/ |
H A D | test_async_driver_probe.c | 105 int async_id = 0, sync_id = 0; in test_async_probe_init() local [all...] |
/third_party/node/src/ |
H A D | node_task_queue.cc | 116 double async_id = AsyncWrap::kInvalidAsyncId; in PromiseRejectCallback() local
|
H A D | async_wrap.cc | 89 void Emit(Environment* env, double async_id, AsyncHooks::Fields type, in Emit() argument 103 void AsyncWrap::EmitPromiseResolve(Environment* env, double async_id) { in EmitPromiseResolve() argument 125 void AsyncWrap::EmitBefore(Environment* env, double async_id) { in EmitBefore() argument 131 void AsyncWrap::EmitTraceEventAfter(ProviderType type, double async_id) { in EmitTraceEventAfter() argument 147 EmitAfter(Environment* env, double async_id) EmitAfter() argument 259 double async_id = args[0]->NumberValue(env->context()).FromJust(); PushAsyncContext() local 267 double async_id = args[0]->NumberValue(env->context()).FromJust(); PopAsyncContext() local 544 EmitDestroy(Environment* env, double async_id) EmitDestroy() argument 628 EmitAsyncInit(Environment* env, Local<Object> object, Local<String> type, double async_id, double trigger_async_id) EmitAsyncInit() argument [all...] |
H A D | node.h | 1115 typedef double async_id; typedef 1117 ::node::async_id async_id; member [all...] |
H A D | env.cc | 93 void AsyncHooks::push_async_context(double async_id, in push_async_context() argument 126 bool AsyncHooks::pop_async_context(double async_id) { in pop_async_context() argument
|
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | ksmbd_work.h | 82 int async_id; member
|
/third_party/node/deps/v8/src/d8/ |
H A D | async-hooks-wrapper.cc | 189 Local<Integer> async_id = Integer::New(isolate, hooks->current_async_id); in ShellPromiseHook() local 251 Local<Value> async_id = in PromiseHookDispatch() local
|
Completed in 10 milliseconds