Home
last modified time | relevance | path

Searched defs:async_id (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/drivers/base/test/
H A Dtest_async_driver_probe.c105 int async_id = 0, sync_id = 0; in test_async_probe_init() local
[all...]
/kernel/linux/linux-5.10/drivers/base/test/
H A Dtest_async_driver_probe.c105 int async_id = 0, sync_id = 0; in test_async_probe_init() local
[all...]
/third_party/node/src/
H A Dnode_task_queue.cc116 double async_id = AsyncWrap::kInvalidAsyncId; in PromiseRejectCallback() local
H A Dasync_wrap.cc89 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 Dnode.h1115 typedef double async_id; typedef
1117 ::node::async_id async_id; member
[all...]
H A Denv.cc93 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 Dksmbd_work.h82 int async_id; member
/third_party/node/deps/v8/src/d8/
H A Dasync-hooks-wrapper.cc189 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