Searched defs:async_id (Results 1 – 3 of 3) sorted by relevance
/third_party/node/src/ |
D | async_wrap.cc | 114 for (auto async_id : destroy_async_id_list) { in DestroyAsyncIdsCallback() local 128 void Emit(Environment* env, double async_id, AsyncHooks::Fields type, in Emit() 142 void AsyncWrap::EmitPromiseResolve(Environment* env, double async_id) { in EmitPromiseResolve() 164 void AsyncWrap::EmitBefore(Environment* env, double async_id) { in EmitBefore() 170 void AsyncWrap::EmitTraceEventAfter(ProviderType type, double async_id) { in EmitTraceEventAfter() 186 void AsyncWrap::EmitAfter(Environment* env, double async_id) { in EmitAfter() 298 double async_id = args[0]->NumberValue(env->context()).FromJust(); in PushAsyncContext() local 306 double async_id = args[0]->NumberValue(env->context()).FromJust(); in PopAsyncContext() local 567 void AsyncWrap::EmitDestroy(Environment* env, double async_id) { in EmitDestroy() 653 double async_id, in EmitAsyncInit()
|
D | env-inl.h | 153 inline void AsyncHooks::push_async_context(double async_id, in push_async_context() 188 inline bool AsyncHooks::pop_async_context(double async_id) { in pop_async_context()
|
D | node.h | 905 typedef double async_id; typedef
|